summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2019-08-02 21:08:23 +0200
committerTérence Clastres2019-08-02 21:08:23 +0200
commita0cf3e63db9c8fbc257465f1640be8c3332a4028 (patch)
tree108558ac94f21293c11fc5726a0e68dc103151ba /PKGBUILD
parentf3df10a6a2eb712af60a28cb47cf299556d97c39 (diff)
downloadaur-a0cf3e63db9c8fbc257465f1640be8c3332a4028.tar.gz
Disable !711 by default
See https://gitlab.gnome.org/GNOME/mutter/merge_requests/711#note_571340
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ad654c443fe..0c231a413581 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mutter-performance
pkgver=3.32.2+43+gb7f158811
-pkgrel=9
+pkgrel=10
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"
arch=(x86_64)
@@ -113,9 +113,9 @@ prepare() {
# Title: clutter/stage: Don't queue incompressible events [performance]
# URL: https://gitlab.gnome.org/GNOME/mutter/merge_requests/711
# Type: 1
- # Status: 2
- # Comment: Replaces !168
- git cherry-pick -n f179158e
+ # Status: 3
+ # Comment: Replaces !168, but introduces a bug: https://gitlab.gnome.org/GNOME/mutter/merge_requests/711#note_571340
+ #git cherry-pick -n f179158e
# Title: Resource scale computation optimizations
# URL: https://gitlab.gnome.org/GNOME/mutter/merge_requests/493