From 46ab7bce13565ce599e4b5fa27aeea0c75c6fe2a Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 7 Jan 2022 19:15:02 +0000 Subject: [PATCH] extra/mutter to 41.2-2 --- extra/mutter/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/extra/mutter/PKGBUILD b/extra/mutter/PKGBUILD index fac2f49e4..1f61cb744 100644 --- a/extra/mutter/PKGBUILD +++ b/extra/mutter/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mutter pkgver=41.2 -pkgrel=1 +pkgrel=2 pkgdesc="A window manager for GNOME" url="https://gitlab.gnome.org/GNOME/mutter" arch=(x86_64) @@ -15,9 +15,9 @@ license=(GPL) depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas libcanberra startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire - xorg-xwayland graphene libxkbfile) + xorg-xwayland graphene libxkbfile libsysprof-capture) makedepends=(gobject-introspection git egl-wayland meson xorg-server - wayland-protocols xorg-server-xvfb) + wayland-protocols xorg-server-xvfb sysprof) checkdepends=(pipewire-media-session python-dbusmock) provides=(libmutter-9.so) groups=(gnome) @@ -40,8 +40,7 @@ build() { arch-meson $pkgname build \ -D egl_device=true \ -D wayland_eglstream=true \ - -D installed_tests=false \ - -D profiler=false + -D installed_tests=false meson compile -C build } @@ -62,7 +61,7 @@ _check() ( ) check() { - dbus-run-session xvfb-run -s '-nolisten local' \ + dbus-run-session xvfb-run -s '-nolisten local +iglx -noreset' \ bash -c "$(declare -f _check); _check" }