From 512c08ae44903db70c8c1dddfcc5a962e1661676 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 13 Apr 2019 19:17:44 +0200 Subject: [PATCH] kinit: update to 5.57.0 [ci skip] --- srcpkgs/kinit/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kinit/template b/srcpkgs/kinit/template index 706d838f419..62a4a69e85b 100644 --- a/srcpkgs/kinit/template +++ b/srcpkgs/kinit/template @@ -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 " 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"