mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
upower: update to 0.9.21.
This commit is contained in:
parent
44f3c11497
commit
254d038105
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue