1
0
Fork 0

Sync to gnome-43

Signed-off-by: Mingi Sung <FiestaLake@protonmail.com>
This commit is contained in:
Mingi Sung 2022-11-04 15:49:08 +09:00
parent 03e03bba6c
commit c4d2bcb421
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 = 43.0+r88+gc57a500cc
pkgver = 43.0+r97+gd313c8f4f
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
@ -35,7 +35,7 @@ pkgbase = mutter-performance
depends = libsysprof-capture
depends = lcms2
depends = colord
source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=c57a500ccbd16694e7cbb3408b1da5dc8efb44ba
source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=d313c8f4fe14d8a287bd75bb202434c538048808
source = mr1441.patch
source = mr1880.patch
sha256sums = SKIP

View file

@ -29,7 +29,7 @@ if [ -n "$_disable_docs" ]; then
else
pkgname=(mutter-performance mutter-performance-docs)
fi
pkgver=43.0+r88+gc57a500cc
pkgver=43.0+r97+gd313c8f4f
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"
@ -42,7 +42,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 zenity)
_commit=c57a500ccbd16694e7cbb3408b1da5dc8efb44ba # tags/43.0^88
_commit=d313c8f4fe14d8a287bd75bb202434c538048808 # tags/43.0^97
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
'mr1441.patch'
'mr1880.patch')