diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-11 00:21:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-11 10:19:23 +0200 |
commit | 832934f31e45d450d2eaee2a9ebd501303303c43 (patch) | |
tree | 26ddfbcde55dc86490c71053a6813be8c3a8c212 /kde-frameworks/knotifyconfig | |
parent | media-gfx/digikam: Drop 6.1.0 (diff) | |
download | gentoo-832934f31e45d450d2eaee2a9ebd501303303c43.tar.gz gentoo-832934f31e45d450d2eaee2a9ebd501303303c43.tar.bz2 gentoo-832934f31e45d450d2eaee2a9ebd501303303c43.zip |
kde-frameworks: Add KDE Frameworks 5.61.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/knotifyconfig')
-rw-r--r-- | kde-frameworks/knotifyconfig/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/knotifyconfig/knotifyconfig-5.61.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest index a62fdba3787b..4d5b25eb9004 100644 --- a/kde-frameworks/knotifyconfig/Manifest +++ b/kde-frameworks/knotifyconfig/Manifest @@ -1 +1,2 @@ DIST knotifyconfig-5.60.0.tar.xz 83972 BLAKE2B dff83369a72d4b738ffb8bab7c18777b150cb80105a3a604c4770b92cc96dc167a04d2a184cd011381ec2efbaae479ca5800c9177d8fae3c1def5495cb983937 SHA512 60142c6f3404117c630518ff7d47b4e5fb53fc91dc4f1d7106152feaa186e7a43d0833e5870a5c40aad1692934b9d4ebb053df5c6630aecd9a9068d23b46eb6e +DIST knotifyconfig-5.61.0.tar.xz 84160 BLAKE2B 737f5d80f837b64f1b147c748abd12b76da0fb77a4ed9ec5527a098100e5af2268c29275fc0bf803896e00816b51e003cd7ba1f81cef058a39e620d64e2de61f SHA512 142d24ba3801582ec7b46f0acd8d3f1eaa7cde80a404b1f2759f0de95b61fa84e36464ac88084e5e182e206f1dcd28d18ec494f1630bc5aa8abb77f045864956 diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.61.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.61.0.ebuild new file mode 100644 index 000000000000..db3327f886b3 --- /dev/null +++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.61.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Framework for configuring desktop notifications" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="phonon" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + phonon? ( media-libs/phonon[qt5(+)] ) +" +RDEPEND="${DEPEND}" |