From c773b5254c11880f1591c49ee97ddf5c11fd905c Mon Sep 17 00:00:00 2001 From: John Date: Sun, 23 Aug 2026 22:11:53 +0200 Subject: [PATCH] akonadi-calendar: update to 26.08.0. --- srcpkgs/akonadi-calendar/template | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/srcpkgs/akonadi-calendar/template b/srcpkgs/akonadi-calendar/template index 838c54154bd..46e57d6dd1c 100644 --- a/srcpkgs/akonadi-calendar/template +++ b/srcpkgs/akonadi-calendar/template @@ -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 " 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'