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

Jan Steffens heftig at archlinux.org
Sun Jun 6 09:02:13 UTC 2021


    Date: Sunday, June 6, 2021 @ 09:02:13
  Author: heftig
Revision: 417188

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

Modified:
  gnome-bluetooth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 09:00:58 UTC (rev 417187)
+++ PKGBUILD	2021-06-06 09:02:13 UTC (rev 417188)
@@ -4,13 +4,13 @@
 
 pkgname=gnome-bluetooth
 pkgver=3.34.5
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNOME Bluetooth Subsystem"
 url="https://wiki.gnome.org/Projects/GnomeBluetooth"
 arch=(x86_64)
 license=(GPL LGPL)
-depends=(gtk3 libnotify bluez libcanberra systemd-libs pulseaudio-bluetooth)
-makedepends=(gobject-introspection gtk-doc docbook-xsl git systemd meson)
+depends=(gtk3 libnotify bluez libcanberra systemd pulseaudio-bluetooth)
+makedepends=(gobject-introspection gtk-doc docbook-xsl git meson)
 checkdepends=(python-dbusmock)
 provides=(libgnome-bluetooth.so)
 _commit=736eadbfb693d9594371470ad83370d327df6f74  # tags/3.34.5^0
@@ -36,7 +36,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }
 
 # vim:set sw=2 et:



More information about the arch-commits mailing list