# Template file for 'upower' pkgname=upower version=0.9.17 revision=2 build_style=gnu-configure configure_args="--with-backend=linux --with-systemdsystemunitdir=/usr/lib/systemd/system" conf_files="/etc/UPower/UPower.conf" subpackages="upower-devel" depends="dbus" makedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection libusb-devel libgudev-devel dbus-glib-devel polkit-devel" fulldepends="udev pm-utils" short_desc="Abstraction for enumerating power devices" maintainer="Juan RP " license="GPL-2" homepage="http://upower.freedesktop.org" distfiles="${homepage}/releases/$pkgname-$version.tar.xz" checksum=cf9f68d28fec9cacfb44054c2996a877a9ef4a449cfe279394d46442de153228 long_desc=" UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit." pre_configure() { sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure }