summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-03 18:44:13 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-03 18:49:09 -0500
commit0a3e2a263da5428879d76a6a597d51d7782f47e9 (patch)
tree796454aa6b2fc80383a952d7c44d858ae897e05d /x11-apps/xprop
parentx11-apps/xinit: Version bump to 1.4.2 (diff)
downloadgentoo-0a3e2a263da5428879d76a6a597d51d7782f47e9.tar.gz
gentoo-0a3e2a263da5428879d76a6a597d51d7782f47e9.tar.bz2
gentoo-0a3e2a263da5428879d76a6a597d51d7782f47e9.zip
x11-apps/xprop: Version bump to 1.2.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xprop')
-rw-r--r--x11-apps/xprop/Manifest1
-rw-r--r--x11-apps/xprop/xprop-1.2.6.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xprop/Manifest b/x11-apps/xprop/Manifest
index 0b3315c9a40a..70b6332f1478 100644
--- a/x11-apps/xprop/Manifest
+++ b/x11-apps/xprop/Manifest
@@ -1 +1,2 @@
DIST xprop-1.2.5.tar.bz2 151216 BLAKE2B c676a1a733f4f897bc207cd1d7ec1a6022d48d2bb9615072e2ce19c1fec7737a8c9bc0444c97f4972d85a8ec8bc1e990f559a0815eb3656f2378915095c1f85c SHA512 93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559
+DIST xprop-1.2.6.tar.xz 143616 BLAKE2B 6fbad31f376936a25ca49a98e4691130727b2eb808181c7010e19554690efe6404f67f0a2c62bd6b55b463558b15dff604f4840e15615473f056ee1976514359 SHA512 ab25d4b8bf9de8fb37149060ad4870ffed4d6846ac3b31903a42c36301fcb0d50d3ba15949fdd9079507db97d3f05d4bbd11711d825e5470482cc30772cc3f25
diff --git a/x11-apps/xprop/xprop-1.2.6.ebuild b/x11-apps/xprop/xprop-1.2.6.ebuild
new file mode 100644
index 000000000000..495cdee0b920
--- /dev/null
+++ b/x11-apps/xprop/xprop-1.2.6.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2022 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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"