From e539589b8051f2be971a484f18e1b8ab78b46653 Mon Sep 17 00:00:00 2001 From: Sung Mingi Date: Mon, 6 Jun 2022 11:33:25 +0900 Subject: [PATCH] Sync to gnome-42 Signed-off-by: Sung Mingi --- .SRCINFO | 4 ++-- PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f755e50..6888f6f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 31c8edd..7641f35 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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' }