mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/mutter to 43.3-2
This commit is contained in:
parent
b5cd51a356
commit
31c3f1d5df
1 changed files with 5 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue