akonadi5: depend on kaccounts-providers

This commit is contained in:
John 2021-06-19 11:27:29 +02:00
parent 6972787d05
commit 39e1e6c236
1 changed files with 4 additions and 7 deletions

View File

@ -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 <me@johnnynator.dev>"
@ -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