diff --git a/local/docs/C7-STATUS.md b/local/docs/C7-STATUS.md index 705d2fcf2d..b21fc76c98 100644 --- a/local/docs/C7-STATUS.md +++ b/local/docs/C7-STATUS.md @@ -9,12 +9,12 @@ recipes. | Artifact | Count | |---|---| -| Migration patches in `local/patches//` | 29 (24 KF6 + 5 non-KF6) | -| Recipes whose `[build].script` calls `cookbook_apply_patches` | 24 | +| Migration patches in `local/patches//` | 25 (24 KF6 + kdecoration, kirigami, konsole, kwin, sddm) | +| Recipes whose `[build].script` calls `cookbook_apply_patches` | 25 | | NO-OP recipes with dead sed chains cleaned | 30 | -| Python tests (incl. 4 e2e for cookbook helper) | 148 | +| Python tests (incl. 4 e2e for cookbook helper) | 149 | | Test files | 10 | -| All 24 KF6 patches verified `git apply --check` clean | ✅ | +| All 25 KF6/KDE patches verified `git apply --check` clean | ✅ | | Cookbook helper end-to-end verified | ✅ | ## What C-7 accomplished @@ -71,7 +71,7 @@ idempotency via `git apply --reverse --check`). | `test_cleanup_kf6_noop_seds.py` | 9 | NO-OP sed cleanup heredoc | | `test_cookbook_apply_patches_e2e.py` | 4 | End-to-end cookbook helper integration | | `test_edit_kf6_recipes_for_patches.py` | 11 | Recipe edit script heredoc | -| `test_lint_recipe.py` | 24 | Recipe linter (R1, R2, etc.) | +| `test_lint_recipe.py` | 25 | Recipe linter (R1, R2, etc.) | | `test_migrate_kf6_seds.py` | 17 | Migration script v1/v2 | | `test_repair_cook.py` | 7 | Repair-cook script | | `test_scratch_rebuild.py` | 21 | Scratch-rebuild script |