mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mutter to 42.1-1
This commit is contained in:
parent
36d180da22
commit
f2f7ac1e89
1 changed files with 3 additions and 9 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
pkgbase=mutter
|
||||
pkgname=(mutter mutter-docs)
|
||||
pkgver=42.0
|
||||
pkgrel=2
|
||||
pkgver=42.1
|
||||
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
|
|||
wayland-protocols sysprof gi-docgen xorg-server-xvfb)
|
||||
checkdepends=(wireplumber python-dbusmock)
|
||||
options=(debug)
|
||||
_commit=9249aba72a5c4454894c08735a4963ca1665e34d # tags/42.0^0
|
||||
_commit=94bd385bf3ece2a746d8755049fc1fa5c8c0a808 # tags/42.1^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -32,12 +32,6 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd mutter
|
||||
|
||||
# Fix Dash-to-dock not autohiding
|
||||
git cherry-pick -n 2aad56b949b8 0280b0aaa563
|
||||
|
||||
# https://bugs.archlinux.org/task/74360
|
||||
git cherry-pick -n f9857cb8bd7af20e819283917ae165fa40c19f07
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue