summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-11-19 21:14:43 -0500
committerMatt Turner <mattst88@gentoo.org>2020-11-19 21:20:58 -0500
commit4474651b435ed554c2781f3408b55f47e610ebcc (patch)
tree755a7759092d39bed1493e1f818005ca106e00d9 /x11-apps
parentsys-libs/libseccomp: Stabilize 2.4.4 arm, #755494 (diff)
downloadgentoo-4474651b435ed554c2781f3408b55f47e610ebcc.tar.gz
gentoo-4474651b435ed554c2781f3408b55f47e610ebcc.tar.bz2
gentoo-4474651b435ed554c2781f3408b55f47e610ebcc.zip
x11-apps/xprop: Version bump to 1.2.5
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.5.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xprop/Manifest b/x11-apps/xprop/Manifest
index 393dc04e58b1..3623568297aa 100644
--- a/x11-apps/xprop/Manifest
+++ b/x11-apps/xprop/Manifest
@@ -1 +1,2 @@
DIST xprop-1.2.4.tar.bz2 149930 BLAKE2B 93bd20c7c91d6abd9e2fdeca7864b9885ae7248c7ee3ef80a5efa1706bfef2220244b1443764fdbc042f66be8d589b111fd942c732922f05f4143e1c893da183 SHA512 6e770cb89ba87ae057858cc9f0f5498979e78c3ef66ce86361b7c646cc0b70c41a18d76e55ed7225fe715b22b62bc07c56272519a2631b92832e9403ce260da7
+DIST xprop-1.2.5.tar.bz2 151216 BLAKE2B c676a1a733f4f897bc207cd1d7ec1a6022d48d2bb9615072e2ce19c1fec7737a8c9bc0444c97f4972d85a8ec8bc1e990f559a0815eb3656f2378915095c1f85c SHA512 93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559
diff --git a/x11-apps/xprop/xprop-1.2.5.ebuild b/x11-apps/xprop/xprop-1.2.5.ebuild
new file mode 100644
index 000000000000..8f6bae892ffd
--- /dev/null
+++ b/x11-apps/xprop/xprop-1.2.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="property displayer for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"