diff options
author | Johannes Huber <johu@gentoo.org> | 2016-04-10 13:33:13 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-04-10 13:33:13 +0200 |
commit | 0fdba172a462e9a22ad68966522b22c40bd82e72 (patch) | |
tree | 4402eef6cd229446590094104ea5a73e79dff5a3 /kde-frameworks/knotifyconfig/knotifyconfig-5.21.0.ebuild | |
parent | media-gfx/symboleditor: EAPI 6 (diff) | |
download | gentoo-0fdba172a462e9a22ad68966522b22c40bd82e72.tar.gz gentoo-0fdba172a462e9a22ad68966522b22c40bd82e72.tar.bz2 gentoo-0fdba172a462e9a22ad68966522b22c40bd82e72.zip |
kde-frameworks: Version bump KDE Frameworks 5.21.0
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-frameworks/knotifyconfig/knotifyconfig-5.21.0.ebuild')
-rw-r--r-- | kde-frameworks/knotifyconfig/knotifyconfig-5.21.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.21.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.21.0.ebuild new file mode 100644 index 000000000000..66fa9402e272 --- /dev/null +++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.21.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Framework for configuring desktop notifications" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~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}" |