upower: update to 0.9.21.

This commit is contained in:
Juan RP 2013-07-31 13:52:01 +02:00
parent 44f3c11497
commit 254d038105
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'upower'
pkgname=upower
version=0.9.20
revision=4
version=0.9.21
revision=1
build_style=gnu-configure
configure_args="--disable-static --with-backend=linux --without-idevice
--enable-systemd --with-systemdutildir=/usr/lib/systemd
@ -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=6817237486561294b1004a9a50a01a4d69f17e8d708c6baf9d92104fe2e6e184
checksum=13c28e0a700291a322e0674894fedfd695889845ab82df2aafd699aa9bdbb2e2
pre_configure() {
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
@ -26,6 +26,7 @@ upower-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gir-1.0
vmove "usr/lib/*.so"
}
}