From f03c060fa44cc32f5e948018f5f2d183b988845d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 22 Sep 2012 14:26:01 +0200 Subject: [PATCH] upower: fully enable systemd support. --- srcpkgs/upower/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/upower/template b/srcpkgs/upower/template index 6254585b6db..e7e143dcfc9 100644 --- a/srcpkgs/upower/template +++ b/srcpkgs/upower/template @@ -1,9 +1,10 @@ # Template file for 'upower' pkgname=upower version=0.9.18 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --with-backend=linux +--enable-systemd --with-systemdutildir=/usr/lib/systemd --with-systemdsystemunitdir=/usr/lib/systemd/system" conf_files="/etc/UPower/UPower.conf" subpackages="upower-devel"