summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-08-25 22:10:11 +0200
committerTérence Clastres2019-08-25 22:10:11 +0200
commit12f335078e31073e74dbf96d3651c55dc61a8148 (patch)
tree79f185e889de7fa5452d6bbc741325f23329f5e1
parente888eaaeba86ad66c820eacf37c4bd2a994fc483 (diff)
downloadaur-12f335078e31073e74dbf96d3651c55dc61a8148.tar.gz
Add !689
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc863ac78558..eccb1c898d68 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+10+g2483b6038
- pkgrel = 6
+ pkgrel = 7
url = https://wiki.gnome.org/Projects/GnomeShell
install = gnome-shell-performance.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 24281b03bd43..2a794975b7e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-performance
pkgver=3.32.2+10+g2483b6038
-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)
@@ -132,6 +132,13 @@ prepare() {
# Comment: Makes the grid search icons hidden if using certain custom themes, disabled by default
# patch -Np1 < ../110.patch
+ # Title: endSessionDialog: Initialize Polkit permission asynchronously
+ # URL: https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/689
+ # Type: 1
+ # Status: 1
+ # Comment:
+ git cherry-pick -n 1a3c98bd -Xtheirs
+
git submodule init
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
git submodule update