|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
pkgname=gnome-shell
|
|
|
pkgver=43.3
|
|
|
-pkgrel=1
|
|
|
+pkgrel=2
|
|
|
epoch=1
|
|
|
pkgdesc="Next generation desktop shell"
|
|
|
url="https://wiki.gnome.org/Projects/GnomeShell"
|
|
@@ -71,6 +71,10 @@ pkgver() {
|
|
|
prepare() {
|
|
|
cd gnome-shell
|
|
|
|
|
|
+ # https://bugs.archlinux.org/task/77572
|
|
|
+ # https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2611
|
|
|
+ git cherry-pick -n a9e6e44ef898671229388938cc3ed511fa394dfc
|
|
|
+
|
|
|
# https://bugs.archlinux.org/task/74434
|
|
|
# https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2621
|
|
|
git cherry-pick -n 266a19f05cad26d97c659493cd34ba196ef6eeb2
|