Date: Sunday, March 8, 2020 @ 03:50:44 Author: heftig Revision: 376968
3.35.92+5+g6cb14714-1 Modified: gnome-settings-daemon/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-08 03:49:22 UTC (rev 376967) +++ PKGBUILD 2020-03-08 03:50:44 UTC (rev 376968) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-settings-daemon -pkgver=3.34.2 +pkgver=3.35.92+5+g6cb14714 pkgrel=1 pkgdesc="GNOME Settings Daemon" url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon" @@ -8,12 +8,13 @@ arch=(x86_64) license=(GPL) depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse libnotify systemd-libs - libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather geocode-glib geoclue2 nss + libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather geocode-glib geoclue nss libgudev gtk3-print-backends libnm gcr) makedepends=(xf86-input-wacom libxslt docbook-xsl python git meson) checkdepends=(python-gobject python-dbusmock) groups=(gnome) -_commit=85ca4e25051742ede54763cfd02dccd44242acf4 # tags/GNOME_SETTINGS_DAEMON_3_34_2^0 +backup=(etc/xdg/Xwayland-session.d/00-xrdb) +_commit=6cb1471479f38b3178efd3577a19aec6b62f73fb # master 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' @@ -28,7 +29,7 @@ cd $pkgname git submodule init - git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control" + git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control" git submodule update }
