From 5a8d5e07c7897359319377ad8a9cfac586d85050 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 Jun 2012 12:49:43 +0200 Subject: [PATCH] acpid: enable systemd socket activation. --- srcpkgs/acpid/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/acpid/template b/srcpkgs/acpid/template index f0feb334e3e..a044eeff888 100644 --- a/srcpkgs/acpid/template +++ b/srcpkgs/acpid/template @@ -1,12 +1,15 @@ # Template file for 'acpid' pkgname=acpid version=2.0.16 -homepage="http://tedfelix.com/linux/acpid-netlink.html" -distfiles="http://tedfelix.com/linux/acpid-$version.tar.xz" +revision=1 build_style=gnu-configure +systemd_services="acpid.socket on" +conf_files="/etc/conf.d/acpid" 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 long_desc=" In recent linux kernels, the /proc/acpi/event interface has been deprecated. @@ -15,9 +18,6 @@ long_desc=" input layer (mouse, keyboard, power button, etc...). This version of acpid supports netlink and the input layer." -systemd_services="acpid.service on" -conf_files="/etc/conf.d/acpid" - post_install() { vinstall ${FILESDIR}/acpid.service 644 lib/systemd/system vinstall ${FILESDIR}/acpid.socket 644 lib/systemd/system