upower: switch to /usr.
This commit is contained in:
parent
c764a733c8
commit
07f9b5f6d3
1 changed files with 11 additions and 5 deletions
|
@ -1,19 +1,21 @@
|
|||
# Template file for 'upower'
|
||||
pkgname=upower
|
||||
version=0.9.17
|
||||
revision=1
|
||||
homepage="http://upower.freedesktop.org"
|
||||
distfiles="${homepage}/releases/$pkgname-$version.tar.xz"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-backend=linux --with-systemdsystemunitdir=/lib/systemd/system"
|
||||
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"
|
||||
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 <xtraeme@gmail.com>"
|
||||
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
|
||||
|
@ -21,3 +23,7 @@ long_desc="
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue