diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-02-04 17:18:16 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-02-04 17:18:16 -0500 |
commit | 3636b1aece3fabea11eb2f5d91825831abab6d47 (patch) | |
tree | e680b7f144f14ea3a0f65fcc64b51a4f1bb97c51 /x11-apps | |
parent | x11-apps/xkbcomp: Version bump to 1.4.7 (diff) | |
download | gentoo-3636b1aece3fabea11eb2f5d91825831abab6d47.tar.gz gentoo-3636b1aece3fabea11eb2f5d91825831abab6d47.tar.bz2 gentoo-3636b1aece3fabea11eb2f5d91825831abab6d47.zip |
x11-apps/xprop: Version bump to 1.2.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xprop/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xprop/xprop-1.2.7.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xprop/Manifest b/x11-apps/xprop/Manifest index 7581b990e681..b58b3616df66 100644 --- a/x11-apps/xprop/Manifest +++ b/x11-apps/xprop/Manifest @@ -1 +1,2 @@ DIST xprop-1.2.6.tar.xz 143616 BLAKE2B 6fbad31f376936a25ca49a98e4691130727b2eb808181c7010e19554690efe6404f67f0a2c62bd6b55b463558b15dff604f4840e15615473f056ee1976514359 SHA512 ab25d4b8bf9de8fb37149060ad4870ffed4d6846ac3b31903a42c36301fcb0d50d3ba15949fdd9079507db97d3f05d4bbd11711d825e5470482cc30772cc3f25 +DIST xprop-1.2.7.tar.xz 144216 BLAKE2B 858627e1d0d61246d428865242dba262aa05104e08b71167b965fc7881c660cc8681b5b831fc5a2e7fbc5fff7e8d49f12f178b07b5d52ac08894d89e930ca4d0 SHA512 84ada23660e2aef7024352e1a774f920e86c55fbfda486c087b9f41f8da30a84734fe753b62432f3df16913e86da4a18ce04ca018091d444cef727de97bf94f1 diff --git a/x11-apps/xprop/xprop-1.2.7.ebuild b/x11-apps/xprop/xprop-1.2.7.ebuild new file mode 100644 index 000000000000..418d728bd08b --- /dev/null +++ b/x11-apps/xprop/xprop-1.2.7.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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |