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

Jan Steffens heftig at archlinux.org
Sun Jun 6 09:00:44 UTC 2021


    Date: Sunday, June 6, 2021 @ 09:00:44
  Author: heftig
Revision: 417185

40.0.1-2: depend on systemd instead of systemd-libs

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 09:00:35 UTC (rev 417184)
+++ PKGBUILD	2021-06-06 09:00:44 UTC (rev 417185)
@@ -2,14 +2,14 @@
 
 pkgname=gnome-settings-daemon
 pkgver=40.0.1
-pkgrel=1
+pkgrel=2
 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-libs
-         libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather geocode-glib geoclue nss
-         libgudev gtk3 libnm gcr)
+depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse libnotify systemd libwacom
+         pulseaudio pulseaudio-alsa upower librsvg libgweather geocode-glib geoclue nss libgudev
+         gtk3 libnm gcr)
 makedepends=(xf86-input-wacom libxslt docbook-xsl python git meson usbguard)
 checkdepends=(python-gobject python-dbusmock)
 optdepends=('usbguard: USB protection support')
@@ -44,5 +44,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list