From 4ee2055650757bf2d7d2b16b5617ec0fae72419f Mon Sep 17 00:00:00 2001 From: vasilito Date: Sat, 1 Aug 2026 22:13:57 +0300 Subject: [PATCH] =?UTF-8?q?kde:=20kf6-ksvg=20=E2=80=94=20declare=20kirigam?= =?UTF-8?q?i=20dep=20(provides=20KF6KirigamiPlatform)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kf6-ksvg find_package(KF6 ... KirigamiPlatform) but didn't declare the kirigami recipe (which builds libKirigamiPlatform). No cycle: kirigami depends on qtbase/ qtdeclarative/qtsvg/qtshadertools, not ksvg. --- local/recipes/kde/kf6-ksvg/recipe.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local/recipes/kde/kf6-ksvg/recipe.toml b/local/recipes/kde/kf6-ksvg/recipe.toml index fd6bedbcd7..74f6f37f76 100644 --- a/local/recipes/kde/kf6-ksvg/recipe.toml +++ b/local/recipes/kde/kf6-ksvg/recipe.toml @@ -15,6 +15,8 @@ dependencies = [ # is provided by qtdeclarative, so declare it or configure fails. "qtdeclarative", "kf6-extra-cmake-modules", + # KF6KirigamiPlatform (platform theming) is provided by the kirigami recipe. + "kirigami", "kf6-karchive", "kf6-kconfig", "kf6-kcolorscheme",