summaryrefslogtreecommitdiff
path: root/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild')
-rw-r--r--kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild
new file mode 100644
index 00000000000..fd3580c9c7b
--- /dev/null
+++ b/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+FRAMEWORKS_TYPE="tier1"
+VIRTUALX_REQUIRED="test"
+inherit kde-frameworks
+
+DESCRIPTION="Convenience access to certain properties and features of the window manager"
+KEYWORDS=""
+IUSE="debug"
+
+RDEPEND="
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
+ x11-libs/libX11
+ x11-libs/libXfixes
+ x11-libs/libxcb
+ x11-libs/xcb-util-keysyms
+"
+DEPEND="${RDEPEND}
+ test? ( dev-qt/qtnetwork:5 )
+"
+
+DOCS=( "docs/README.kstartupinfo" )