kdoctools: update to 5.48.0.

This commit is contained in:
John 2018-08-02 09:59:09 +02:00 committed by maxice8
parent bf205cd2f0
commit ffedb1fb00

View file

@ -1,6 +1,6 @@
# Template file for 'kdoctools'
pkgname=kdoctools
version=5.47.0
version=5.48.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -9,12 +9,12 @@ makedepends="ki18n-devel karchive-devel libxml2-devel libxslt-devel docbook-xml
depends="docbook-xml docbook-xsl"
short_desc="KDE Create documentation from DocBook"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/frameworks/kdoctools"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=e704ae597e05cb36ddab698a378edef59d718626275a16f3c02cc5460998f41b
checksum=688f76eb6a66f055f425ac94d756fbca173da9592c796f4db9e23f37510a1d6d
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"
configure_args+=" -DMEINPROC5_EXECUTABLE=/usr/bin/meinproc5"
configure_args+=" -DCHECKXML5_EXECUTABLE=/usr/bin/checkXML5"