fix: kf6-ki18n — disable ECMGenerateQDoc (needs Qt6Tools)

This commit is contained in:
2026-06-29 10:08:43 +03:00
parent 0feefedf06
commit 508d9f98b1
+4
View File
@@ -26,6 +26,10 @@ sed -i 's/^ki18n_install(po)/#ki18n_install(po)/' \
"${COOKBOOK_SOURCE}/CMakeLists.txt" 2>/dev/null || true
sed -i 's/find_package(ECM 6[.]27[.]0/find_package(ECM 6.10.0/' \
"${COOKBOOK_SOURCE}/CMakeLists.txt" 2>/dev/null || true
sed -i '/include(ECMGenerateQDoc)/d' \
"${COOKBOOK_SOURCE}/CMakeLists.txt" 2>/dev/null || true
sed -i '/ecm_generate_qdoc/d' \
"${COOKBOOK_SOURCE}/src/i18n/CMakeLists.txt" 2>/dev/null || true
# Build the QML-facing i18n library needed by KNewStuffWidgets. Keep the
# locale-data QML plugin disabled until its runtime data surface is packaged.