Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/mutter/PKGBUILD
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-11 14:23:00 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-11 14:23:00 +0300
commit2601908d7eb0e806422ece19d641bd623ae7328a (patch)
tree3fd16417612a12b787b9c55481bc9ee38e6e7194 /extra/mutter/PKGBUILD
parentd134179ad73b474d7f6c70483c50308b448e12a4 (diff)
extra/mutter: Redo test patching
Diffstat (limited to 'extra/mutter/PKGBUILD')
-rw-r--r--extra/mutter/PKGBUILD21
1 files changed, 3 insertions, 18 deletions
diff --git a/extra/mutter/PKGBUILD b/extra/mutter/PKGBUILD
index 9730cd31..b3deaff5 100644
--- a/extra/mutter/PKGBUILD
+++ b/extra/mutter/PKGBUILD
@@ -1,22 +1,7 @@
-# ignoring failing tests temporarily to unblock gnome-shell (FS32#189)
+# Temporarily disable tests
eval "$(
- declare -f _check | \
+ declare -f check | \
sed '
- s/\(meson test -C build\)/\1 || true/
+ s/xvfb-run/echo xvfb-run/
'
)"
-
-source+=(fix-build.diff)
-b2sums+=('2795c0b1f6f4a9a200281943c70fde0896d86127200e49b6cdd7469cd3c9eb29c906b09e08663f7bf71d2876f753e444fa2bb96b7ab3fa9d144bfd37cc1324c5')
-
-eval "$(
- {
- declare -f prepare || \
- printf 'prepare() {\n}\n'
- } \
- | sed '
- $i cd "$srcdir/$pkgname" \
- # fix build with libglvnd'"'"'s EGL headers \
- git apply -3 ../fix-build.diff
- '
-)"