diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-08-01 20:50:38 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-08-01 21:10:14 -0700 |
commit | 42735b98066859590a1380ead8abb0c5138f543f (patch) | |
tree | f3b0b6689c3772fdad73880a99b73688ca73d05b /x11-apps/xwd | |
parent | x11-apps/xeyes: Version bump to 1.2.0 (diff) | |
download | gentoo-42735b98066859590a1380ead8abb0c5138f543f.tar.gz gentoo-42735b98066859590a1380ead8abb0c5138f543f.tar.bz2 gentoo-42735b98066859590a1380ead8abb0c5138f543f.zip |
x11-apps/xwd: Version bump to 1.0.8
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xwd')
-rw-r--r-- | x11-apps/xwd/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.8.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest index 3b9495433f84..1c123fffd0ec 100644 --- a/x11-apps/xwd/Manifest +++ b/x11-apps/xwd/Manifest @@ -1 +1,2 @@ DIST xwd-1.0.7.tar.bz2 148026 BLAKE2B 9088105a07db38418352cccafaee4ecc084940e031416358291e6b5a6f47b2c8972928f0eb3479db4ff93b3a54a24ea4231f4d8196464f14ac4d7a1b5bb7ecce SHA512 6fdb0a115ae505169bbc7fcc45580daf26bced2e26e0bf9a877636016038931a8386e8edcbe015f4024be508d0461906adef4834cf22a445e3c282f0b8fad17e +DIST xwd-1.0.8.tar.bz2 151153 BLAKE2B 9db972c3f484abde7f6925da6b9e567548e9ceab8f3484ca8f5649e1505ef72652d03f738b2e2edd3179a9561b9dca76bf13d26b025523d22f9f2d98ebf1b8c7 SHA512 d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild new file mode 100644 index 000000000000..116dcac06fb2 --- /dev/null +++ b/x11-apps/xwd/xwd-1.0.8.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="dump an image of an X window" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto + x11-libs/libXt + x11-libs/libxkbfile" |