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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 17:37:46 UTC 2022


    Date: Saturday, April 2, 2022 @ 17:37:45
  Author: heftig
Revision: 441282

42.0-1

Modified:
  gnome-control-center/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 17:36:12 UTC (rev 441281)
+++ PKGBUILD	2022-04-02 17:37:45 UTC (rev 441282)
@@ -2,17 +2,17 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-control-center
-pkgver=41.4
+pkgver=42.0
 pkgrel=1
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center"
 license=(GPL2)
 arch=(x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
-         gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas gtk3
-         libgtop nm-connection-editor sound-theme-freedesktop upower libpwquality
-         gnome-color-manager smbclient libmm-glib libgnomekbd libibus libcheese
-         libgudev bolt udisks2 libhandy gsound colord-gtk)
+depends=(accountsservice cups-pk-helper gnome-bluetooth-3.0 gnome-desktop-4
+         gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas
+         gtk4 libgtop libnma-gtk4 sound-theme-freedesktop upower libpwquality
+         gnome-color-manager smbclient libmm-glib libgnomekbd libibus libgudev
+         bolt udisks2 libadwaita gsound colord-gtk4 gcr)
 makedepends=(docbook-xsl modemmanager git python meson)
 checkdepends=(python-dbusmock python-gobject xorg-server-xvfb)
 optdepends=('system-config-printer: Printer settings'
@@ -22,7 +22,8 @@
             'openssh: remote login'
             'power-profiles-daemon: Power profiles support')
 groups=(gnome)
-_commit=d08fac3f0be63f0a4c65d26f47d3b77f8738cfab  # tags/41.4^0
+options=(debug)
+_commit=6199d4058e1d958533569995762b80073abebf17  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
 sha256sums=('SKIP'
@@ -30,7 +31,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list