diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-06-03 23:22:16 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-06-03 23:31:28 -0400 |
commit | dc60182bea261f7eaa81789d86dc843a9c5de741 (patch) | |
tree | 0d67398e2bd14f61a3eb4de57dda2813acacfdb6 /x11-apps | |
parent | x11-apps/xrdb: Version bump to 1.2.2 (diff) | |
download | gentoo-dc60182bea261f7eaa81789d86dc843a9c5de741.tar.gz gentoo-dc60182bea261f7eaa81789d86dc843a9c5de741.tar.bz2 gentoo-dc60182bea261f7eaa81789d86dc843a9c5de741.zip |
x11-apps/xwd: Version bump to 1.0.9
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xwd/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.9.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest index 634f9e4ed059..d6a9298d6aa4 100644 --- a/x11-apps/xwd/Manifest +++ b/x11-apps/xwd/Manifest @@ -1 +1,2 @@ DIST xwd-1.0.8.tar.bz2 151153 BLAKE2B 9db972c3f484abde7f6925da6b9e567548e9ceab8f3484ca8f5649e1505ef72652d03f738b2e2edd3179a9561b9dca76bf13d26b025523d22f9f2d98ebf1b8c7 SHA512 d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e +DIST xwd-1.0.9.tar.xz 141940 BLAKE2B 06505859e28095ba4c34f76001aa283b2b173d71f78c83e067faefe91671475daf9adcedecdc9c090826ecec8fb73763529fb9fae1ebd1e62e67d7ec70117c78 SHA512 ae59661b05160f5658920fd79031b6b8548cb7bbfc734194edb0acef5c95f76b210ca4443e9506fc1a0cb9df47ee7c22948502971afe578b44c75aa2a1138d56 diff --git a/x11-apps/xwd/xwd-1.0.9.ebuild b/x11-apps/xwd/xwd-1.0.9.ebuild new file mode 100644 index 000000000000..ebe435a096ef --- /dev/null +++ b/x11-apps/xwd/xwd-1.0.9.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="dump an image of an X window" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11 + x11-libs/libxkbfile" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |