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-20 17:45:01 +09:00
parent 606dbea8a2
commit e648f81631
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 pkgbase = mutter-performance
pkgdesc = A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync pkgdesc = A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
pkgver = 43.1 pkgver = 43.1+r1+gaccf532a2
pkgrel = 1 pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64 arch = x86_64
@ -35,7 +35,7 @@ pkgbase = mutter-performance
depends = libsysprof-capture depends = libsysprof-capture
depends = lcms2 depends = lcms2
depends = colord depends = colord
source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=8329a3eb5f4960df919e0348bd445c40568d3d60 source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=accf532a29ea9a1d70880dfaa1834050aa3ae7be
source = mr1441.patch source = mr1441.patch
source = mr1880.patch source = mr1880.patch
source = mr2671.patch source = mr2671.patch

View file

@ -29,7 +29,7 @@ if [ -n "$_disable_docs" ]; then
else else
pkgname=(mutter-performance mutter-performance-docs) pkgname=(mutter-performance mutter-performance-docs)
fi fi
pkgver=43.1 pkgver=43.1+r1+gaccf532a2
pkgrel=1 pkgrel=1
pkgdesc="A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync" 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" 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 makedepends=(gobject-introspection git egl-wayland meson xorg-server
wayland-protocols sysprof gi-docgen) wayland-protocols sysprof gi-docgen)
checkdepends=(xorg-server-xvfb pipewire-session-manager python-dbusmock zenity) checkdepends=(xorg-server-xvfb pipewire-session-manager python-dbusmock zenity)
_commit=8329a3eb5f4960df919e0348bd445c40568d3d60 # tags/43.1^0 _commit=accf532a29ea9a1d70880dfaa1834050aa3ae7be # tags/43.1^1
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit" source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
'mr1441.patch' 'mr1441.patch'
'mr1880.patch' 'mr1880.patch'