summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-16 15:50:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-16 16:10:11 +0200
commit524f23aec3415a004813ab5ddbc05980d2950a61 (patch)
tree86556bbe235a2f41f1f389d5d8812abbcba4d1cb /kde-plasma/libkscreen/libkscreen-5.14.1.ebuild
parentapp-backup/btrbk: 0.27.0 version bump (diff)
downloadgentoo-524f23aec3415a004813ab5ddbc05980d2950a61.tar.gz
gentoo-524f23aec3415a004813ab5ddbc05980d2950a61.tar.bz2
gentoo-524f23aec3415a004813ab5ddbc05980d2950a61.zip
kde-plasma: Add KDE Plasma 5.14.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/libkscreen/libkscreen-5.14.1.ebuild')
-rw-r--r--kde-plasma/libkscreen/libkscreen-5.14.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/kde-plasma/libkscreen/libkscreen-5.14.1.ebuild b/kde-plasma/libkscreen/libkscreen-5.14.1.ebuild
new file mode 100644
index 000000000000..f695808b3a3a
--- /dev/null
+++ b/kde-plasma/libkscreen/libkscreen-5.14.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_QTHELP="true"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Plasma screen management library"
+SLOT="5/7"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kwayland)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtx11extras)
+ x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+ !x11-libs/libkscreen:5
+"
+
+# requires running session
+RESTRICT+=" test"