summaryrefslogtreecommitdiff
path: root/community/intel-gpu-tools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/intel-gpu-tools/PKGBUILD')
-rw-r--r--community/intel-gpu-tools/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/intel-gpu-tools/PKGBUILD b/community/intel-gpu-tools/PKGBUILD
new file mode 100644
index 00000000..0bb6286d
--- /dev/null
+++ b/community/intel-gpu-tools/PKGBUILD
@@ -0,0 +1,10 @@
+# see upstream git
+# https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/patch/?id=4fbb4b9c12d1944e5d60bc4f3d0cbd0bf7bed36d
+
+source+=('4fbb4b9c12d1944e5d60bc4f3d0cbd0bf7bed36d.patch')
+md5sums+=('95b06382361f96e43db9547a256a51d2')
+
+prepare( ) {
+ cd $pkgname-$pkgver
+ patch -Np1 -i "$srcdir/4fbb4b9c12d1944e5d60bc4f3d0cbd0bf7bed36d.patch"
+}