commit: 3b6cce682abc5b349719b8a0e4b74b084a6a7166
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 12 19:28:07 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Sep 12 19:28:07 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3b6cce68
[x11-libs/libkscreen] Version bump.
Package-Manager: portage-2.2.10
---
x11-libs/libkscreen/libkscreen-5.0.93.ebuild | 33 ++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/x11-libs/libkscreen/libkscreen-5.0.93.ebuild
b/x11-libs/libkscreen/libkscreen-5.0.93.ebuild
new file mode 100644
index 0000000..674f180
--- /dev/null
+++ b/x11-libs/libkscreen/libkscreen-5.0.93.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/stable/plasma/5.0.2/${P}.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}"