[arch-commits] Commit in gnome-shell/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Mar 25 21:36:24 UTC 2021


    Date: Thursday, March 25, 2021 @ 21:36:23
  Author: heftig
Revision: 410957

40.0-1

Modified:
  gnome-shell/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 21:30:30 UTC (rev 410956)
+++ PKGBUILD	2021-03-25 21:36:23 UTC (rev 410957)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab <panosfilip at gmail.com
 
 pkgname=gnome-shell
-pkgver=3.38.4
+pkgver=40.0
 pkgrel=1
 epoch=1
 pkgdesc="Next generation desktop shell"
@@ -10,17 +10,17 @@
 url="https://wiki.gnome.org/Projects/GnomeShell"
 arch=(x86_64)
 license=(GPL2)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session gtk4
          gnome-settings-daemon gnome-themes-extra gsettings-desktop-schemas
          libcanberra-pulse libgdm libsecret mutter nm-connection-editor unzip
          gstreamer libibus gnome-autoar gnome-disk-utility gst-plugin-pipewire)
-makedepends=(gtk-doc gnome-control-center evolution-data-server gobject-introspection git meson
-             sassc asciidoc bash-completion)
+makedepends=(gtk-doc gnome-control-center evolution-data-server
+             gobject-introspection git meson sassc asciidoc bash-completion)
 optdepends=('gnome-control-center: System settings'
             'evolution-data-server: Evolution calendar integration')
 groups=(gnome)
 install=gnome-shell.install
-_commit=d91b41ade09ea9960678416ab919ececf12ec8d1  # tags/3.38.4^0
+_commit=c40d382c5634ca4f92e3bf2f6e7a7ed0d0e8d46b  # tags/40.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'
@@ -45,6 +45,6 @@
 }
 
 package() {
-  depends+=(libmutter-7.so)
+  depends+=(libmutter-8.so)
   DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list