summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-03-30 12:00:39 +0100
committerTérence Clastres2019-03-30 12:00:39 +0100
commit16641cc835dbe16debc5fd8a53990b19fd4498b2 (patch)
tree51c143c6c8bfcf5b72e89372c23011cb8386f4ce
parent9341520844dddce9ff40681199bc58a00c8a759c (diff)
downloadaur-16641cc835dbe16debc5fd8a53990b19fd4498b2.tar.gz
Re-enable !168 by default as it doesn't seem to cause window dragging lag anymore
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ddf927bff57..14fe8f2236af 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.0+42+g58f7059ea
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
groups = gnome
diff --git a/PKGBUILD b/PKGBUILD
index ceff66969a3f..89553b30f462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _revert=0
pkgname=mutter-781835-workaround
pkgver=3.32.0+42+g58f7059ea
-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)
@@ -74,8 +74,7 @@ prepare() {
# clutter: Deliver events sooner when possible
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/168
- # Disabled by default as causes lag when moving a window around
- # git cherry-pick -n ae8fc614
+ git cherry-pick -n ae8fc614
# Resource scale computation optimizations