mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/mutter to 43.4-1
This commit is contained in:
parent
e43d56c993
commit
4e094302a3
1 changed files with 6 additions and 6 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
pkgbase=mutter
|
||||
pkgname=(mutter mutter-docs)
|
||||
pkgver=43.3
|
||||
pkgrel=2
|
||||
pkgver=43.4
|
||||
pkgrel=1
|
||||
pkgdesc="Window manager and compositor for GNOME"
|
||||
url="https://gitlab.gnome.org/GNOME/mutter"
|
||||
arch=(x86_64)
|
||||
|
@ -48,7 +48,7 @@ checkdepends=(
|
|||
wireplumber
|
||||
zenity
|
||||
)
|
||||
_commit=a63755bdad7d8bffdbbc649178d759c37dacce01 # tags/43.3^0
|
||||
_commit=0e7506ff6d8e4940fc6654f2711e5decb23440dc # tags/43.4^0
|
||||
source=(
|
||||
"git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
|
||||
)
|
||||
|
@ -62,9 +62,9 @@ pkgver() {
|
|||
prepare() {
|
||||
cd mutter
|
||||
|
||||
# Fix broken focus handling with XWayland
|
||||
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2848
|
||||
git cherry-pick -n d5e75bccdee7ea0e30cd860ca08ae109dcb311c8
|
||||
# Fix crash on resume from suspend
|
||||
# https://gitlab.gnome.org/GNOME/mutter/-/issues/2570
|
||||
git cherry-pick -n c1ab3f39d73a041b488acf7296456840fa83c0da
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue