extra/mutter to 43.3-2

This commit is contained in:
Kevin Mihelich 2023-02-16 13:38:23 +00:00
parent b5cd51a356
commit 31c3f1d5df

View file

@ -8,7 +8,7 @@
pkgbase=mutter
pkgname=(mutter mutter-docs)
pkgver=43.3
pkgrel=1
pkgrel=2
pkgdesc="Window manager and compositor for GNOME"
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
@ -61,6 +61,10 @@ pkgver() {
prepare() {
cd mutter
# Fix broken focus handling with XWayland
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2848
git cherry-pick -n d5e75bccdee7ea0e30cd860ca08ae109dcb311c8
}
build() {