diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-08 23:50:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-09 17:49:59 +0100 |
commit | 92ce08d47d7105b5d7a8c7140798a277b9b844ea (patch) | |
tree | 41bca5c9474de6cec35e12d8490260764da53970 /kde-frameworks/knotifyconfig | |
parent | kde5-functions: Raise QT_MINIMAL to 5.11.1 (diff) | |
download | gentoo-92ce08d47d7105b5d7a8c7140798a277b9b844ea.tar.gz gentoo-92ce08d47d7105b5d7a8c7140798a277b9b844ea.tar.bz2 gentoo-92ce08d47d7105b5d7a8c7140798a277b9b844ea.zip |
kde-frameworks: Add KDE Frameworks 5.53.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12
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.53.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest index 17213b7d4d64..ffeb974d8a58 100644 --- a/kde-frameworks/knotifyconfig/Manifest +++ b/kde-frameworks/knotifyconfig/Manifest @@ -1 +1,2 @@ DIST knotifyconfig-5.52.0.tar.xz 83572 BLAKE2B c1cfaeb01460005592b2efccd4623249dded6e5d629f9287d99fef224f47e9c903cb6f4c29110a45795597aa5fd425e8d5d4a83926753dece7ef847c7e2e7aa5 SHA512 ee02d6d54b4f35d6142b742397962d9d64925893da69d41b5faa2f9993fbddcf438e11a54417fc55f9e3f0ee4177559ef55817eaa860c4dccfce86ed6b481e58 +DIST knotifyconfig-5.53.0.tar.xz 83544 BLAKE2B 5788992eb5ef448c40ad21b9b628e02f0516719a97431b28374b65845350047b4a00fad03a40278718a26d1ae3f02b33f072d95ca8f1ada92187c195ec325176 SHA512 5f54556c57559707905f5e7ef684004dce7354bb11387bc19e38da91bcfd6ea1edbf65b97b31926f3613e9db98efc013987daaa74a821564f57cbb91a88f1c36 diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.53.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.53.0.ebuild new file mode 100644 index 000000000000..7c834ad4baff --- /dev/null +++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.53.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Framework for configuring desktop notifications" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="phonon" + +RDEPEND=" + $(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(+)] ) +" +DEPEND="${RDEPEND}" |