git » wireplumber.git » commit 8ee2ea9

Rebuild to remove the systemd system service.

author David Runge
2021-10-25 22:17:58 UTC
committer David Runge
2021-10-25 22:17:58 UTC
parent 852297715f682e63094b86531dd7d9e4fd253958

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.

PKGBUILD +1 -3

diff --git a/PKGBUILD b/PKGBUILD
index 1a74281..03c0360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ build() {
   cd "$pkgname-$pkgver"
   arch-meson \
     -Dsystem-lua=true \
-    -Dsystemd-system-service=true \
-    -Dsystemd-user-service=true \
     -Delogind=disabled \
     build
   ninja -C build