summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2019-03-27 15:32:45 +0100
committerTérence Clastres2019-03-27 15:32:45 +0100
commit15c3a6f5780e06250549623a16968daeee913099 (patch)
tree3b7dee7ca21e0a67f0cdf31f84df2df2c2fbcbe0 /PKGBUILD
parentb3d377d62df35a513ebee4f09ab193c3d20ac5a2 (diff)
downloadaur-15c3a6f5780e06250549623a16968daeee913099.tar.gz
Disable !276 by default
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8265587591a4..ab9a8b11a9a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-performance
pkgver=3.32.0+22+g05e55cee2
-pkgrel=1
+pkgrel=2
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch=(x86_64)
@@ -42,14 +42,7 @@ prepare() {
# js/ui: Use captured-event::nonmotion [performance]
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/276
# Requires mutter MR283/commit "clutter-actor: Add detail to captured-event signal [performance]"
- if pacman -Q mutter-781835-workaround &> /dev/null; then
- git cherry-pick -n 297a18f2
- echo "======= mutter-781835-workaround detected, MR276 is applied ======="
- sleep 3
- else
- echo "======= mutter-781835-workaround not installed, not applying MR276 ======="
- sleep 3
- fi
+ # git cherry-pick -n 297a18f2
# Unbreak switcher
git cherry-pick -n 31e7f0340fd0bd72f2d9848866b1f432ae82eee8