upower: update to 0.9.20.
This commit is contained in:
parent
7b7f00b7c4
commit
a5a54608d3
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'upower'
|
# Template file for 'upower'
|
||||||
pkgname=upower
|
pkgname=upower
|
||||||
version=0.9.19
|
version=0.9.20
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-backend=linux
|
configure_args="--disable-static --with-backend=linux --without-idevice
|
||||||
--enable-systemd --with-systemdutildir=/usr/lib/systemd
|
--enable-systemd --with-systemdutildir=/usr/lib/systemd
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||||
conf_files="/etc/UPower/UPower.conf"
|
conf_files="/etc/UPower/UPower.conf"
|
||||||
subpackages="upower-devel"
|
subpackages="upower-devel"
|
||||||
depends="pm-utils>=1.4.1_7"
|
|
||||||
makedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection
|
makedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection
|
||||||
libusb-devel libgudev-devel dbus-glib-devel polkit-devel systemd-devel"
|
libusb-devel libgudev-devel dbus-glib-devel polkit-devel systemd-devel"
|
||||||
short_desc="Abstraction for enumerating power devices"
|
short_desc="Abstraction for enumerating power devices"
|
||||||
|
@ -16,7 +15,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=54c7facb3049f3c1b6ff9510c46aa378f53a2eb606a3ce7be3f6b0a227547e14
|
checksum=6817237486561294b1004a9a50a01a4d69f17e8d708c6baf9d92104fe2e6e184
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
|
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
|
||||||
|
|
Loading…
Reference in New Issue