From d51faa5513b4c2bebd921d2697cb9669b98899fc Mon Sep 17 00:00:00 2001 From: John Date: Sat, 8 Sep 2018 10:36:54 +0200 Subject: [PATCH] frameworkintegration: update to 5.50.0. --- srcpkgs/frameworkintegration/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/frameworkintegration/template b/srcpkgs/frameworkintegration/template index f9a659b8b3c..3f7fa08b991 100644 --- a/srcpkgs/frameworkintegration/template +++ b/srcpkgs/frameworkintegration/template @@ -1,19 +1,19 @@ # Template file for 'frameworkintegration' pkgname=frameworkintegration -version=5.49.0 +version=5.50.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules pkg-config" makedepends="kiconthemes-devel knotifications-devel kpackage-devel knewstuff-devel" short_desc="Integration of Qt application with KDE workspaces" -maintainer="Denis Revin " +maintainer="John " license="LGPL-2.0-or-later" homepage="https://projects.kde.org/projects/frameworks/frameworkintegration" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=dd3d965979edea79b6a39e8a9450c92a3edcce4775e1caff701f0ce36d9624da +checksum=0334ae2fd865e8e560faf744c2dba395a19488a66abbf60f3bcc7edbcb36d892 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python" fi