libkdepim: update to 18.04.3.

This commit is contained in:
John 2018-07-28 19:24:32 +02:00 committed by maxice8
parent 82fe3638d8
commit 81f1c33eac

View file

@ -1,16 +1,20 @@
# Template file for 'libkdepim'
pkgname=libkdepim
version=17.12.3
version=18.04.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python"
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python kcoreaddons"
makedepends="akonadi-contacts-devel kcmutils-devel kldap-devel akonadi-search-devel"
short_desc="Libraries for KDE PIM applications"
maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://community.kde.org/KDE_PIM"
distfiles="https://download.kde.org/stable/applications/${version}/src/libkdepim-${version}.tar.xz"
checksum=581854628e0d9091e79291c9ad3bef605def780a1a40d71e3a528ef36d35e87f
distfiles="${KDE_SITE}/applications/${version}/src/libkdepim-${version}.tar.xz"
checksum=54ec618f408b58cb8432d0096efb941d1feb500b8fc1f824814cbcb02b941957
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi
libkdepim-devel_package() {
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"