mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +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
|
||||
exec 2>&1
|
||||
sv check dbus >/dev/null || exit 1
|
||||
exec /usr/libexec/power-profiles-daemon
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'power-profiles-daemon'
|
||||
pkgname=power-profiles-daemon
|
||||
version=0.13
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="-Dsystemdsystemunitdir=/usr/lib/systemd/system/"
|
||||
hostmakedepends="pkg-config glib-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue