diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-11-13 20:30:52 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-11-13 20:33:07 -0500 |
commit | bf6546b9957d77fafb878c1612031b76292188d8 (patch) | |
tree | 37e3c28c73c2b6187dda3a741002a827802956df /x11-apps/xlsclients | |
parent | x11-apps/xlsatoms: Version bump to 1.1.4 (diff) | |
download | gentoo-bf6546b9957d77fafb878c1612031b76292188d8.tar.gz gentoo-bf6546b9957d77fafb878c1612031b76292188d8.tar.bz2 gentoo-bf6546b9957d77fafb878c1612031b76292188d8.zip |
x11-apps/xlsclients: Version bump to 1.1.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xlsclients')
-rw-r--r-- | x11-apps/xlsclients/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xlsclients/xlsclients-1.1.5.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xlsclients/Manifest b/x11-apps/xlsclients/Manifest index 3b8118be19fe..586f04a872aa 100644 --- a/x11-apps/xlsclients/Manifest +++ b/x11-apps/xlsclients/Manifest @@ -1 +1,2 @@ DIST xlsclients-1.1.4.tar.bz2 130586 BLAKE2B 8e13bd29f10035a101cabe2a271fd665618dce12f7047f441bf943e8c4d2743e2385874b8e1cf42b69f6a19b7a3d5c16ec9ecff7e6cb62401888802d6946dd5e SHA512 42fd848d88d3cf31168a37fed63f9f5b60ddc4f36be2956b354e574c93129d75f29e005d6631784380bcef27860b54c64f419ca18ad77f092f4520dec47b10f4 +DIST xlsclients-1.1.5.tar.xz 125552 BLAKE2B cafd425b28ab5de1d9b35bffcdf8b8f9552205618029c898c038729f185a6e7b064631482f2785fd496363e65360084b55e95713ee7fe64582af292cb975316f SHA512 3896643378603876438772475e89ad5c066f98c16593245db5fa066418ff793798247f976d2bf7aa401d2590fc9807b80c9758bcbcc91566f02ceb856d9702bf diff --git a/x11-apps/xlsclients/xlsclients-1.1.5.ebuild b/x11-apps/xlsclients/xlsclients-1.1.5.ebuild new file mode 100644 index 000000000000..7f1373100f20 --- /dev/null +++ b/x11-apps/xlsclients/xlsclients-1.1.5.ebuild @@ -0,0 +1,14 @@ +# 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="X.Org xlsclients application" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=">=x11-libs/libxcb-1.7" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |