summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-04-29 22:24:11 +0200
committerTérence Clastres2019-04-29 22:24:11 +0200
commit687562f9dccf9a79ba2d232797c371e4daba8f8b (patch)
tree6c6a7a83d40cb1bc055d96383d38c3247055ab42
parent83794058c720c0f7a714389239b6ae4815339c78 (diff)
downloadaur-687562f9dccf9a79ba2d232797c371e4daba8f8b.tar.gz
Add fix for https://gitlab.gnome.org/GNOME/gnome-shell/issues/1084
-rw-r--r--PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9d8c09a9d57..95e60842ee78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,10 +22,12 @@ provides=(gnome-shell gnome-shell=$pkgver)
conflicts=(gnome-shell)
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/gnome-shell.git#branch=gnome-3-32"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
- https://github.com/endlessm/gnome-shell/commit/11ddabfb22aedb3c35abe06d2cf0205f223cca03.diff)
+ https://github.com/endlessm/gnome-shell/commit/11ddabfb22aedb3c35abe06d2cf0205f223cca03.diff
+ https://gitlab.gnome.org/GNOME/gnome-shell/uploads/4a083c80c81eeb0dd1be64e0e24b5c17/nvidia-background-workaround.patch)
sha256sums=('SKIP'
'SKIP'
- '53fb32bfe8432e6309d5b1bcf9c2b7f36693b9141778b823f1d7e9c1d3f39425')
+ '53fb32bfe8432e6309d5b1bcf9c2b7f36693b9141778b823f1d7e9c1d3f39425'
+ '505c90290e5a867692f55d3209a22755bcffb997e7cac59e49b1a78c976d5af9')
pkgver() {
cd $pkgname
@@ -43,6 +45,10 @@ prepare() {
# Hack to fix topicon-* extensions making gnome-shell CPU usage > 50%
patch -Np1 -i ../11ddabfb22aedb3c35abe06d2cf0205f223cca03.diff
+ # https://gitlab.gnome.org/GNOME/gnome-shell/issues/1084
+ patch -Np1 -i ../nvidia-background-workaround.patch
+
+
git submodule init
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
git submodule update