summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/wmiface/wmiface-2.1.ebuild')
-rw-r--r--x11-misc/wmiface/wmiface-2.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-misc/wmiface/wmiface-2.1.ebuild b/x11-misc/wmiface/wmiface-2.1.ebuild
new file mode 100644
index 000000000000..b017c105c00c
--- /dev/null
+++ b/x11-misc/wmiface/wmiface-2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Command line tool allowing user scripting of the running window manager"
+HOMEPAGE="http://kde-apps.org/content/show.php/WMIface?content=40425"
+SRC_URI="http://home.kde.org/~seli/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+ dev-qt/qtcore:4
+ x11-libs/libX11
+"
+DEPEND="${DEPEND}
+ dev-qt/qtgui:4
+"