[pim/kitinerary] scripts: Update static extractor build to KF 6.29
Volker Krause <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7afb47a27c28a2b824f129ea86c5071c8321054d by Volker Krause.
Committed on 16/08/2026 at 10:37.
Pushed by vkrause into branch 'master'.
Update static extractor build to KF 6.29
That removes the need for kcoreaddons and thus the failure caused by its
new libmount dependency.
M +1 -2 scripts/build-cmake-modules.sh
https://invent.kde.org/pim/kitinerary/-/commit/7afb47a27c28a2b824f129ea86c5071c8321054d
diff --git a/scripts/build-cmake-modules.sh b/scripts/build-cmake-modules.sh
index b65b43b9..98283031 100755
--- a/scripts/build-cmake-modules.sh
+++ b/scripts/build-cmake-modules.sh
@@ -9,7 +9,7 @@ POPPLER_VERSION="poppler-26.01.0"
LIBICAL_VERSION="v3.0.20"
LIBXML_VERSION="v2.14.5"
ZXING_VERSION="v3.1.0"
-KF_VERSION="v6.28.0"
+KF_VERSION="v6.29.0"
GEAR_VERSION="master"
function build_cmake_module() {
@@ -85,7 +85,6 @@ build_kf_module frameworks/extra-cmake-modules
build_kf_module frameworks/karchive -DWITH_BZIP2=OFF -DWITH_LIBLZMA=OFF -DWITH_LIBZSTD=OFF -DKF_SKIP_PO_PROCESSING=ON
build_kf_module frameworks/kcodecs -DKF_SKIP_PO_PROCESSING=ON
build_kf_module frameworks/kconfig -DKCONFIG_USE_QML=OFF -DKF_SKIP_PO_PROCESSING=ON
-build_kf_module frameworks/kcoreaddons -DKCOREADDONS_USE_QML=OFF -DKF_SKIP_PO_PROCESSING=ON
build_kf_module frameworks/ki18n -DBUILD_WITH_QML=OFF -DKI18N_EMBEDDED_ISO_CODES_CACHE=ON -DKF_SKIP_PO_PROCESSING=ON
build_kf_module frameworks/kcalendarcore -DKF_SKIP_PO_PROCESSING=ON
build_kf_module frameworks/kcontacts -DKF_SKIP_PO_PROCESSING=ON