summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD16
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4baef1d0bd0a..bd3600e4e08b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance
pkgdesc = The next generation GNOME Shell | Attempt to improve the performance by non-upstreamed patches
pkgver = 3.28.3+7+g721ce5403
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
groups = gnome
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