diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-09 22:02:12 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-09 22:02:45 -0800 |
commit | bcf7f545088c9f75ab84e479ce095a8564f884bb (patch) | |
tree | d9b4e7801ea743949afcd69ec0d854355965c4c5 /x11-apps/transset | |
parent | x11-apps/xwud: Version bump to 1.0.5 (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-apps/transset/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/transset/transset-1.0.2.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest index cadd702e77ee..99a53ad3d6b8 100644 --- a/x11-apps/transset/Manifest +++ b/x11-apps/transset/Manifest @@ -1 +1,2 @@ DIST transset-1.0.1.tar.bz2 121199 BLAKE2B 1ef56061150993bf870075c5dadf0589dc795750ce9b898a5a39a062fd14693003a4b0ab258140e87a208fb1f560742dc6217bfebaeffce98cc73d677fe015e9 SHA512 709a693cedc877f981179376105ac071ea5cf553c4388ecc7b974547050104fbc2cc64292f86f047b70acf7d85e7dca1ed7cd004b73652f4854275c8a514fd1d +DIST transset-1.0.2.tar.bz2 127774 BLAKE2B fba4e8dc6eb3b3ea1285af9fccacc2d46cddbf17a086084c3db395bb5d78e6f13a348e2733c8b42efd2993dc053c01a4e6761c479506ba5d84a8715a956303c0 SHA512 f7a658cae70e211a0455420efbfacee0f3032821d94e7a80ec6db32ced716c1ce013f38713915505998071c312cedd1bad08575dbadfbbeb94361b048623f874 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" |