summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-05-03 15:13:04 +0200
committerTérence Clastres2019-05-03 15:13:04 +0200
commit160a6b179a707798cfa9f0ee331b33c800591414 (patch)
treedcfea22e2776d373b9583e7f63e71fda4467d4f6
parentd0b3fd43173a6fb64bc52386cd16a8730bd91797 (diff)
downloadaur-160a6b179a707798cfa9f0ee331b33c800591414.tar.gz
Add !523 and !524
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0ae59422044..0d5872d6c849 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches
pkgver = 3.32.1+10+g059c729da
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
groups = gnome
diff --git a/PKGBUILD b/PKGBUILD
index d5a1d49588f6..fe57a76229b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-performance
pkgver=3.32.1+10+g059c729da
-pkgrel=1
+pkgrel=2
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch=(x86_64)
@@ -44,10 +44,18 @@ prepare() {
# https://gitlab.gnome.org/GNOME/gnome-shell/issues/1084
patch -Np1 -i ../nvidia-background-workaround.patch
- #Fixes and performance improvements to the extension system
+ # Fixes and performance improvements to the extension system
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/96
git cherry-pick -n 07506a72^..570b947f
+ # Mild performance improvements on style changes
+ # https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/524
+ git cherry-pick -n fb04dafb^..94995e9c
+
+ # keyboard: Destroy old layout actors when regenerating keyboard groups
+ # https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/523
+ git cherry-pick -n ed999ce9
+
git submodule init
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
git submodule update