summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSaren Arterius2018-09-04 13:40:43 +0800
committerSaren Arterius2018-09-04 13:40:43 +0800
commitbc63320b981716839bcb4f724e79f778463bfd3f (patch)
treeaea2f8a7ecb3cd4c36990ded1ea15a7102f76864 /PKGBUILD
parentcab3394bde4d743371d98bc14e1d4624f620bae2 (diff)
downloadaur-bc63320b981716839bcb4f724e79f778463bfd3f.tar.gz
tweener patches cause conflict although can be automerge, disabled
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64b93338c19c..85491618f6f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=3.28.3+7+g721ce5403
-pkgrel=1
+pkgrel=2
pkgdesc="The next generation GNOME Shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch=(x86_64)
@@ -39,13 +39,13 @@ prepare() {
# Javascript invalid access fixes
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/4/commits
- git remote add vanvugt https://gitlab.gnome.org/vanvugt/gnome-shell.git || true
- git fetch vanvugt
- git cherry-pick 78da92c1 || bash
- git cherry-pick df5ca834 || bash
- git cherry-pick a667357e || bash
- git cherry-pick 163e9b43 || bash
- git cherry-pick 1f820518 || bash
+ # git remote add vanvugt https://gitlab.gnome.org/vanvugt/gnome-shell.git || true
+ # git fetch vanvugt
+ # git cherry-pick 78da92c1 || bash
+ # git cherry-pick df5ca834 || bash
+ # git cherry-pick a667357e || bash
+ # git cherry-pick 163e9b43 || bash
+ # git cherry-pick 1f820518 || bash
# Try to fix docs build