akonadi-calendar: update to 22.12.1.

This commit is contained in:
John 2023-04-22 18:01:08 +02:00
parent 25deb467f9
commit 8f7df2cbe3
2 changed files with 13 additions and 3 deletions

View file

@ -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

View file

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