summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-07-16 18:30:05 +0200
committerTérence Clastres2019-07-16 18:30:05 +0200
commitd09292f95ea8526c4b3e5596cb65b98a9dc06ac3 (patch)
treebf4acacaece86c3ec1b6a8ee438014f3518eedfd
parent53d41ca7ab19c830d2bcd511f049bc9fd1f80725 (diff)
downloadaur-d09292f95ea8526c4b3e5596cb65b98a9dc06ac3.tar.gz
Add !110
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2f31861da04..9c6d56e0887f 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.2+5+gae0567949
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.gnome.org/Projects/GnomeShell
install = gnome-shell-performance.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 87e0f7b961e2..748b4a6c8d7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-performance
pkgver=3.32.2+5+gae0567949
-pkgrel=3
+pkgrel=4
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch=(x86_64)
@@ -127,6 +127,13 @@ prepare() {
# Comment: Fixes style glitches introduced by !505
git cherry-pick -n 7359e431^..be40de5a
+ # Title: Fix the calculation of max number of results in the grid search
+ # URL: https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/110
+ # Type: 3
+ # Status: 4
+ # Comment:
+ git cherry-pick -n a7852705^..2d908e80
+
git submodule init
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
git submodule update