acpid: update for new systemd_services arg.
This commit is contained in:
parent
ffd3cfaebd
commit
0a04f4613b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'acpid'
|
# Template file for 'acpid'
|
||||||
pkgname=acpid
|
pkgname=acpid
|
||||||
version=2.0.12
|
version=2.0.12
|
||||||
revision=1
|
revision=2
|
||||||
homepage="http://tedfelix.com/linux/acpid-netlink.html"
|
homepage="http://tedfelix.com/linux/acpid-netlink.html"
|
||||||
distfiles="http://tedfelix.com/linux/acpid-$version.tar.gz"
|
distfiles="http://tedfelix.com/linux/acpid-$version.tar.gz"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -16,7 +16,7 @@ long_desc="
|
||||||
input layer (mouse, keyboard, power button, etc...). This version of acpid
|
input layer (mouse, keyboard, power button, etc...). This version of acpid
|
||||||
supports netlink and the input layer."
|
supports netlink and the input layer."
|
||||||
|
|
||||||
systemd_services="acpid.service"
|
systemd_services="acpid.service on"
|
||||||
conf_files="/etc/conf.d/acpid"
|
conf_files="/etc/conf.d/acpid"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue