[arch-commits] Commit in gnome-shell/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Jul 4 08:37:35 UTC 2022
Date: Monday, July 4, 2022 @ 08:37:35
Author: heftig
Revision: 449863
42.3-2: FS#75234 Fix ibus
Modified:
gnome-shell/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-04 06:33:31 UTC (rev 449862)
+++ PKGBUILD 2022-07-04 08:37:35 UTC (rev 449863)
@@ -4,7 +4,7 @@
pkgname=gnome-shell
pkgver=42.3
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Next generation desktop shell"
url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -37,6 +37,9 @@
prepare() {
cd gnome-shell
+ # https://bugs.archlinux.org/task/75234
+ git cherry-pick -n eff23a87c36a6a96c9abab09ab27a4bb35ab1b1f
+
git submodule init
git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
git submodule update
More information about the arch-commits
mailing list