mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
wkhtmltopdf: update to 0.12.6.
This commit is contained in:
parent
0a4b7939dd
commit
a3fca4349c
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wkhtmltopdf'
|
# Template file for 'wkhtmltopdf'
|
||||||
pkgname=wkhtmltopdf
|
pkgname=wkhtmltopdf
|
||||||
version=0.12.5
|
version=0.12.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-qmake"
|
hostmakedepends="qt5-qmake"
|
||||||
configure_args="INSTALLBASE=/usr"
|
configure_args="INSTALLBASE=/usr"
|
||||||
|
@ -12,9 +12,10 @@ maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://wkhtmltopdf.org"
|
homepage="https://wkhtmltopdf.org"
|
||||||
distfiles="https://github.com/wkhtmltopdf/wkhtmltopdf/archive/${version}.tar.gz"
|
distfiles="https://github.com/wkhtmltopdf/wkhtmltopdf/archive/${version}.tar.gz"
|
||||||
checksum=861d6e61e2f5beb2d8daaade2cd5a85b84065ee9fac0d6d85000d8a7712a4621
|
checksum=adcced78492e7366d940c66a1327a85d3ae8c45190f486f545fdaa84cac662f0
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
# make qmake happy
|
||||||
hostmakedepends+=" ${makedepends}"
|
hostmakedepends+=" ${makedepends}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue