summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-04-10 09:20:59 -0400
committerMatt Turner <mattst88@gentoo.org>2023-04-10 10:11:26 -0400
commitcd10571796a05443e33083203aa734a782cb4d21 (patch)
treed94f3c5726a16b4b3f7a6b8675e4fa1401daebdd /x11-apps
parentx11-libs/libXt: Version bump to 1.3.0 (diff)
downloadgentoo-cd10571796a05443e33083203aa734a782cb4d21.tar.gz
gentoo-cd10571796a05443e33083203aa734a782cb4d21.tar.bz2
gentoo-cd10571796a05443e33083203aa734a782cb4d21.zip
x11-apps/xwininfo: Version bump to 1.1.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xwininfo/Manifest1
-rw-r--r--x11-apps/xwininfo/xwininfo-1.1.6.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-apps/xwininfo/Manifest b/x11-apps/xwininfo/Manifest
index 7e172b6466f2..4e3ad71a80ac 100644
--- a/x11-apps/xwininfo/Manifest
+++ b/x11-apps/xwininfo/Manifest
@@ -1 +1,2 @@
DIST xwininfo-1.1.5.tar.bz2 172496 BLAKE2B ad657a96b74190981ecd2d946d1b81fcd0515a481f0d6d880d790b8e1eb4bf7e85bdd9a74b631acb88c2254839afde7f6ee79647af66c357c8ef4199aac51f02 SHA512 a3268bbeeeeafac94e589fdd47554a965910d40df7cc3d9c36c7c24fa4f5dd49615484d5916ccb41efca9cd4cf9d8981a4c60953b921220b3f4f57f9cce0e1a6
+DIST xwininfo-1.1.6.tar.xz 161660 BLAKE2B d23d175d6083d95ef5f5df79fb1c88b4d92c618dbec90ee3dc4ae07fe2c5600b9c4dd00dcf3a32b512b51ecf9c6a11e5e7a5bb398f2cb479bdea05b076e5fd73 SHA512 c6df4ed3dcf97772450612f2786ecab8313a43bb78e0b8020cc9ec228b3f466f55090313ad02c8159a73a6892d117322ad85e28d9d76e38bb84c9750712c20bc
diff --git a/x11-apps/xwininfo/xwininfo-1.1.6.ebuild b/x11-apps/xwininfo/xwininfo-1.1.6.ebuild
new file mode 100644
index 000000000000..2a9fc1b6fa8d
--- /dev/null
+++ b/x11-apps/xwininfo/xwininfo-1.1.6.ebuild
@@ -0,0 +1,24 @@
+# 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="window information utility for X"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=x11-libs/libxcb-1.6:=
+ x11-libs/xcb-util-wm
+ x11-libs/xcb-util-errors
+"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto
+ x11-libs/libX11"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-xcb-icccm
+ --with-xcb-errors
+)