upower: update to 0.9.22.
This commit is contained in:
parent
7a02c175f3
commit
99f111d7d9
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'upower'
|
||||
pkgname=upower
|
||||
version=0.9.21
|
||||
version=0.9.22
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-backend=linux --without-idevice
|
||||
--enable-systemd --with-systemdutildir=/usr/lib/systemd
|
||||
configure_args="--disable-static --with-backend=linux
|
||||
--without-idevice --with-systemdutildir=/usr/lib/systemd
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
hostmakedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection"
|
||||
makedepends="libusb-devel libgudev-devel dbus-glib-devel polkit-devel systemd-devel"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://upower.freedesktop.org"
|
||||
distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
|
||||
checksum=13c28e0a700291a322e0674894fedfd695889845ab82df2aafd699aa9bdbb2e2
|
||||
checksum=d31e81b5123c597df1bd246a371dd5eec88b3fdef5f514086f153577e3215f11
|
||||
|
||||
pre_configure() {
|
||||
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
|
||||
|
|
Loading…
Reference in New Issue