summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-06-19 17:24:26 +0200
committerTérence Clastres2019-06-19 17:24:26 +0200
commitc8cbefcbc01334d2b49652fab6b885ff4a6dcc13 (patch)
treee9085529f8eb9dab7472e18d23aecaef8e24ec7e
parent44f1bede922c788fbb36ae25c6a7b3284c529341 (diff)
downloadaur-c8cbefcbc01334d2b49652fab6b885ff4a6dcc13.tar.gz
Add !406, !566, !581, !582 and remove !524 (causes icon bug)
-rw-r--r--PKGBUILD18
1 files changed, 15 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e23a616f05ab..f842fa9e6e50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,9 +49,21 @@ prepare() {
# https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/96
git cherry-pick -n 39f10eaa^..6e704ee1
- # Mild performance improvements on style changes
- # https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/524
- # git cherry-pick -n fb04dafb^..94995e9c
+ # Refine the app menu a bit
+ # https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/406
+ git cherry-pick -n ffaca005^..56a36165
+
+ # iconGrid: Hide children outside allocation loop
+ # https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/566
+ git cherry-pick -n 520cea93
+
+ # appDisp allocation cycle fix
+ # https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/581
+ git cherry-pick -n c1c45f95
+
+ # iconGrid: Fix animation glitch
+ # https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/582
+ git cherry-pick -n b4797956
git submodule init
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"