kmymoney: update to 5.0.7.

This commit is contained in:
Helmut Pozimski 2020-01-13 10:00:43 +01:00
parent 2099596d88
commit 4b6fd55dbc

View file

@ -1,12 +1,12 @@
# Template file for 'kmymoney'
pkgname=kmymoney
version=5.0.6
revision=3
version=5.0.7
revision=1
build_style=cmake
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson
-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kconfig kcoreaddons kdoctools pkg-config
python qt5-host-tools qt5-qmake"
python3 qt5-host-tools qt5-qmake gettext"
makedepends="akonadi5-devel aqbanking-devel gmp-devel gmpxx-devel gpgmeqt-devel
gwenhywfar-devel gwenhywfar-qt5 kactivities5-devel kcmutils-devel
kcontacts-devel kdewebkit-devel kdiagram-devel kholidays-devel
@ -18,7 +18,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-or-later"
homepage="https://kmymoney.org"
distfiles="${KDE_SITE}/kmymoney/${version}/src/${pkgname}-${version}.tar.xz"
checksum=ba945fb26fff581f95e1132f50d222bd51a2458b959a9b7cb468ba617cfa9183
checksum=d5dcac31db410861fe74955109715012bcddfd095cdbb18c91827a77dffeb5c0
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DENABLE_LIBICAL=0"
@ -26,7 +26,7 @@ fi
post_extract() {
if [ "$CROSS_BUILD" ]; then
sed /find_package\(Libical\)/d -i CMakeLists.txt
vsed /find_package\(Libical\)/d -i CMakeLists.txt
fi
}