summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSaren Arterius2018-11-16 17:38:30 +0800
committerSaren Arterius2018-11-16 17:38:30 +0800
commitf7bd9adb53c71b96e8e1e5043c399fbfd3594af9 (patch)
tree309605a80089cacfe3db7cf4fb41b73cda794d63 /PKGBUILD
parentaeab91e756d58d025e8040c6e1488cf5ef50bf85 (diff)
downloadaur-f7bd9adb53c71b96e8e1e5043c399fbfd3594af9.tar.gz
3.30.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b87f2d7057ec..281463488026 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=3.30.1+5+g905a90d9e
+pkgver=3.30.2+3+g6ff7805c0
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=a3f5354abba4c88ff33ccdd495c4aa87add9a285 # tags/3.30.1^0
+_commit=2a36bf52cb61ac1a015bc2150807a8d47c7155e4 # tags/3.30.2^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
sha256sums=('SKIP'
@@ -42,16 +42,9 @@ prepare() {
git cherry-pick 6a3dd0fa || bash
git cherry-pick 5aac3f0a || bash
- # IconGrid: Defer and group animation cleanup
- # https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/253
- git cherry-pick a5e6dd52 || bash
- # IconGrid: Keep icons reactive during pulse animation
- # 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
+ git cherry-pick d12c86cf || bash
# Move the plugin to our custom epiphany-only dir
sed -i "s/'mozilla'/'epiphany'/g" meson.build