diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-03 18:43:06 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-03 18:49:08 -0500 |
commit | 287b29e426c64051d95afc73eff1fa5f8e15148d (patch) | |
tree | c2f9ac0b6900d1d58bb499fe096479d89fcb9008 /x11-apps | |
parent | app-eselect/eselect-wine: use a bit clearer USE=xdg description (diff) | |
download | gentoo-287b29e426c64051d95afc73eff1fa5f8e15148d.tar.gz gentoo-287b29e426c64051d95afc73eff1fa5f8e15148d.tar.bz2 gentoo-287b29e426c64051d95afc73eff1fa5f8e15148d.zip |
x11-apps/transset: Version bump to 1.0.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/transset/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/transset/transset-1.0.3.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest index a92be8f53f3f..c46979e5064b 100644 --- a/x11-apps/transset/Manifest +++ b/x11-apps/transset/Manifest @@ -1 +1,2 @@ DIST transset-1.0.2.tar.bz2 127774 BLAKE2B fba4e8dc6eb3b3ea1285af9fccacc2d46cddbf17a086084c3db395bb5d78e6f13a348e2733c8b42efd2993dc053c01a4e6761c479506ba5d84a8715a956303c0 SHA512 f7a658cae70e211a0455420efbfacee0f3032821d94e7a80ec6db32ced716c1ce013f38713915505998071c312cedd1bad08575dbadfbbeb94361b048623f874 +DIST transset-1.0.3.tar.xz 121592 BLAKE2B 0bcace3235c7d96c0a3005f39692df01f7a78361664a23ca52f3adbda5f6994da3b7385257f43d8bf0ec8bd916e98fd867c9439eba13dbb1f86fc8fd3fe14817 SHA512 5e46713653f1c50676381aebe6bcb0adaa4c5d51217f54a3e73fec69a3f201871f0d3b65759e30bd871f439eb3ccf037203d5efc9b26a60a4f6fa02d0ffdca41 diff --git a/x11-apps/transset/transset-1.0.3.ebuild b/x11-apps/transset/transset-1.0.3.ebuild new file mode 100644 index 000000000000..ac84c68d643d --- /dev/null +++ b/x11-apps/transset/transset-1.0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="An utility for setting opacity property" + +LICENSE="SGI-B-2.0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |