summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-07-12 15:42:01 -0700
committerMatt Turner <mattst88@gentoo.org>2022-07-12 16:54:02 -0700
commit76f407bea82763e1d62122331588b0689085e94c (patch)
treeb09efd24d30156c7c14222370254ec3af3750458 /x11-apps/xev
parentx11-base/xwayland: Version bump to 22.1.3 (diff)
downloadgentoo-76f407bea82763e1d62122331588b0689085e94c.tar.gz
gentoo-76f407bea82763e1d62122331588b0689085e94c.tar.bz2
gentoo-76f407bea82763e1d62122331588b0689085e94c.zip
x11-apps/xev: Version bump to 1.2.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xev')
-rw-r--r--x11-apps/xev/Manifest1
-rw-r--r--x11-apps/xev/xev-1.2.5.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xev/Manifest b/x11-apps/xev/Manifest
index 3ff4caa21962..1d6eed2ca695 100644
--- a/x11-apps/xev/Manifest
+++ b/x11-apps/xev/Manifest
@@ -1 +1,2 @@
DIST xev-1.2.4.tar.bz2 136792 BLAKE2B 46b38d7295f8a11509598758ece9d880f9c3d303064de5cb6ef12aa9d0b066e78aefd3aa5e0c94ea4af7633936209474be362f9e38c0994eefe798662c2e4c6c SHA512 383472ddbfad639ba46a69080ecdd11a514a0578fd32c463fae18da02e0265c944589eebf12a858994f5fd601c02a0d51517e9b3ff61c6afe740d374f02781ca
+DIST xev-1.2.5.tar.xz 128848 BLAKE2B 468e8b21ffba9473bf04160f053a4300df61280083cdad0d94f2d309abeab96611031cb6d054ab011c4b18c01f63d2e5cd0ab24c5c42ba3e337999716e57851b SHA512 9fbfb78c9547974c2256a678948bf4a694a40b1c2bd5c5dec5f365a713e6d938c6039f055a9629f49de27f02f3d7cb912f07c035df129798a4b2ddc20febe66a
diff --git a/x11-apps/xev/xev-1.2.5.ebuild b/x11-apps/xev/xev-1.2.5.ebuild
new file mode 100644
index 000000000000..f810e16b46bd
--- /dev/null
+++ b/x11-apps/xev/xev-1.2.5.ebuild
@@ -0,0 +1,17 @@
+# 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="Print contents of X events"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-winnt"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXrandr"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"