summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-05-15 19:18:45 +0200
committerTérence Clastres2019-05-15 19:18:45 +0200
commita9ddb935354b7cd4c32a9fb996973378cb86139d (patch)
tree827ff20e5c9dc6017e5b45ce49ac9292e6e9df39
parent1f331b2e5000730aacce019e9c5a2c3a5dcd7118 (diff)
downloadaur-a9ddb935354b7cd4c32a9fb996973378cb86139d.tar.gz
Add !575, update to 3.32.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 088880c82643..418d2eb91319 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mutter-781835-workaround
pkgdesc = A window manager for GNOME. This package reverts a commit which may causes performance problems for nvidia driver users. Some performance patches also included.
- pkgver = 3.32.1+9+g0a3cddeec
- pkgrel = 2
+ pkgver = 3.32.2
+ pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
groups = gnome
@@ -30,7 +30,7 @@ pkgbase = mutter-781835-workaround
depends = gnome-shell
provides = mutter
conflicts = mutter
- source = mutter-781835-workaround::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=0a3cddeecff8d2c095108fde6c8fd4a3cdc63fe0
+ source = mutter-781835-workaround::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=189f71f5d1e70dd16796418d568d3e3e4cad49e0
source = 0001-wayland-output-Report-unscaled-size-even-in-logical-.patch
source = 216.patch
source = revert.patch
diff --git a/PKGBUILD b/PKGBUILD
index 33435d6778e1..764729b7770a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ _revert=
pkgname=mutter-781835-workaround
-pkgver=3.32.1+9+g0a3cddeec
-pkgrel=2
+pkgver=3.32.2
+pkgrel=1
pkgdesc="A window manager for GNOME. This package reverts a commit which may causes performance problems for nvidia driver users. Some performance patches also included."
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
@@ -27,7 +27,7 @@ checkdepends=(xorg-server-xvfb)
provides=(mutter)
conflicts=(mutter)
groups=(gnome)
-_commit=0a3cddeecff8d2c095108fde6c8fd4a3cdc63fe0 # tags/3.32.1^9
+_commit=189f71f5d1e70dd16796418d568d3e3e4cad49e0 # tags/3.32.2^0
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
0001-wayland-output-Report-unscaled-size-even-in-logical-.patch
216.patch
@@ -81,7 +81,7 @@ prepare() {
# Add experimental key for RT scheduling
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/460
- git cherry-pick -n dae2c1d4
+ git cherry-pick -n dae2c1d4
# cogl: Enable EGL_IMG_context_priority
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/454
@@ -92,6 +92,10 @@ prepare() {
# does not compile yet
# git cherry-pick -n 35ec0eaf^..202530c9
+ # Honour `CLUTTER_ACTOR_NO_LAYOUT` more efficiently [performance]
+ # https://gitlab.gnome.org/GNOME/mutter/merge_requests/575
+ git cherry-pick -n 90aeecac^..022f26d4
+
# '
# Commented multiline comment end, remove the # above if disabling the patches