docs: kirigami+kwin recipe honesty — Qt6Quick language aligned with repos

qtdeclarative exports Qt6Quick metadata; downstream QML proof insufficient.
Replaced stale 'cross-compilation not yet available' wording.
This commit is contained in:
2026-04-29 11:30:29 +01:00
parent 2fdb7906f8
commit 200149647b
2 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
#TODO: Kirigami — QtQuick lightweight UI framework. QML-heavy but required by KDE Plasma. #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] [source]
tar = "https://invent.kde.org/frameworks/kirigami/-/archive/v6.10.0/kirigami-v6.10.0.tar.gz" tar = "https://invent.kde.org/frameworks/kirigami/-/archive/v6.10.0/kirigami-v6.10.0.tar.gz"
+3 -2
View File
@@ -1,7 +1,8 @@
#TODO: KWin Wayland compositor — DRM backend → scheme:drm, libinput → via evdevd, session → seatd #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. # 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. # with a real build using the inspect/ overlay approach.
[source] [source]
tar = "https://invent.kde.org/plasma/kwin/-/archive/v6.3.4/kwin-v6.3.4.tar.gz" tar = "https://invent.kde.org/plasma/kwin/-/archive/v6.3.4/kwin-v6.3.4.tar.gz"