frameworkintegration: update to 5.57.0

[ci skip]
This commit is contained in:
John 2019-04-13 19:16:26 +02:00
parent 288462741c
commit db718a7c18

View file

@ -1,17 +1,17 @@
# Template file for 'frameworkintegration' # Template file for 'frameworkintegration'
pkgname=frameworkintegration pkgname=frameworkintegration
version=5.56.0 version=5.57.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules pkg-config" hostmakedepends="kcoreaddons extra-cmake-modules pkg-config"
makedepends="kiconthemes-devel knotifications-devel kpackage-devel knewstuff-devel" makedepends="kiconthemes-devel knotifications-devel kpackage-devel knewstuff-devel"
short_desc="Integration of Qt application with KDE workspaces" short_desc="Integration of Qt application with KDE workspaces"
maintainer="John <johnz@posteo.net>" maintainer="John <johnz@posteo.net>"
license="LGPL-2.0-or-later" license="LGPL-2.0-or-later"
homepage="https://projects.kde.org/projects/frameworks/frameworkintegration" homepage="https://projects.kde.org/projects/frameworks/frameworkintegration"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=ee8d46b629a95e49fda80e50ba8863504a6c463fec887f83370b7e7977db80f5 checksum=9c5850c1d41900bcb81e7929d54856d0cdd2565a276e5e262f624eb1217cbb78
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python" hostmakedepends+=" qt5-host-tools qt5-qmake python"