summaryrefslogtreecommitdiff
path: root/kde-plasma/libkscreen/libkscreen-5.11.5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-03 19:17:21 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-03 19:17:21 +0000
commit81e4fbcb846ed1cabdad699c0029b166dd7273b7 (patch)
tree16f1236b7a386949c02a6e3c13d0fcd8298fa133 /kde-plasma/libkscreen/libkscreen-5.11.5.ebuild
parenta70f42c65202d88c203c40910fef8f96f333d1ee (diff)
gentoo resync : 03.01.2018
Diffstat (limited to 'kde-plasma/libkscreen/libkscreen-5.11.5.ebuild')
-rw-r--r--kde-plasma/libkscreen/libkscreen-5.11.5.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-plasma/libkscreen/libkscreen-5.11.5.ebuild b/kde-plasma/libkscreen/libkscreen-5.11.5.ebuild
new file mode 100644
index 000000000000..56ac7823247e
--- /dev/null
+++ b/kde-plasma/libkscreen/libkscreen-5.11.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"