summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-08-25 22:05:59 +0200
committerTérence Clastres2019-08-25 22:05:59 +0200
commite888eaaeba86ad66c820eacf37c4bd2a994fc483 (patch)
treed26b140a8441a780ce30577b3752a318cdd854bf
parent45a6675deb17fc13e8a5d4364f94ff49ff29be58 (diff)
downloadaur-e888eaaeba86ad66c820eacf37c4bd2a994fc483.tar.gz
Disable !110 by default
Some themes do not show the grid search icons and will have to update after 3.34 is out.
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d016e844736..24281b03bd43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -129,9 +129,8 @@ prepare() {
# URL: https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/110
# Type: 3
# Status: 4
- # Comment: Makes the grid search icons hidden on some configuration: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1456
- # git cherry-pick -n a7852705^..2d908e80
- patch -Np1 < ../110.patch
+ # Comment: Makes the grid search icons hidden if using certain custom themes, disabled by default
+ # patch -Np1 < ../110.patch
git submodule init
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"