summaryrefslogtreecommitdiff
path: root/x11-libs/libkscreen/libkscreen-1.72.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libkscreen/libkscreen-1.72.ebuild')
-rw-r--r--x11-libs/libkscreen/libkscreen-1.72.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-libs/libkscreen/libkscreen-1.72.ebuild b/x11-libs/libkscreen/libkscreen-1.72.ebuild
new file mode 100644
index 00000000000..38b1184959b
--- /dev/null
+++ b/x11-libs/libkscreen/libkscreen-1.72.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+if [[ $PV = *9999* ]]; then
+ EGIT_BRANCH="frameworks"
+ KEYWORDS=""
+else
+ SRC_URI="mirror://kde/unstable/plasma/4.97.0/src/${PN}2-${PV}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+inherit kde5
+
+DESCRIPTION="KDE screen management library"
+HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen"
+
+LICENSE="GPL-2"
+IUSE=""
+
+# TODO: add X use flag, does not build at the moment
+
+DEPEND="
+ dev-qt/qtgui:5
+ dev-qt/qtx11extras:5
+ x11-libs/libX11
+ x11-libs/libxcb
+ x11-libs/libXrandr
+"
+RDEPEND="${DEPEND}"