From 4f5ea7311a47420101f20c40d6b494613cdf5019 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 30 May 2013 08:15:54 +0200 Subject: [PATCH] acpid: update to 2.0.19. --- srcpkgs/acpid/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/acpid/template b/srcpkgs/acpid/template index 6ddc04bcc4..b4329d1c52 100644 --- a/srcpkgs/acpid/template +++ b/srcpkgs/acpid/template @@ -1,14 +1,14 @@ # Template file for 'acpid' pkgname=acpid -version=2.0.16 -revision=2 +version=2.0.19 +revision=1 build_style=gnu-configure short_desc="The ACPI Daemon (acpid) With Netlink Support" maintainer="Juan RP " license="GPL-2" -homepage="http://tedfelix.com/linux/acpid-netlink.html" -distfiles="http://tedfelix.com/linux/acpid-$version.tar.xz" -checksum=94df0e73813a5dbaa1d7ae1049b3216b0cfd9d0843c89241080699ca62569808 +homepage="http://sourceforge.net/projects/acpid2/" +distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-$version.tar.xz" +checksum=ce503bf3f36002b45a465dc8a2490c16c553abd5bc2c1c8ece86247ec281dcde 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 @@ -24,10 +24,9 @@ post_install() { } acpid_package() { - conf_files="/etc/conf.d/acpid" + conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh" systemd_services="acpid.socket on" pkg_install() { - vmove etc - vmove usr + vmove all } }