extra/mutter to 41.4-1

This commit is contained in:
Kevin Mihelich 2022-02-15 23:10:51 +00:00
parent 92ee22011d
commit 971e0a8aca

View file

@ -6,8 +6,8 @@
# - move xorg-server-xvfb from checkdepends to makedepends
pkgname=mutter
pkgver=41.3
pkgrel=2
pkgver=41.4
pkgrel=1
pkgdesc="A window manager for GNOME"
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
@ -21,7 +21,7 @@ makedepends=(gobject-introspection git egl-wayland meson xorg-server
checkdepends=(pipewire-media-session python-dbusmock)
provides=(libmutter-9.so)
groups=(gnome)
_commit=f51ad2911419ee2ab88b5548581227a57d0fd987 # tags/41.3^0
_commit=83a34957046c5b6bca609fda4b68c8c5d1276d14 # tags/41.4^0
source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit")
sha256sums=('SKIP')
@ -32,6 +32,9 @@ pkgver() {
prepare() {
cd mutter
# Make tests run
sed -i '/catchsegv/d' meson.build
}
build() {