diff --git a/x11-apps/xwininfo/Manifest b/x11-apps/xwininfo/Manifest index 0c09669c43a33..551b5c624b09f 100644 --- a/x11-apps/xwininfo/Manifest +++ b/x11-apps/xwininfo/Manifest @@ -1 +1,2 @@ DIST xwininfo-1.1.6.tar.xz 161660 BLAKE2B d23d175d6083d95ef5f5df79fb1c88b4d92c618dbec90ee3dc4ae07fe2c5600b9c4dd00dcf3a32b512b51ecf9c6a11e5e7a5bb398f2cb479bdea05b076e5fd73 SHA512 c6df4ed3dcf97772450612f2786ecab8313a43bb78e0b8020cc9ec228b3f466f55090313ad02c8159a73a6892d117322ad85e28d9d76e38bb84c9750712c20bc +DIST xwininfo-1.1.7.tar.xz 174060 BLAKE2B 6b360f5c91072b878296dd20fd5c840fe366a54bf1487d614556d8baaae46dbe72127a1563a8f92eda5f36e8c6acd195eb3558c0621961e1ff19ea9f34c47430 SHA512 116e53bdd5c40b6162e98057fc1c7981a4c4fb894adeb31197984d5408489195f9eb621635036e17194f4e50c7eed9e3624d044cab14b975988200f6883b9a66 diff --git a/x11-apps/xwininfo/xwininfo-1.1.7.ebuild b/x11-apps/xwininfo/xwininfo-1.1.7.ebuild new file mode 100644 index 0000000000000..e41565dc945a8 --- /dev/null +++ b/x11-apps/xwininfo/xwininfo-1.1.7.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xorg-meson + +DESCRIPTION="window information utility for X" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +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"