summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSung Mingi2022-06-06 11:33:25 +0900
committerSung Mingi2022-06-06 11:33:25 +0900
commite539589b8051f2be971a484f18e1b8ab78b46653 (patch)
treebe8a1922d909fc9e6e0d2a0071a063fe47225d7e
parentb4046d2c4a6892ad58c1dfe7dca1d40063605377 (diff)
downloadaur-e539589b8051f2be971a484f18e1b8ab78b46653.tar.gz
Sync to gnome-42
Signed-off-by: Sung Mingi <FiestaLake@protonmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f755e50827b4..6888f6f770e8 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 31c8eddf2a64..7641f35742ba 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'
}