mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
upower: stricter replaces for libupower-glib2.
This commit is contained in:
parent
62d3fbb344
commit
055922f1a6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'upower'
|
# Template file for 'upower'
|
||||||
pkgname=upower
|
pkgname=upower
|
||||||
version=0.99.0
|
version=0.99.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-backend=linux
|
configure_args="--disable-static --with-backend=linux
|
||||||
--without-idevice --with-systemdutildir=/usr/lib/systemd
|
--without-idevice --with-systemdutildir=/usr/lib/systemd
|
||||||
|
@ -32,7 +32,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libupower-glib2_package() {
|
libupower-glib2_package() {
|
||||||
replaces="upower<0.99.0_2"
|
replaces="upower>=0.99<0.99.0_2"
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/*.so.*
|
vmove usr/lib/*.so.*
|
||||||
|
|
Loading…
Add table
Reference in a new issue