kded: update to 5.60.0

[ci skip]
This commit is contained in:
John 2019-07-13 10:55:16 +02:00
parent 180cc1311f
commit 63175fcf9e
No known key found for this signature in database
GPG key ID: 778558807E4FFC55

View file

@ -1,6 +1,6 @@
# Template file for 'kded' # Template file for 'kded'
pkgname=kded pkgname=kded
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-only, LGPL-2.0-or-later" license="LGPL-2.0-only, LGPL-2.0-or-later"
homepage="https://projects.kde.org/projects/frameworks/kded" homepage="https://projects.kde.org/projects/frameworks/kded"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=88e1f19674da8c40b3e97ab5cfcb2252143b3a36de55bd45959694c1e623af9c checksum=cd472a852dcb3206b219a46660558ee24b09356d7342ce39b89ab54ea160c388
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake kdoctools" hostmakedepends+=" qt5-host-tools qt5-qmake kdoctools"