From 2601908d7eb0e806422ece19d641bd623ae7328a Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Thu, 11 Apr 2024 14:23:00 +0300 Subject: extra/mutter: Redo test patching --- extra/mutter/PKGBUILD | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'extra/mutter/PKGBUILD') 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 - ' -)" -- cgit v1.2.3-54-g00ecf