Date: Tuesday, March 21, 2023 @ 23:28:41
  Author: heftig
Revision: 471751

44.0-1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-21 23:23:30 UTC (rev 471750)
+++ PKGBUILD    2023-03-21 23:28:41 UTC (rev 471751)
@@ -1,25 +1,55 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=gnome-settings-daemon
-pkgver=43.0
-pkgrel=2
+pkgver=44.0
+pkgrel=1
 pkgdesc="GNOME Settings Daemon"
 url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon";
 arch=(x86_64)
 license=(GPL)
-depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse
-         libnotify systemd libwacom pulseaudio pulseaudio-alsa upower librsvg
-         libgweather-4 geocode-glib-2 geoclue nss libgudev gtk3 libnm gcr-4)
-makedepends=(libxslt docbook-xsl python git meson usbguard)
-checkdepends=(python-gobject python-dbusmock)
+depends=(
+  dconf
+  gcr-4
+  geoclue
+  geocode-glib-2
+  gnome-desktop
+  gsettings-desktop-schemas
+  gtk3
+  libcanberra-pulse
+  libgudev
+  libgweather-4
+  libnm
+  libnotify
+  librsvg
+  libwacom
+  nss
+  pulseaudio
+  pulseaudio-alsa
+  systemd
+  upower
+)
+makedepends=(
+  docbook-xsl
+  git
+  libxslt
+  meson
+  python
+  usbguard
+)
+checkdepends=(
+  python-dbusmock
+  python-gobject
+)
 optdepends=('usbguard: USB protection support')
 groups=(gnome)
 backup=(etc/xdg/Xwayland-session.d/00-xrdb)
-_commit=7bde651053bdf18fe66cbd4ce697cb97a6ea556b  # tags/43.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit";
-        "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git";)
-sha256sums=('SKIP'
-            'SKIP')
+_commit=e3d5b89cdf0b41bd1ff2e8388b1620adde94110d  # tags/44.0^0
+source=(
+  
"git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit";
+  "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git";
+)
+b2sums=('SKIP'
+        'SKIP')
 
 pkgver() {
   cd $pkgname

Reply via email to