kinit: update to 5.57.0

[ci skip]
This commit is contained in:
John 2019-04-13 19:17:44 +02:00
parent 7116ac367d
commit 512c08ae44

View file

@ -1,17 +1,17 @@
# Template file for 'kinit'
pkgname=kinit
version=5.56.0
version=5.57.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules libcap-progs pkg-config"
hostmakedepends="kcoreaddons extra-cmake-modules libcap-progs pkg-config"
makedepends="kio-devel kdoctools-devel libcap-devel"
short_desc="Helper library to speed up start of applications on KDE workspaces"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.0-only"
homepage="https://projects.kde.org/projects/frameworks/kinit"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=473f6ba85f99d0d907fdb8105935854ec9b687191e0391a3e66348e5ad5519c6
checksum=7d5ca84d7bd554531aa6d720d3dc41ac091cf047a52d097a23e5c8fad08b684c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"