mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mutter to 43.1+r2+g6a962803e-2
This commit is contained in:
parent
484a7e5b26
commit
4bdf3894d2
1 changed files with 6 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=mutter
|
||||
pkgname=(mutter mutter-docs)
|
||||
pkgver=43.1+r2+g6a962803e
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A window manager for GNOME"
|
||||
url="https://gitlab.gnome.org/GNOME/mutter"
|
||||
arch=(x86_64)
|
||||
|
@ -32,6 +32,11 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd mutter
|
||||
|
||||
# https://bugs.archlinux.org/task/76570
|
||||
# https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6054
|
||||
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2694
|
||||
git cherry-pick -n 61cc31c3ce37d6a1d977f6cdccc3703ca824a51e
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue