summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-03-09 22:02:12 -0800
committerMatt Turner <mattst88@gentoo.org>2018-03-09 22:02:45 -0800
commitbcf7f545088c9f75ab84e479ce095a8564f884bb (patch)
treed9b4e7801ea743949afcd69ec0d854355965c4c5 /x11-apps/transset/transset-1.0.2.ebuild
parentx11-apps/xwud: Version bump to 1.0.5 (diff)
downloadgentoo-bcf7f545088c9f75ab84e479ce095a8564f884bb.tar.gz
gentoo-bcf7f545088c9f75ab84e479ce095a8564f884bb.tar.bz2
gentoo-bcf7f545088c9f75ab84e479ce095a8564f884bb.zip
x11-apps/transset: Version bump to 1.0.2
Diffstat (limited to 'x11-apps/transset/transset-1.0.2.ebuild')
-rw-r--r--x11-apps/transset/transset-1.0.2.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/transset/transset-1.0.2.ebuild b/x11-apps/transset/transset-1.0.2.ebuild
new file mode 100644
index 000000000000..061b3239cd7b
--- /dev/null
+++ b/x11-apps/transset/transset-1.0.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="An utility for setting opacity property"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/xapps https://cgit.freedesktop.org/xorg/app/transset/"
+
+LICENSE="SGI-B-2.0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ >=x11-proto/xproto-7.0.17"