mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
power-profiles-daemon: add startup dependency
This commit is contained in:
parent
c15e552239
commit
c56533ed39
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
sv check dbus >/dev/null || exit 1
|
||||||
exec /usr/libexec/power-profiles-daemon
|
exec /usr/libexec/power-profiles-daemon
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'power-profiles-daemon'
|
# Template file for 'power-profiles-daemon'
|
||||||
pkgname=power-profiles-daemon
|
pkgname=power-profiles-daemon
|
||||||
version=0.13
|
version=0.13
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/"
|
configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/"
|
||||||
hostmakedepends="pkg-config glib-devel"
|
hostmakedepends="pkg-config glib-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue