From c86f96db0bbdb14d62233c58c1558f6b95afa530 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Apr 2012 11:09:24 +0200 Subject: [PATCH] acpid: update to 2.0.16. --- srcpkgs/acpid/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/acpid/template b/srcpkgs/acpid/template index be40d0e4f60..f0feb334e3e 100644 --- a/srcpkgs/acpid/template +++ b/srcpkgs/acpid/template @@ -1,13 +1,13 @@ # Template file for 'acpid' pkgname=acpid -version=2.0.14 +version=2.0.16 homepage="http://tedfelix.com/linux/acpid-netlink.html" -distfiles="http://tedfelix.com/linux/acpid-$version.tar.gz" -build_style=gnu-makefile +distfiles="http://tedfelix.com/linux/acpid-$version.tar.xz" +build_style=gnu-configure short_desc="The ACPI Daemon (acpid) With Netlink Support" maintainer="Juan RP " license="GPL-2" -checksum=88158b889280017072362b37a4b378826285756489857b93fc5888acf5b4db0b +checksum=94df0e73813a5dbaa1d7ae1049b3216b0cfd9d0843c89241080699ca62569808 long_desc=" 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 @@ -18,8 +18,7 @@ long_desc=" systemd_services="acpid.service on" conf_files="/etc/conf.d/acpid" -post_install() -{ +post_install() { vinstall ${FILESDIR}/acpid.service 644 lib/systemd/system vinstall ${FILESDIR}/acpid.socket 644 lib/systemd/system vinstall ${FILESDIR}/handler.sh 755 etc/acpi