docs: final consistency pass — KWin status, KF6 count, 07 ph 3-5

- docs/07: Phase 3-5 descriptions updated (no stubs, honest blockers)
- docs/README: KF6 count 32/32 → 36/48 built, 12 blocked by QML
- KWin recipe: clarified cmake configs are for downstream plasma-*
  packages, not for KWin itself
This commit is contained in:
2026-05-01 01:07:09 +01:00
parent e77b429563
commit ca1cae6718
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ if cmake "${COOKBOOK_SOURCE}" \
cmake --install . --prefix "${STAGE}" 2>&1
fi
# cmake config stubs for downstream KDE recipes (needed by plasma-*)
# Downstream cmake configs for KF6WindowSystem/KF6Config (needed by plasma-framework, plasma-workspace, plasma-desktop — not KWin itself)
mkdir -p "${STAGE}/lib/cmake/KF6WindowSystem" "${STAGE}/lib/cmake/KF6Config"
cat > "${STAGE}/lib/cmake/KF6WindowSystem/KF6WindowSystemConfig.cmake" << 'EOFCMAKE'
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets)