summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2019-01-30 12:41:40 +0100
committerTérence Clastres2019-01-30 12:41:40 +0100
commitaf3c456b7f8b6c29f5c0960adad66e61d3680d57 (patch)
tree2b7449aa8af7fad8858f559756c3a5ec378464c0 /PKGBUILD
parentcdd6693d1bf67d943a9643acdec2ecae96b6f230 (diff)
downloadaur-af3c456b7f8b6c29f5c0960adad66e61d3680d57.tar.gz
new patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 572a3c7f3125..30323dc5d839 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=3.30.2+4
-pkgrel=6
+pkgrel=7
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch=(x86_64)
@@ -66,6 +66,9 @@ prepare() {
# Use ClutterImage on StTextureCache
git cherry-pick deec0bf2^..3dcb593a
+ # https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/96/
+ # Fixes and performance improvements to the extension system
+ git cherry-pick 078cfba1^..0c167543
# Move the plugin to our custom epiphany-only dir
sed -i "s/'mozilla'/'epiphany'/g" meson.build