1
0
Fork 0

Sync to gnome-45

Signed-off-by: Mingi Sung <dawdleming@gmail.com>
This commit is contained in:
Mingi Sung 2024-01-08 22:30:47 +09:00
parent 16b144d542
commit 3e9fdf2aea
Signed by: sungmg
GPG key ID: 8914E37E2BA317DD
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mutter-performance
pkgdesc = A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
pkgver = 45.2+r41+g5f777c90b
pkgver = 45.3
pkgrel = 1
epoch = 1
url = https://gitlab.gnome.org/GNOME/mutter
@ -37,7 +37,7 @@ pkgbase = mutter-performance
depends = pipewire
depends = startup-notification
depends = xorg-xwayland
source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=5f777c90b79a8c49e1bfdb84ea2efb7907ebb963
source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=5012d22cb96ba22c4133e2e488ea1f5241fb50e2
source = mr1441.patch
source = mr3327.patch
sha256sums = SKIP

View file

@ -31,7 +31,7 @@ else
pkgname=(mutter-performance mutter-performance-docs)
fi
epoch=1
pkgver=45.2+r41+g5f777c90b
pkgver=45.3
pkgrel=1
pkgdesc="A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
url="https://gitlab.gnome.org/GNOME/mutter"
@ -74,7 +74,7 @@ makedepends=(
if [ -n "$_enable_check" ]; then
checkdepends=(gnome-session xorg-server-xvfb pipewire-session-manager python-dbusmock zenity)
fi
_commit=5f777c90b79a8c49e1bfdb84ea2efb7907ebb963 # tags/45.2^41
_commit=5012d22cb96ba22c4133e2e488ea1f5241fb50e2 # tags/45.3^0
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
'mr1441.patch'
'mr3327.patch')