khtml: update to 5.59.0

[ci skip]
This commit is contained in:
John 2019-06-08 14:18:37 +02:00
parent 435896e6e0
commit 3cf13d6890
No known key found for this signature in database
GPG key ID: 778558807E4FFC55

View file

@ -1,6 +1,6 @@
# Template file for 'khtml' # Template file for 'khtml'
pkgname=khtml pkgname=khtml
version=5.58.0 version=5.59.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
@ -11,7 +11,7 @@ maintainer="John <johnz@posteo.net>"
license="LGPL-2.0-or-later" license="LGPL-2.0-or-later"
homepage="https://projects.kde.org/projects/frameworks/khtml" homepage="https://projects.kde.org/projects/frameworks/khtml"
distfiles="${KDE_SITE}/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
checksum=f75635e4d0ad9816953bbd0f8c18aea7cd470dc130a6294fa1d32c37bd66dcff checksum=c636d135ce0d407438748eceb0214ea899924caa6cca197c5c31d6fd7ad83d75
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python perl kcoreaddons" hostmakedepends+=" qt5-host-tools qt5-qmake python perl kcoreaddons"