upower: update to 0.9.19.
This commit is contained in:
parent
32df006c86
commit
8611b793fe
2 changed files with 5 additions and 15 deletions
|
@ -1,28 +1,22 @@
|
|||
# Template file for 'upower'
|
||||
pkgname=upower
|
||||
version=0.9.18
|
||||
revision=5
|
||||
version=0.9.19
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-backend=linux
|
||||
--enable-systemd --with-systemdutildir=/usr/lib/systemd
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
conf_files="/etc/UPower/UPower.conf"
|
||||
subpackages="upower-devel"
|
||||
depends="dbus pm-utils"
|
||||
depends="pm-utils"
|
||||
makedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection
|
||||
libusb-devel libgudev-devel dbus-glib-devel polkit-devel systemd-devel"
|
||||
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=a1a1505d2f95e9398a9bed90917c78a6ee0c3d7956aef1ce011717d20467068f
|
||||
long_desc="
|
||||
UPower is an abstraction for enumerating power devices, listening to device
|
||||
events and querying history and statistics. Any application or service on
|
||||
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."
|
||||
distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
|
||||
checksum=54c7facb3049f3c1b6ff9510c46aa378f53a2eb606a3ce7be3f6b0a227547e14
|
||||
|
||||
pre_configure() {
|
||||
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
noarch=yes
|
||||
depends="dbus-devel glib-devel upower>=$version"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the files needed for developing applications
|
||||
that use UPower."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
Loading…
Reference in a new issue