1
0
Fork 0

Sync to gnome-42

Signed-off-by: Mingi Sung <FiestaLake@protonmail.com>
This commit is contained in:
Mingi Sung 2022-08-12 13:00:26 +09:00
parent fe61a8440d
commit d8e4bdf787
No known key found for this signature in database
GPG key ID: 67B568F99ECE42DC
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 = 42.3+r15+g91ac40448
pkgver = 42.4
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
@ -33,7 +33,7 @@ pkgbase = mutter-performance
depends = graphene
depends = libxkbfile
depends = libsysprof-capture
source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=91ac40448f231155ff91f40b5333a32fe3b9d884
source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=9a25838e4e3f705b69b7f2e0bf22e970d8829f1f
source = mr2487.patch
source = mr2506.patch
sha256sums = SKIP

View file

@ -28,7 +28,7 @@ if [ -n "$_disable_docs" ]; then
else
pkgname=(mutter-performance mutter-performance-docs)
fi
pkgver=42.3+r15+g91ac40448
pkgver=42.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"
@ -41,7 +41,7 @@ depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
makedepends=(gobject-introspection git egl-wayland meson xorg-server
wayland-protocols sysprof gi-docgen)
checkdepends=(xorg-server-xvfb pipewire-session-manager python-dbusmock)
_commit=91ac40448f231155ff91f40b5333a32fe3b9d884 # tags/42.3^15
_commit=9a25838e4e3f705b69b7f2e0bf22e970d8829f1f # tags/42.4^0
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
'mr2487.patch'
'mr2506.patch')