acpid: update to 2.0.19.

This commit is contained in:
Juan RP 2013-05-30 08:15:54 +02:00
parent 4c3c25a00e
commit 4f5ea7311a

View File

@ -1,14 +1,14 @@
# Template file for 'acpid' # Template file for 'acpid'
pkgname=acpid pkgname=acpid
version=2.0.16 version=2.0.19
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="The ACPI Daemon (acpid) With Netlink Support" short_desc="The ACPI Daemon (acpid) With Netlink Support"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://tedfelix.com/linux/acpid-netlink.html" homepage="http://sourceforge.net/projects/acpid2/"
distfiles="http://tedfelix.com/linux/acpid-$version.tar.xz" distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-$version.tar.xz"
checksum=94df0e73813a5dbaa1d7ae1049b3216b0cfd9d0843c89241080699ca62569808 checksum=ce503bf3f36002b45a465dc8a2490c16c553abd5bc2c1c8ece86247ec281dcde
long_desc=" long_desc="
In recent linux kernels, the /proc/acpi/event interface has been deprecated. In recent linux kernels, the /proc/acpi/event interface has been deprecated.
The same information (and more) is available via netlink (a way for the kernel The same information (and more) is available via netlink (a way for the kernel
@ -24,10 +24,9 @@ post_install() {
} }
acpid_package() { acpid_package() {
conf_files="/etc/conf.d/acpid" conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"
systemd_services="acpid.socket on" systemd_services="acpid.socket on"
pkg_install() { pkg_install() {
vmove etc vmove all
vmove usr
} }
} }