akonadi-calendar: update to 26.08.0.

This commit is contained in:
John
2026-08-24 23:35:46 +02:00
parent 53d3bd42c5
commit c773b5254c
+11 -5
View File
@@ -1,30 +1,36 @@
# Template file for 'akonadi-calendar'
# group=kde-gear
pkgname=akonadi-calendar
version=26.04.3
version=26.08.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
-DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules
$(vopt_bool python BUILD_PYTHON_BINDINGS)"
hostmakedepends="extra-cmake-modules python3 qt6-base gettext
kf6-kcoreaddons kf6-kconfig"
kf6-kcoreaddons kf6-kconfig
$(vopt_if python "python3-build python3-setuptools shiboken6 llvm${_llvmver}")"
makedepends="kf6-kconfig-devel kf6-kmime-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 kf6-kcrash-devel"
kidentitymanagement-devel kcalutils-devel messagelib-devel kf6-kcrash-devel
$(vopt_if python 'libshiboken6-devel libpyside6-devel python3-devel')"
short_desc="Akonadi calendar integration"
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=9769bb77600f4228cd3d2a74b4ed486bbc820e36d8edb3b203df9afd4805c779
checksum=6c2c21d3932c4c4905ecd6fb0b21b265ba9dc45fd35e538e2795f3b09aae2c5f
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then
broken="Qt6 WebEngine"
fi
build_options="python"
build_options_default="python"
do_check() {
cd build
ctest -E 'kcalcoreserializertest'