summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-11-13 19:49:29 -0500
committerMatt Turner <mattst88@gentoo.org>2024-11-13 19:59:53 -0500
commitb26906709eb4460f5bfbbadc94eb4db1bc091343 (patch)
tree68575797e6f6480d07326d384ba63cd3d9c4d92e /x11-apps
parentx11-apps/xlogo: Version bump to 1.0.7 (diff)
downloadgentoo-b26906709eb4460f5bfbbadc94eb4db1bc091343.tar.gz
gentoo-b26906709eb4460f5bfbbadc94eb4db1bc091343.tar.bz2
gentoo-b26906709eb4460f5bfbbadc94eb4db1bc091343.zip
x11-apps/xprop: Version bump to 1.2.8
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xprop/Manifest1
-rw-r--r--x11-apps/xprop/xprop-1.2.8.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xprop/Manifest b/x11-apps/xprop/Manifest
index d0472816ecc5..8d9eca527f35 100644
--- a/x11-apps/xprop/Manifest
+++ b/x11-apps/xprop/Manifest
@@ -1 +1,2 @@
DIST xprop-1.2.7.tar.xz 144216 BLAKE2B 858627e1d0d61246d428865242dba262aa05104e08b71167b965fc7881c660cc8681b5b831fc5a2e7fbc5fff7e8d49f12f178b07b5d52ac08894d89e930ca4d0 SHA512 84ada23660e2aef7024352e1a774f920e86c55fbfda486c087b9f41f8da30a84734fe753b62432f3df16913e86da4a18ce04ca018091d444cef727de97bf94f1
+DIST xprop-1.2.8.tar.xz 147396 BLAKE2B 4a5c113761975df980bcb1b78f621439e754a6f95cd72e88243bcdf1325b358b0a5efdc55cf03f18c132988703e8233cd28da7f32209699fe6bcfd89a22d6d75 SHA512 bdd9b02c4ee738bb4661c3acc901330e635b9967de5efb1615297f6b0ff3cdbd0eab6f63f80a605539090e8d62c611bb603da17477e16e3c0b26ff4314d0b664
diff --git a/x11-apps/xprop/xprop-1.2.8.ebuild b/x11-apps/xprop/xprop-1.2.8.ebuild
new file mode 100644
index 000000000000..e57e64cc0cc5
--- /dev/null
+++ b/x11-apps/xprop/xprop-1.2.8.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="property displayer for X"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"