diff --git a/common/shlibs b/common/shlibs index 6952b884be6..25837aa192e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1565,8 +1565,8 @@ libdovecot-compression.so.0 dovecot-2.3.13_3 libdovecot-sql.so.0 dovecot-2.3.13_3 libdovecot-storage.so.0 dovecot-2.3.13_3 libdovecot-lda.so.0 dovecot-2.3.13_3 -libKPim5ContactEditor.so.5 akonadi-contacts-23.04.0_1 -libKPim5AkonadiContact.so.5 akonadi-contacts-23.04.0_1 +libKPim6AkonadiContactCore.so.6 akonadi-contacts-24.02.0_1 +libKPim6AkonadiContactWidgets.so.6 akonadi-contacts-24.02.0_1 libKF5Prison.so.5 prison-5.43.0_1 libKPim6AkonadiMime.so.6 akonadi-mime-24.02.0_1 libKPim5Mime.so.5 kmime-23.04.0_1 diff --git a/srcpkgs/akonadi-contacts/template b/srcpkgs/akonadi-contacts/template index 6b4f26d3cb2..82d35baa388 100644 --- a/srcpkgs/akonadi-contacts/template +++ b/srcpkgs/akonadi-contacts/template @@ -1,28 +1,29 @@ # Template file for 'akonadi-contacts' pkgname=akonadi-contacts -version=23.08.5 +version=24.02.2 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules gettext kcoreaddons kcmutils" -makedepends="kio-devel kcontacts-devel kmime-devel akonadi-mime-devel prison-devel - libkleo-devel grantlee5-devel grantleetheme-devel" +configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake + -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins + -DKDE_INSTALL_QMLDIR=lib/qt6/qml + -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules" +hostmakedepends="extra-cmake-modules gettext kf6-kcoreaddons kf6-kcmutils + qt6-base qt6-tools python3 kf6-kconfig" +makedepends="kf6-kio-devel kf6-kcontacts-devel kf6-prison-devel kf6-ktextwidgets-devel + kf6-ktexttemplate-devel libkleo-devel grantlee5-devel kf6-grantleetheme-devel + kmime6-devel akonadi-mime-devel" short_desc="Libraries and daemons to implement Contact Management in Akonadi" maintainer="John " license="LGPL-2.0-or-later, GPL-2.0-or-later" homepage="https://community.kde.org/KDE_PIM/Akonadi" distfiles="${KDE_SITE}/release-service/${version}/src/akonadi-contacts-${version}.tar.xz" -checksum=e7a4b37c6bb4dbdb074398a48050b3ea63b1ffd8b576f3efa9cef56759cf4251 - -if [ "$CROSS_BUILD" ];then - hostmakedepends+=" qt5-qmake qt5-host-tools python3 kconfig" -fi +checksum=eff0bc2a7015804137d9c32f4c20100ca11e5f94a8b119153cd062ebb056f51f akonadi-contacts-devel_package() { depends="${sourcepkg}>=${version}_${revision} ${makedepends}" short_desc+=" - development files" pkg_install() { vmove usr/include - vmove usr/lib/qt5/mkspecs vmove usr/lib/cmake vmove "usr/lib/*.so" }