1
0
Fork 0

Sync to gnome-45

Signed-off-by: Mingi Sung <dawdleming@gmail.com>
This commit is contained in:
Mingi Sung 2024-02-12 12:00:32 +09:00
parent 742aa4a72e
commit 20ba6cf419
Signed by: sungmg
GPG key ID: 8914E37E2BA317DD
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
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.3
pkgrel = 3
pkgver = 45.4
pkgrel = 1
epoch = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
@ -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=5012d22cb96ba22c4133e2e488ea1f5241fb50e2
source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=919e71b113cc03c0fe1de7777393a19947f7b9f9
source = mr1441.patch
source = mr3304.patch
source = mr3327.patch

View file

@ -31,8 +31,8 @@ else
pkgname=(mutter-performance mutter-performance-docs)
fi
epoch=1
pkgver=45.3
pkgrel=3
pkgver=45.4
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"
arch=(x86_64 aarch64)
@ -74,7 +74,7 @@ makedepends=(
if [ -n "$_enable_check" ]; then
checkdepends=(gnome-session xorg-server-xvfb pipewire-session-manager python-dbusmock zenity)
fi
_commit=5012d22cb96ba22c4133e2e488ea1f5241fb50e2 # tags/45.3^0
_commit=919e71b113cc03c0fe1de7777393a19947f7b9f9 # tags/45.4^0
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
'mr1441.patch'
'mr3304.patch'