summaryrefslogtreecommitdiff
path: root/kde-base/kephal
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kephal')
-rw-r--r--kde-base/kephal/Manifest1
-rw-r--r--kde-base/kephal/kephal-4.11.14.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-base/kephal/Manifest b/kde-base/kephal/Manifest
new file mode 100644
index 00000000000..1567544483d
--- /dev/null
+++ b/kde-base/kephal/Manifest
@@ -0,0 +1 @@
+DIST kde-workspace-4.11.14.tar.xz 13529808 SHA256 cf20a562f3abf848ab0e122d6af1971dcc6383b91565f6da21f46f1011386e01 SHA512 203a5ffe1eea6f6d3e70fdcded0ac1fc86f76f8a175c043beddb5cbfaa865a07d53b6c1be55d63f4ff47946757267f390318cfad41bb0006f10462e8ec47dea7 WHIRLPOOL dd91f268701de19108eac235a12047aabf319189ce927dea1a60450183878ed454110b4a9d5bfa9613fa7732c8ac7f1344dc8cbc2d12d0b29c42b05e725183a2
diff --git a/kde-base/kephal/kephal-4.11.14.ebuild b/kde-base/kephal/kephal-4.11.14.ebuild
new file mode 100644
index 00000000000..270c979db5e
--- /dev/null
+++ b/kde-base/kephal/kephal-4.11.14.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME="kde-workspace"
+KMMODULE="libs/kephal"
+inherit kde4-meta
+
+DESCRIPTION="Allows handling of multihead systems via the XRandR extension"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXrandr
+"
+DEPEND="${RDEPEND}
+ x11-proto/randrproto
+"
+
+KMEXTRACTONLY+="
+ kephal/kephal/screens.h
+"