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"