Date: Saturday, November 12, 2022 @ 15:57:32
  Author: heftig
Revision: 461493

43.1-2

Modified:
  gnome-shell/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-12 00:58:15 UTC (rev 461492)
+++ PKGBUILD    2022-11-12 15:57:32 UTC (rev 461493)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell
 pkgver=43.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Next generation desktop shell"
 url="https://wiki.gnome.org/Projects/GnomeShell";
@@ -39,6 +39,10 @@
 prepare() {
   cd gnome-shell
 
+  # More fixes to screencast support detection
+  git cherry-pick -n a2acecb491e53e889dd995d3db386aaa182e04a0 \
+                     144daf200c12f313c2cc7c01daef9e26e396a328
+
   git submodule init
   git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
   git -c protocol.file.allow=always submodule update

Reply via email to