[arch-commits] Commit in gnome-shell/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue May 18 15:57:39 UTC 2021
Date: Tuesday, May 18, 2021 @ 15:57:39
Author: heftig
Revision: 415689
40.1-2: Add patch for FS#70851
Modified:
gnome-shell/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-18 15:51:04 UTC (rev 415688)
+++ PKGBUILD 2021-05-18 15:57:39 UTC (rev 415689)
@@ -4,7 +4,7 @@
pkgname=gnome-shell
pkgver=40.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Next generation desktop shell"
url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -35,6 +35,10 @@
prepare() {
cd $pkgname
+ # https://bugs.archlinux.org/task/70851
+ # https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1850
+ git cherry-pick -n d9239e2cee27cad582544e769ad794ca571f35fb
+
git submodule init
git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
git submodule update
More information about the arch-commits
mailing list