From cd44a76ab19f5235f215ccc330b6da7380a5c3c5 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 12 Nov 2017 20:33:33 +0100 Subject: community/intel-gpu-tools: packported from git fix for duplicate definition of igt_x86_features_to_string --- .../4fbb4b9c12d1944e5d60bc4f3d0cbd0bf7bed36d.patch | Bin 0 -> 1957 bytes community/intel-gpu-tools/PKGBUILD | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 community/intel-gpu-tools/4fbb4b9c12d1944e5d60bc4f3d0cbd0bf7bed36d.patch create mode 100644 community/intel-gpu-tools/PKGBUILD diff --git a/community/intel-gpu-tools/4fbb4b9c12d1944e5d60bc4f3d0cbd0bf7bed36d.patch b/community/intel-gpu-tools/4fbb4b9c12d1944e5d60bc4f3d0cbd0bf7bed36d.patch new file mode 100644 index 00000000..005cd115 Binary files /dev/null and b/community/intel-gpu-tools/4fbb4b9c12d1944e5d60bc4f3d0cbd0bf7bed36d.patch differ 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" +} -- cgit v1.2.3-54-g00ecf