ddcutil: update to 0.9.2. (#2405)
This commit is contained in:
parent
05d56c31fb
commit
123ea2913f
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ddcutil'
|
# Template file for 'ddcutil'
|
||||||
pkgname=ddcutil
|
pkgname=ddcutil
|
||||||
version=0.9.1
|
version=0.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
|
@ -11,10 +11,11 @@ maintainer="cr6git <quark6@protonmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.ddcutil.com"
|
homepage="http://www.ddcutil.com"
|
||||||
distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz"
|
distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz"
|
||||||
checksum=bc7055604f2767b903845ccbdbe9fbd5fc79962d45eee817f164cfb472de777b
|
checksum=88a94a9bf21ccb821681b0aa41e20fefdf9dafdebe6155aea73e36fbcb319db3
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" libexecinfo-devel"
|
*-musl) makedepends+=" libexecinfo-devel"
|
||||||
|
LDFLAGS="-lexecinfo"
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i -e "/AM_CFLAGS += -Wpedantic/d" src/app_sysenv/Makefile.am
|
sed -i -e "/AM_CFLAGS += -Wpedantic/d" src/app_sysenv/Makefile.am
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue