diff --git a/common/shlibs b/common/shlibs index 5fa5f40361f..100bd307350 100644 --- a/common/shlibs +++ b/common/shlibs @@ -512,7 +512,7 @@ libKF5MailImporterAkonadi.so.5 mailimporter-17.12.3_1 libKF5MailImporter.so.5 mailimporter-17.12.3_1 libKF5MailCommon.so.5 mailcommon-17.12.3_1 libKF5Tnef.so.5 ktnef-17.12.3_1 -libKF5AkonadiCalendar.so.5 akonadi-calendar-17.12.3_1 +libKPim5AkonadiCalendar.so.5 akonadi-calendar-23.04.0_1 libKF5CalendarSupport.so.5 calendarsupport-17.12.3_1 libKF5AkonadiNotes.so.5 akonadi-notes-17.12.3_1 libKPimKDAV.so.5 kdav-5.72.0_1 diff --git a/srcpkgs/akonadi-calendar/template b/srcpkgs/akonadi-calendar/template index ae0ff9fb076..f1569c8a5f1 100644 --- a/srcpkgs/akonadi-calendar/template +++ b/srcpkgs/akonadi-calendar/template @@ -1,6 +1,6 @@ # Template file for 'akonadi-calendar' pkgname=akonadi-calendar -version=22.12.1 +version=23.04.0 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools @@ -11,7 +11,17 @@ 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=2f0890942830527385c469e7e52f3818e761e05e2768a7606597b8ea7614f31e +checksum=ee58cf76e820af9c51d14121a4b2e4a171c6ef702655aaa111ac96aadb0e6cda + +do_check() { + cd build + ctest -E 'kcalcoreserializertest' +} + +do_check() { + cd build + ctest -E 'kcalcoreserializertest' +} akonadi-calendar-devel_package() { depends="${sourcepkg}>=${version}_${revision} ${makedepends}"