From 1c0a46fbb629dd85b4a729552757c3051baef3c9 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 23 Aug 2020 23:32:48 +0200 Subject: 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 --- x11-misc/wmiface/Manifest | 1 + x11-misc/wmiface/metadata.xml | 5 +++++ x11-misc/wmiface/wmiface-2.1.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 x11-misc/wmiface/Manifest create mode 100644 x11-misc/wmiface/metadata.xml create mode 100644 x11-misc/wmiface/wmiface-2.1.ebuild diff --git a/x11-misc/wmiface/Manifest b/x11-misc/wmiface/Manifest new file mode 100644 index 00000000..bed9038f --- /dev/null +++ b/x11-misc/wmiface/Manifest @@ -0,0 +1 @@ +DIST wmiface-2.1.tar.gz 95167 BLAKE2B b5314dd70b502e1ed65da631fcea6b6623238f5934f64fed5a1788f52bd9dfdbd1a74d9ac1136609fc7fb3111f163c05ba9d3ac2e6e5b1906feffb702d7b4e5a SHA512 767ec2f0a23def3a5e00c77702049356a08b6bad51becfa685e47be53408de5206c36df0aa394947318b3f54481646d2b0b1a4394e79cfe08281d8fb41a3e568 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 @@ + + + + + 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 +" -- cgit v1.2.3-65-gdbad