summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSaren Arterius2018-09-27 11:17:14 +0800
committerSaren Arterius2018-09-27 11:17:14 +0800
commit333f46d79ed0537320c621d3089d78e3555e3094 (patch)
tree7f830cb14b0c3dd409f8f0dc031526c1166bd5e0 /PKGBUILD
parente9a4606954be264fcd51a4fdc30ee2e187363477 (diff)
downloadaur-333f46d79ed0537320c621d3089d78e3555e3094.tar.gz
3.30.0+39+g18eab9ae4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42b6812078da..7f7c3d50f98e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=3.30.0+21+gb087752b5
+pkgver=3.30.0+39+g18eab9ae4
pkgrel=1
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -21,7 +21,7 @@ optdepends=('gnome-control-center: System settings'
groups=(gnome)
provides=(gnome-shell)
conflicts=(gnome-shell)
-_commit=b087752b5539a8cbb1d61979cb069aef8a3475be # master
+_commit=969eecb88e9684ff31d351ead5e1f1686a5be227 # master
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
sha256sums=('SKIP'
@@ -35,7 +35,12 @@ pkgver() {
prepare() {
cd $_pkgname
- # No patches as of now
+ # st-box-layout: Avoid fullscreen relayout on scroll
+ # https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/224/commits
+ git remote add vanvugt https://gitlab.gnome.org/vanvugt/gnome-shell.git || true
+ git fetch vanvugt
+ git cherry-pick 6a3dd0fa || bash
+ git cherry-pick 5aac3f0a || bash
# Move the plugin to our custom epiphany-only dir
sed -i "s/'mozilla'/'epiphany'/g" meson.build