diff options
author | 2020-08-23 23:32:48 +0200 | |
---|---|---|
committer | 2020-08-23 23:38:10 +0200 | |
commit | 1c0a46fbb629dd85b4a729552757c3051baef3c9 (patch) | |
tree | 68bb2bff94566000000f946c0e999bb7ab3b9ac8 /x11-misc | |
parent | x11-misc/touchfreeze: Import 0.2.5-r1 from before last-rites (diff) | |
download | kde-sunset-1c0a46fbb629dd85b4a729552757c3051baef3c9.tar.gz kde-sunset-1c0a46fbb629dd85b4a729552757c3051baef3c9.tar.bz2 kde-sunset-1c0a46fbb629dd85b4a729552757c3051baef3c9.zip |
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@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/wmiface/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/wmiface/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/wmiface/wmiface-2.1.ebuild | 23 |
3 files changed, 29 insertions, 0 deletions
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 @@ +<?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 +" |