summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ea129b018d2..034c685eab0f 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.1+4+ga1268fe98
+ pkgver = 3.30.1+5+g905a90d9e
pkgrel = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bcc37153d304..b87f2d7057ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=3.30.1+4+ga1268fe98
+pkgver=3.30.1+5+g905a90d9e
pkgrel=1
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -49,6 +49,10 @@ prepare() {
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/261
git cherry-pick 1acdff82 || bash
+ # js/ui: Use captured-event::instantaneous [performance]
+ # https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/276
+ git cherry-pick 5453f3dd
+
# Move the plugin to our custom epiphany-only dir
sed -i "s/'mozilla'/'epiphany'/g" meson.build