Date: Tuesday, October 25, 2022 @ 22:31:50
  Author: heftig
Revision: 459014

43.0-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-25 22:28:54 UTC (rev 459013)
+++ PKGBUILD    2022-10-25 22:31:50 UTC (rev 459014)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=gnome-shell-extensions
-pkgver=42.3
+pkgver=43.0
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions";
@@ -11,7 +11,7 @@
 makedepends=(meson git sassc)
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=8b62c38e2073a3bcb9f89cc29eae00d8831829c4  # tags/42.3^0
+_commit=6ebb41b1e819b57aa6d84911e64329dbeec9a588  # tags/43.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit";
         "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git";)
 sha256sums=('SKIP'
@@ -25,6 +25,7 @@
 prepare() {
   cd $pkgname
 
+  git config --global protocol.file.allow always
   git submodule init
   git submodule set-url data/gnome-shell-sass "$srcdir/gnome-shell-sass"
   git submodule update
@@ -31,7 +32,12 @@
 }
 
 build() {
-  arch-meson $pkgname build -D extension_set=all -D classic_mode=true
+  local meson_options=(
+    -D extension_set=all
+    -D classic_mode=true
+  )
+
+  arch-meson $pkgname build "${meson_options[@]}"
   meson compile -C build
 }
 
@@ -42,3 +48,5 @@
 package() {
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to