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

David Runge dvzrv at gemini.archlinux.org
Mon Oct 25 22:17:58 UTC 2021


    Date: Monday, October 25, 2021 @ 22:17:58
  Author: dvzrv
Revision: 426582

upgpkg: wireplumber 0.4.4-4: Rebuild to remove the systemd system service.

Remove option to build a systemd system service (pipewire etc. also do not use it).
Remove default option to build a systemd user service.

Modified:
  wireplumber/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-25 21:41:49 UTC (rev 426581)
+++ PKGBUILD	2021-10-25 22:17:58 UTC (rev 426582)
@@ -3,7 +3,7 @@
 pkgbase=wireplumber
 pkgname=('wireplumber' 'wireplumber-docs')
 pkgver=0.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Session / policy manager implementation for PipeWire"
 arch=('x86_64')
 url="https://gitlab.freedesktop.org/pipewire/wireplumber"
@@ -20,8 +20,6 @@
   cd "$pkgname-$pkgver"
   arch-meson \
     -Dsystem-lua=true \
-    -Dsystemd-system-service=true \
-    -Dsystemd-user-service=true \
     -Delogind=disabled \
     build
   ninja -C build



More information about the arch-commits mailing list