mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
upower0: update path for pm-utils.
This commit is contained in:
parent
2b233afb42
commit
cef3314946
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'upower0'
|
# Template file for 'upower0'
|
||||||
pkgname=upower0
|
pkgname=upower0
|
||||||
version=0.9.23
|
version=0.9.23
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="upower-${version}"
|
wrksrc="upower-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-deprecated --with-backend=linux --without-idevice --with-udevrulesdir=/usr/lib/udev/rules.d"
|
configure_args="--disable-static --enable-deprecated --with-backend=linux --without-idevice --with-udevrulesdir=/usr/lib/udev/rules.d"
|
||||||
|
@ -34,11 +34,6 @@ else
|
||||||
configure_args+=" --disable-introspection"
|
configure_args+=" --disable-introspection"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
# Fix path to pm-utils
|
|
||||||
sed -e 's,/usr/sbin,/usr/bin,g' -i src/linux/up-backend.c
|
|
||||||
}
|
|
||||||
|
|
||||||
libupower-glib1_package() {
|
libupower-glib1_package() {
|
||||||
replaces="upower0<0.9.23_4"
|
replaces="upower0<0.9.23_4"
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
|
|
Loading…
Add table
Reference in a new issue