wireplumber: remove system service
if desired, can be launched by pipewire config
This commit is contained in:
parent
abc072b678
commit
b6fffbbb7d
3 changed files with 1 additions and 14 deletions
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
[ -r supervise/pid ] && kill -TERM -$(cat supervise/pid)
|
|
|
@ -1,10 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# this service is experimental and most setups should start pipewire and wireplumber as a user,
|
|
||||||
# for further information, please refer to the handbook
|
|
||||||
|
|
||||||
sv check dbus >/dev/null 2>&1 || exit 1
|
|
||||||
|
|
||||||
exec 2>&1
|
|
||||||
|
|
||||||
export XDG_STATE_HOME=/var/lib/pipewire
|
|
||||||
exec chpst -u _pipewire:_pipewire:audio:video -P dbus-run-session wireplumber
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wireplumber'
|
# Template file for 'wireplumber'
|
||||||
pkgname=wireplumber
|
pkgname=wireplumber
|
||||||
version=0.4.14
|
version=0.4.14
|
||||||
revision=4
|
revision=5
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper=gir
|
build_helper=gir
|
||||||
configure_args="-Dintrospection=enabled -Dsystem-lua=true"
|
configure_args="-Dintrospection=enabled -Dsystem-lua=true"
|
||||||
|
@ -20,7 +20,6 @@ make_dirs="/var/lib/wireplumber 0755 _pipewire _pipewire"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsv wireplumber
|
|
||||||
vinstall "${FILESDIR}/wireplumber.desktop" 644 usr/share/applications
|
vinstall "${FILESDIR}/wireplumber.desktop" 644 usr/share/applications
|
||||||
vsconf "${FILESDIR}/10-wireplumber.conf"
|
vsconf "${FILESDIR}/10-wireplumber.conf"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue