diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-09 22:00:10 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-09 22:02:38 -0800 |
commit | 4ad01a7cd7fddd2f914da5dbff0454f289d19ae0 (patch) | |
tree | a983ee5a335535b65d8136ab867ff00c5e2e1830 /x11-apps/xwd | |
parent | x11-apps/xsm: Version bump to 1.0.4 (diff) | |
download | gentoo-4ad01a7cd7fddd2f914da5dbff0454f289d19ae0.tar.gz gentoo-4ad01a7cd7fddd2f914da5dbff0454f289d19ae0.tar.bz2 gentoo-4ad01a7cd7fddd2f914da5dbff0454f289d19ae0.zip |
x11-apps/xwd: Version bump to 1.0.7
Diffstat (limited to 'x11-apps/xwd')
-rw-r--r-- | x11-apps/xwd/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.7.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest index 87cd761c89dd..3386c2993ae9 100644 --- a/x11-apps/xwd/Manifest +++ b/x11-apps/xwd/Manifest @@ -1 +1,2 @@ DIST xwd-1.0.6.tar.bz2 144548 BLAKE2B 56560a36931d15f6f59d6c6548325e559534cee10cb13b07722bce5b47d7d2360244b29e88a66a58ffffd2209336f0ffb14cbabb0369c144ceeeabb4eb184b06 SHA512 8fb86cbe163631fdb3f49ad6bb648ea599d7c5f9b11aba7e88afb86daed34cab88dcba057e0c5ca3e4e5904598b279f5a68ad43a64dd1053d647aa78523a806f +DIST xwd-1.0.7.tar.bz2 148026 BLAKE2B 9088105a07db38418352cccafaee4ecc084940e031416358291e6b5a6f47b2c8972928f0eb3479db4ff93b3a54a24ea4231f4d8196464f14ac4d7a1b5bb7ecce SHA512 6fdb0a115ae505169bbc7fcc45580daf26bced2e26e0bf9a877636016038931a8386e8edcbe015f4024be508d0461906adef4834cf22a445e3c282f0b8fad17e diff --git a/x11-apps/xwd/xwd-1.0.7.ebuild b/x11-apps/xwd/xwd-1.0.7.ebuild new file mode 100644 index 000000000000..d88f8dfd465c --- /dev/null +++ b/x11-apps/xwd/xwd-1.0.7.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="dump an image of an X window" + +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +# libXt dependency is not in configure.ac, bug #408629, upstream #47462." +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-libs/libXt + x11-libs/libxkbfile + x11-proto/xproto" |