mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hardinfo: drop libsoup dependency
It is there for hardware db update over network, which is not working anymore
This commit is contained in:
parent
ab7add0e0f
commit
feb07b9f0f
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'hardinfo'
|
# Template file for 'hardinfo'
|
||||||
pkgname=hardinfo
|
pkgname=hardinfo
|
||||||
version=0.5.1
|
version=0.5.1
|
||||||
revision=13
|
revision=14
|
||||||
build_style=gnu-configure
|
build_style=configure
|
||||||
|
configure_args="--prefix=/usr"
|
||||||
hostmakedepends="pkg-config which"
|
hostmakedepends="pkg-config which"
|
||||||
makedepends="gtk+-devel libsoup-devel desktop-file-utils"
|
makedepends="gtk+-devel desktop-file-utils"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="System information and benchmark tool"
|
short_desc="System information and benchmark tool"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -23,6 +24,7 @@ post_patch() {
|
||||||
vsed -i -e "s|^CC =.*|CC = $CC|" \
|
vsed -i -e "s|^CC =.*|CC = $CC|" \
|
||||||
-e "s|^CCSLOW =.*|CCSLOW = $CC -O0|" \
|
-e "s|^CCSLOW =.*|CCSLOW = $CC -O0|" \
|
||||||
-e "s|-o hardinfo|$LDFLAGS &|" \
|
-e "s|-o hardinfo|$LDFLAGS &|" \
|
||||||
|
-e '1i GTK_LIBS += -lgmodule-2.0 -lm' \
|
||||||
Makefile.in
|
Makefile.in
|
||||||
vsed -i -e "s|^LIBDIR=.*|LIBDIR=/usr/lib${XBPS_TARGET_WORDSIZE}|" \
|
vsed -i -e "s|^LIBDIR=.*|LIBDIR=/usr/lib${XBPS_TARGET_WORDSIZE}|" \
|
||||||
-e "s|^PROC=.*|PROC=$_arch|" \
|
-e "s|^PROC=.*|PROC=$_arch|" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue