Jan Alexander Steffens %!s(int64=2) %!d(string=hai) anos
pai
achega
2aaeed5032
Modificáronse 1 ficheiros con 8 adicións e 6 borrados
  1. 8 6
      PKGBUILD

+ 8 - 6
PKGBUILD

@@ -3,27 +3,28 @@
 # Contributor: Flamelab <panosfilip@gmail.com
 
 pkgname=gnome-shell
-pkgver=42.5
+pkgver=43.0
 pkgrel=1
 epoch=1
 pkgdesc="Next generation desktop shell"
 url="https://wiki.gnome.org/Projects/GnomeShell"
 arch=(x86_64)
 license=(GPL)
-depends=(accountsservice gcr gjs gnome-bluetooth-3.0 upower gnome-session gtk4
+depends=(accountsservice gcr-4 gjs upower gnome-session gtk4
          gnome-settings-daemon gsettings-desktop-schemas libcanberra-pulse
          libgdm libsecret mutter libnma unzip libibus gnome-autoar
-         gnome-disk-utility libsoup3 libgweather-4 gst-plugins-base-libs)
+         gnome-disk-utility libsoup3 libgweather-4)
 makedepends=(gtk-doc gnome-control-center evolution-data-server
              gobject-introspection git meson sassc asciidoc bash-completion)
 checkdepends=(xorg-server-xvfb)
 optdepends=('gnome-control-center: System settings'
             'evolution-data-server: Evolution calendar integration'
             'gst-plugins-good: Screen recording'
-            'gst-plugin-pipewire: Screen recording')
+            'gst-plugin-pipewire: Screen recording'
+            'gnome-bluetooth-3.0: Bluetooth support')
 groups=(gnome)
 options=(debug)
-_commit=84f0233bd51ce99271a5facd0cd58f21b47e9efc  # tags/42.5^0
+_commit=0bd73b79a630ad1354bae3ccd69beaeba2f74d4b  # tags/43.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
 sha256sums=('SKIP'
@@ -37,6 +38,7 @@ pkgver() {
 prepare() {
   cd gnome-shell
 
+  git config --global protocol.file.allow always
   git submodule init
   git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
   git submodule update
@@ -63,7 +65,7 @@ check() {
 }
 
 package() {
-  depends+=(libmutter-10.so)
+  depends+=(libmutter-11.so)
   meson install -C build --destdir "$pkgdir"
 }