summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2019-06-13 14:04:34 +0200
committerTérence Clastres2019-06-13 14:04:34 +0200
commitba009093677db224e891bc64853ad805ed870eec (patch)
treedce070a0542d17811313e56cca3eef851a809ba9 /PKGBUILD
parente4d662e58d2a08dafa4f4d9315a1fc7b4574e832 (diff)
downloadaur-ba009093677db224e891bc64853ad805ed870eec.tar.gz
Add !568
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 733dedf3cf4b..d3c6443c039a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=mutter-781835-workaround
pkgver=3.32.2+10+g8b79c83ad
-pkgrel=2
+pkgrel=3
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)
@@ -93,6 +93,10 @@ prepare() {
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/602
git cherry-pick -n f12eddc1
+ # compositor: Don't emit size-changed when only position changes
+ # https://gitlab.gnome.org/GNOME/mutter/merge_requests/568
+ git cherry-pick -n 00d8337d
+
# '
# Commented multiline comment end, remove the # above if disabling the patches
}