summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-28 22:34:00 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-28 22:54:34 -0400
commitf051d5fa9728471e26b855e60c6b7b3e7d19e406 (patch)
tree1cec8210d161c099c0623202bc8d24791d09e356 /x11-apps
parentx11-libs/libXinerama: Version bump to 1.1.5 (diff)
downloadgentoo-f051d5fa9728471e26b855e60c6b7b3e7d19e406.tar.gz
gentoo-f051d5fa9728471e26b855e60c6b7b3e7d19e406.tar.bz2
gentoo-f051d5fa9728471e26b855e60c6b7b3e7d19e406.zip
x11-apps/x11perf: Version bump to 1.6.2
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/x11perf/Manifest1
-rw-r--r--x11-apps/x11perf/x11perf-1.6.2.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-apps/x11perf/Manifest b/x11-apps/x11perf/Manifest
index 0bf68a6358fe..f16f638d0dfb 100644
--- a/x11-apps/x11perf/Manifest
+++ b/x11-apps/x11perf/Manifest
@@ -1 +1,2 @@
DIST x11perf-1.6.1.tar.bz2 189446 BLAKE2B 2a36bea5e1c9a414d9a1ce798e4f0481aeab86522c5924fb7520c0bc917b832f3e4c63c70a5430cd3fd92cac4374691a64db4542180e0917a0617bae7f783a6f SHA512 b386151bfe3d7c04ab9953ae1882f3c5b627d6d1afb9a8cfe87c58236a88883fc11bbadb2226b9aa61df84b4fce625a1c9e3d146a124ac17e8d7d605b35d9c0b
+DIST x11perf-1.6.2.tar.xz 173800 BLAKE2B daccac808d62b8b3d423c34faa00e41e4e259ac7bf7a1f6d337602d60c31b63db1b332f2b0eca368c3b2fb91486882e8a90ee8d1aaa20a0e10a747eae5faa34c SHA512 5be9e601071a42d103adbab5f30c1900a3779a5b2c06c709df99a85487c9790d36b835d43f5c6d74cc7d950cc3ad06927210d7b1f58939cfd0b4a6f3e5e32112
diff --git a/x11-apps/x11perf/x11perf-1.6.2.ebuild b/x11-apps/x11perf/x11perf-1.6.2.ebuild
new file mode 100644
index 000000000000..3c7749e85f67
--- /dev/null
+++ b/x11-apps/x11perf/x11perf-1.6.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-3
+
+DESCRIPTION="X rendering operation stress test utility"
+SRC_URI="https://xorg.freedesktop.org/archive/individual/test/${P}.tar.xz"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXft
+ x11-libs/libXrender
+ x11-libs/libXext"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"