x11-apps/xwd: Version bump to 1.0.7
authorMatt Turner <mattst88@gentoo.org>
Sat, 10 Mar 2018 06:00:10 +0000 (22:00 -0800)
committerMatt Turner <mattst88@gentoo.org>
Sat, 10 Mar 2018 06:02:38 +0000 (22:02 -0800)
x11-apps/xwd/Manifest
x11-apps/xwd/xwd-1.0.7.ebuild [new file with mode: 0644]

index 87cd761c89dd380b99b9dab7bff21ede689fbd92..3386c2993ae9dd4561cc81352f9de3fbc5c6cdc1 100644 (file)
@@ -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 (file)
index 0000000..d88f8df
--- /dev/null
@@ -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"