diff options
author | Sung Mingi | 2022-06-06 11:33:25 +0900 |
---|---|---|
committer | Sung Mingi | 2022-06-06 11:33:25 +0900 |
commit | e539589b8051f2be971a484f18e1b8ab78b46653 (patch) | |
tree | be8a1922d909fc9e6e0d2a0071a063fe47225d7e | |
parent | b4046d2c4a6892ad58c1dfe7dca1d40063605377 (diff) | |
download | aur-e539589b8051f2be971a484f18e1b8ab78b46653.tar.gz |
Sync to gnome-42
Signed-off-by: Sung Mingi <FiestaLake@protonmail.com>
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -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.2 + pkgver = 42.2+r11+gcd52c57bc 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=10cece870cf25c15daa8b20130d328257ec5f132 + source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=cd52c57bc65a25363a25ee575b0c9d1d4e471ba8 source = mr1441.patch source = mr1877.patch sha256sums = SKIP @@ -19,7 +19,7 @@ _merge_requests_to_use=('1441' '1877') pkgbase=mutter-performance pkgname=(mutter-performance mutter-performance-docs) -pkgver=42.2 +pkgver=42.2+r11+gcd52c57bc 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" @@ -32,7 +32,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 wireplumber python-dbusmock) -_commit=10cece870cf25c15daa8b20130d328257ec5f132 # tags/42.2^0 +_commit=cd52c57bc65a25363a25ee575b0c9d1d4e471ba8 # tags/42.2^11 source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit" 'mr1441.patch' 'mr1877.patch') @@ -132,7 +132,7 @@ prepare() { # URL: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1877 # Type: 3 # Status: 3 - # Comment: Fixes: #849 (Window previews in the overview are not mipmapped on HiDPI) + # Comment: Fix #849 (Window previews in the overview are not mipmapped on HiDPI) pick_mr '1877' 'mr1877.patch' 'patch' } |