summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94b7468817ac..2f4a596066fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches
- pkgver = 3.30.0+21+gb087752b5
+ pkgver = 3.30.0+39+g18eab9ae4
pkgrel = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = gnome-shell-performance
optdepends = evolution-data-server: Evolution calendar integration
provides = gnome-shell
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=b087752b5539a8cbb1d61979cb069aef8a3475be
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=969eecb88e9684ff31d351ead5e1f1686a5be227
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
sha256sums = SKIP
sha256sums = SKIP
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