mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
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'
|
# Template file for 'upower'
|
||||||
pkgname=upower
|
pkgname=upower
|
||||||
version=0.9.18
|
version=0.9.19
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-backend=linux
|
configure_args="--disable-static --with-backend=linux
|
||||||
--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="dbus pm-utils"
|
depends="pm-utils"
|
||||||
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"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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=a1a1505d2f95e9398a9bed90917c78a6ee0c3d7956aef1ce011717d20467068f
|
checksum=54c7facb3049f3c1b6ff9510c46aa378f53a2eb606a3ce7be3f6b0a227547e14
|
||||||
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."
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
|
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
|
||||||
|
|
|
@ -3,10 +3,6 @@
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="dbus-devel glib-devel upower>=$version"
|
depends="dbus-devel glib-devel upower>=$version"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains the files needed for developing applications
|
|
||||||
that use UPower."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
Loading…
Add table
Reference in a new issue