summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-11-01 20:34:20 +0100
committerJohannes Huber <johu@gentoo.org>2016-11-01 21:37:31 +0100
commit5c5502ad72e4d52a512eca3d9ddf38467d6c1b00 (patch)
tree225c22c90f772bf2e8b9a4e1dade50cf19176f23 /kde-plasma/kgamma/kgamma-5.8.3.ebuild
parentdev-python/cryptography: add pytz dependency for tests (fixes bug 595270) (diff)
downloadgentoo-5c5502ad72e4d52a512eca3d9ddf38467d6c1b00.tar.gz
gentoo-5c5502ad72e4d52a512eca3d9ddf38467d6c1b00.tar.bz2
gentoo-5c5502ad72e4d52a512eca3d9ddf38467d6c1b00.zip
kde-plasma: Version bump KDE Plasma 5.8.3
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-plasma/kgamma/kgamma-5.8.3.ebuild')
-rw-r--r--kde-plasma/kgamma/kgamma-5.8.3.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/kde-plasma/kgamma/kgamma-5.8.3.ebuild b/kde-plasma/kgamma/kgamma-5.8.3.ebuild
new file mode 100644
index 000000000000..3e58d8907c0c
--- /dev/null
+++ b/kde-plasma/kgamma/kgamma-5.8.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KMNAME="${PN}5"
+inherit kde5
+
+DESCRIPTION="Screen gamma values kcontrol module"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ x11-libs/libX11
+ x11-libs/libXxf86vm
+"
+DEPEND="${RDEPEND}
+ x11-proto/xf86vidmodeproto
+"