From 508d9f98b11af8056d5ae4c8a8d11af99715f2f4 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 29 Jun 2026 10:08:43 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20kf6-ki18n=20=E2=80=94=20disable=20ECMGen?= =?UTF-8?q?erateQDoc=20(needs=20Qt6Tools)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local/recipes/kde/kf6-ki18n/recipe.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/local/recipes/kde/kf6-ki18n/recipe.toml b/local/recipes/kde/kf6-ki18n/recipe.toml index 0202b3c7e1..345357dc26 100644 --- a/local/recipes/kde/kf6-ki18n/recipe.toml +++ b/local/recipes/kde/kf6-ki18n/recipe.toml @@ -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.