diff --git a/common/shlibs b/common/shlibs index dfeca80a096..a133fcf9abd 100644 --- a/common/shlibs +++ b/common/shlibs @@ -513,7 +513,7 @@ libKPim5MailImporterAkonadi.so.5 mailimporter-23.04.0_1 libKPim5MailImporter.so.5 mailimporter-23.04.0_1 libKPim5MailCommon.so.5 mailcommon-23.04.0_1 libKPim5Tnef.so.5 ktnef-23.04.0_1 -libKPim5AkonadiCalendar.so.5 akonadi-calendar-23.04.0_1 +libKPim6AkonadiCalendar.so.6 akonadi-calendar-24.02.0_1 libKPim5CalendarSupport.so.5 calendarsupport-23.04.0_1 libKPim5AkonadiNotes.so.5 akonadi-notes-23.04.0_1 libKPimKDAV.so.5 kdav-5.72.0_1 diff --git a/srcpkgs/akonadi-calendar/template b/srcpkgs/akonadi-calendar/template index a44c730dc3b..1ed6b863154 100644 --- a/srcpkgs/akonadi-calendar/template +++ b/srcpkgs/akonadi-calendar/template @@ -1,18 +1,28 @@ # Template file for 'akonadi-calendar' pkgname=akonadi-calendar -version=23.08.5 +version=24.02.2 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools - gettext kcoreaddons kconfig" -makedepends="akonadi-contacts-devel kmailtransport-devel kcalutils-devel - messagelib-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 python3 qt6-base gettext + kf6-kcoreaddons kf6-kconfig" +makedepends="kf6-kconfig-devel kmime6-devel kf6-kcodecs-devel kf6-ki18n-devel + kf6-kwidgetsaddons-devel kf6-kxmlgui-devel kf6-kio-devel kf6-kdbusaddons-devel + kf6-kcalendarcore-devel kf6-knotifications-devel kmailtransport-devel + kidentitymanagement-devel kcalutils-devel messagelib-devel" short_desc="Akonadi calendar integration" maintainer="John " license="LGPL-2.1-or-later" homepage="https://community.kde.org/KDE_PIM" distfiles="${KDE_SITE}/release-service/${version}/src/akonadi-calendar-${version}.tar.xz" -checksum=cf8da9409412ed3348ee4a8ab9e2df8ecf844070f84c8cdbf0b6f4c8269339ca +checksum=930195e722cf268c1465ae35366abefbe6f0d36a3f72708d0cb022e6288ae859 + +if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then + broken="Qt6 WebEngine" +fi do_check() { cd build @@ -29,7 +39,6 @@ akonadi-calendar-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include - vmove usr/lib/qt5/mkspecs vmove usr/lib/cmake vmove "usr/lib/*.so" }