Date: Tuesday, October 25, 2022 @ 16:30:07 Author: heftig Revision: 458922
43.0-1 Modified: gnome-settings-daemon/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 16:29:30 UTC (rev 458921) +++ PKGBUILD 2022-10-25 16:30:07 UTC (rev 458922) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-settings-daemon -pkgver=42.2 +pkgver=43.0 pkgrel=1 pkgdesc="GNOME Settings Daemon" url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon" @@ -9,7 +9,7 @@ license=(GPL) depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse libnotify systemd libwacom pulseaudio pulseaudio-alsa upower librsvg - libgweather-4 geocode-glib geoclue nss libgudev gtk3 libnm gcr) + 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) optdepends=('usbguard: USB protection support') @@ -16,7 +16,7 @@ groups=(gnome) backup=(etc/xdg/Xwayland-session.d/00-xrdb) options=(debug) -_commit=4bdf8b5ae38a382be4126bbc0ce8d87bac46177e # tags/42.2^0 +_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' @@ -30,6 +30,7 @@ prepare() { cd $pkgname + git config --global protocol.file.allow always git submodule init git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control" git submodule update @@ -47,3 +48,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
