diff --git a/srcpkgs/akonadi5/template b/srcpkgs/akonadi5/template index 42110e6971d..b1d614aa7b6 100644 --- a/srcpkgs/akonadi5/template +++ b/srcpkgs/akonadi5/template @@ -1,17 +1,18 @@ # Template file for 'akonadi5' pkgname=akonadi5 version=21.04.2 -revision=1 +revision=2 wrksrc="akonadi-${version}" build_style=cmake build_helper="qemu" hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 - shared-mime-info libxslt pkg-config gettext" + shared-mime-info libxslt pkg-config gettext qt5-tools-devel + kconfig kcoreaddons" makedepends="qt5-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds kcompletion-devel kconfigwidgets-devel kdbusaddons-devel kiconthemes-devel kitemmodels-devel kio-devel sqlite-devel kaccounts-integration-devel libaccounts-qt5-devel qt5-tools-devel" -depends="shared-mime-info" +depends="shared-mime-info kaccounts-providers" checkdepends="dbus ${depends}" short_desc="PIM layer providing an asynchronous API to access PIM data" maintainer="John " @@ -20,10 +21,6 @@ homepage="https://community.kde.org/KDE_PIM/Akonadi" distfiles="${KDE_SITE}/release-service/${version}/src/akonadi-${version}.tar.xz" checksum=7999a588372670e25b6d59b8ed5022b174ed755eeac3e4bcffba7d416f0e8f58 -if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" qt5-tools-devel qt5-devel kconfig kcoreaddons" -fi - if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" fi