extra/mutter to 43.0-1

This commit is contained in:
Kevin Mihelich 2022-11-01 00:28:32 +00:00
parent ed637b3176
commit 3b78bf34f0

View file

@ -7,21 +7,21 @@
pkgbase=mutter
pkgname=(mutter mutter-docs)
pkgver=42.5
pkgver=43.0
pkgrel=1
pkgdesc="A window manager for GNOME"
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
license=(GPL)
depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
libcanberra startup-notification zenity libsm gnome-desktop
libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire
xorg-xwayland graphene libxkbfile libsysprof-capture)
libcanberra startup-notification libsm gnome-desktop libxkbcommon-x11
gnome-settings-daemon libgudev libinput pipewire xorg-xwayland graphene
libxkbfile libsysprof-capture lcms2 colord)
makedepends=(gobject-introspection git egl-wayland meson xorg-server
wayland-protocols sysprof gi-docgen xorg-server-xvfb)
checkdepends=(wireplumber python-dbusmock)
checkdepends=(wireplumber python-dbusmock zenity)
options=(debug)
_commit=4b35c269c7ad2515f91d2d3ccaea7526e0cb5f97 # tags/42.5^0
_commit=bdf3470a8a89206a39dc45824a8080dc6a9666ca # tags/43.0^0
source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit")
sha256sums=('SKIP')
@ -51,10 +51,10 @@ _check() (
mkdir -p -m 700 "$XDG_RUNTIME_DIR"
glib-compile-schemas "$GSETTINGS_SCHEMA_DIR"
wireplumber &
pipewire &
_p1=$!
pipewire-media-session &
wireplumber &
_p2=$!
trap "kill $_p1 $_p2; wait" EXIT
@ -78,7 +78,7 @@ _pick() {
}
package_mutter() {
provides=(libmutter-10.so)
provides=(libmutter-11.so)
groups=(gnome)
meson install -C build --destdir "$pkgdir"