From 200149647b27c59f0bb02b2fd0550cfdfe8323c7 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Wed, 29 Apr 2026 11:30:29 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20kirigami+kwin=20recipe=20honesty=20?= =?UTF-8?q?=E2=80=94=20Qt6Quick=20language=20aligned=20with=20repos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qtdeclarative exports Qt6Quick metadata; downstream QML proof insufficient. Replaced stale 'cross-compilation not yet available' wording. --- local/recipes/kde/kirigami/recipe.toml | 4 +++- local/recipes/kde/kwin/recipe.toml | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/local/recipes/kde/kirigami/recipe.toml b/local/recipes/kde/kirigami/recipe.toml index 05bbaa28..72f2d94b 100644 --- a/local/recipes/kde/kirigami/recipe.toml +++ b/local/recipes/kde/kirigami/recipe.toml @@ -1,5 +1,7 @@ #TODO: Kirigami — QtQuick lightweight UI framework. QML-heavy but required by KDE Plasma. -# Real build requires fully working Qt6Quick/QML cross-compilation. Stubs allow downstream cmake resolution. +# Real build requires Qt6Quick/QML runtime proof (qtdeclarative exports Qt6Quick metadata, +# but downstream QML-dependent build and runtime paths are insufficient). Stub provides +# cmake configs for dependency resolution only. [source] tar = "https://invent.kde.org/frameworks/kirigami/-/archive/v6.10.0/kirigami-v6.10.0.tar.gz" diff --git a/local/recipes/kde/kwin/recipe.toml b/local/recipes/kde/kwin/recipe.toml index b038b890..1ff28b44 100644 --- a/local/recipes/kde/kwin/recipe.toml +++ b/local/recipes/kde/kwin/recipe.toml @@ -1,7 +1,8 @@ #TODO: KWin Wayland compositor — DRM backend → scheme:drm, libinput → via evdevd, session → seatd -# Real build requires fully working Qt6Quick/QML cross-compilation + Wayland compositor runtime. +# Real build requires Qt6Quick/QML runtime proof (qtdeclarative exports Qt6Quick metadata, +# but downstream QML-dependent build and runtime paths are insufficient). # Stub provides cmake configs for downstream dependency resolution only. -# When Qt6Quick/QML are fully cross-compiled for Redox, this recipe should be replaced +# When Qt6Quick/QML downstream proof is sufficient, this recipe should be replaced # with a real build using the inspect/ overlay approach. [source] tar = "https://invent.kde.org/plasma/kwin/-/archive/v6.3.4/kwin-v6.3.4.tar.gz"