mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/mutter to 41.2-2
This commit is contained in:
parent
ec27d0c5ec
commit
46ab7bce13
1 changed files with 5 additions and 6 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue