khtml: update to 5.60.0

[ci skip]
This commit is contained in:
John 2019-07-13 10:55:39 +02:00
parent 99ee85d8a1
commit 2b49030352
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.59.0 version=5.60.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=c636d135ce0d407438748eceb0214ea899924caa6cca197c5c31d6fd7ad83d75 checksum=c18a5fa51cbf9f9a0a0f104e2fc0581abdb99a5bd36f8426ef129ea848414037
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"