summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-08-01 21:43:07 -0400
committerMatt Turner <mattst88@gentoo.org>2024-08-01 21:54:18 -0400
commit6e5c520a1f7b7f55a617c2da799db2cb07fcabf9 (patch)
tree0cd1c9e5708d9a633e1a263ef18c6574445976e1 /x11-apps
parentx11-libs/libXtst: Version bump to 1.2.5 (diff)
downloadgentoo-6e5c520a1f7b7f55a617c2da799db2cb07fcabf9.tar.gz
gentoo-6e5c520a1f7b7f55a617c2da799db2cb07fcabf9.tar.bz2
gentoo-6e5c520a1f7b7f55a617c2da799db2cb07fcabf9.zip
x11-apps/x11perf: Version bump to 1.7.0
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.7.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-apps/x11perf/Manifest b/x11-apps/x11perf/Manifest
index 5af02ee5fbf1..37e0f29839e6 100644
--- a/x11-apps/x11perf/Manifest
+++ b/x11-apps/x11perf/Manifest
@@ -1 +1,2 @@
DIST x11perf-1.6.2.tar.xz 173800 BLAKE2B daccac808d62b8b3d423c34faa00e41e4e259ac7bf7a1f6d337602d60c31b63db1b332f2b0eca368c3b2fb91486882e8a90ee8d1aaa20a0e10a747eae5faa34c SHA512 5be9e601071a42d103adbab5f30c1900a3779a5b2c06c709df99a85487c9790d36b835d43f5c6d74cc7d950cc3ad06927210d7b1f58939cfd0b4a6f3e5e32112
+DIST x11perf-1.7.0.tar.xz 181396 BLAKE2B 5f8433e7c06bd29f50fd9218a1d66c9d4753965af69a102902d7d693125ad0045c0a00452f4a65d27e5d372398b2414049ee96a3dfa1477f0f0850392f2dd672 SHA512 de8185bfbac15fb5eb15c18ba8450d8e383e1356675e0368c9a443d4c2d14245fab87ac0aa4ddcc5ebf731af0ad1173f53c6937104c1be824bfda5b58112fd5e
diff --git a/x11-apps/x11perf/x11perf-1.7.0.ebuild b/x11-apps/x11perf/x11perf-1.7.0.ebuild
new file mode 100644
index 000000000000..8dc4dd5f6fbf
--- /dev/null
+++ b/x11-apps/x11perf/x11perf-1.7.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 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="
+ media-libs/fontconfig
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXft
+ x11-libs/libXmu
+ x11-libs/libXrender"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"