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

View file

@ -1,7 +1,7 @@
# Template file for 'upower' # Template file for 'upower'
pkgname=upower pkgname=upower
version=0.9.20 version=0.9.21
revision=4 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --with-backend=linux --without-idevice configure_args="--disable-static --with-backend=linux --without-idevice
--enable-systemd --with-systemdutildir=/usr/lib/systemd --enable-systemd --with-systemdutildir=/usr/lib/systemd
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://upower.freedesktop.org" homepage="http://upower.freedesktop.org"
distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz" distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
checksum=6817237486561294b1004a9a50a01a4d69f17e8d708c6baf9d92104fe2e6e184 checksum=13c28e0a700291a322e0674894fedfd695889845ab82df2aafd699aa9bdbb2e2
pre_configure() { pre_configure() {
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
@ -26,6 +26,7 @@ upower-devel_package() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/share/gir-1.0 vmove usr/share/gir-1.0
vmove "usr/lib/*.so"
} }
} }