commit:     1c0a46fbb629dd85b4a729552757c3051baef3c9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 21:32:48 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 21:38:10 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=1c0a46fb

x11-misc/wmiface: Import 0.2.5-r1 from before last-rites

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/wmiface/metadata.xml       |  5 +++++
 x11-misc/wmiface/wmiface-2.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/x11-misc/wmiface/metadata.xml b/x11-misc/wmiface/metadata.xml
new file mode 100644
index 00000000..6f49eba8
--- /dev/null
+++ b/x11-misc/wmiface/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<!-- maintainer-needed -->
+</pkgmetadata>

diff --git a/x11-misc/wmiface/wmiface-2.1.ebuild 
b/x11-misc/wmiface/wmiface-2.1.ebuild
new file mode 100644
index 00000000..ae187a34
--- /dev/null
+++ b/x11-misc/wmiface/wmiface-2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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="https://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
+"

Reply via email to