frameworkintegration: update to 5.47.0.

This commit is contained in:
Piotr Wójcik 2018-06-11 09:42:47 +02:00
parent 05bd03b0d1
commit c4f25ba17c

View file

@ -1,6 +1,6 @@
# Template file for 'frameworkintegration' # Template file for 'frameworkintegration'
pkgname=frameworkintegration pkgname=frameworkintegration
version=5.43.0 version=5.47.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
@ -10,8 +10,8 @@ short_desc="Integration of Qt application with KDE workspaces"
maintainer="Denis Revin <denis.revin@gmail.com>" maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2" license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/frameworkintegration" homepage="https://projects.kde.org/projects/frameworks/frameworkintegration"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=80ef02d0f590c018321a1dca97dff8e40520e82cf5331d5591b85faa29995762 checksum=ce936bce5606e2f41d8b8c36478594c3cebe508f6f0d2ea8feda67848f728d47
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python" hostmakedepends+=" qt5-host-tools qt5-qmake python"