Files
RedBear-OS/local
vasilito f981267aae C-7: complete migration of 8 unclassified recipes + regen 2
Migrated 8 more recipes to external patches:
  kdecoration (Plasma 6.6.5)
  kf6-kcmutils (KF6 6.26.0)
  kf6-kdeclarative (KF6 6.26.0)
  kf6-kwayland (Plasma 6.6.5)
  kf6-notifyconfig (KF6 6.26.0)
  kirigami (KF6 6.26.0)
  konsole (v24.08.3)
  kwin (Plasma 6.6.5)

Regenerated kf6-kcoreaddons and kf6-knotifications
patches — the originals were generated with the
`diff --label='local/recipes/kde/.../source-pristine'`
form (relative-to-cwd paths) which `git apply --check`
in the cookbook source dir couldn't resolve. The
regenerated patches use the bare `a/CMakeLists.txt`
label form which `git apply` resolves against the
current directory (i.e. ${COOKBOOK_SOURCE}).

All 24 KF6 + Plasma + Konsole + Kirigami + KDecoration
patches now verified to apply cleanly via
`git apply --check` from inside each recipe's
source-pristine/.

Migration status: 24/24 KF6 + 6/6 KDE/Plasma + 2/15
unclassified (breeze, kde-cli-tools, kf6-kded6,
kglobalacceld, plasma-desktop, plasma-workspace are
NO-OPs — the ecm_install_po_files_as_qm call is absent
from upstream 6.26.0; cleanup-kf6-noop-seds.sh will
delete their sed chains in a follow-up commit). sddm is
git-sourced (no tarball) and was migrated earlier via
the inline drop-x11.py approach.

.gitignore:
  Added local/recipes/**/source-pristine/ so the
  migration pristine snapshots don't pollute git
  status. The pristine dirs are ephemeral working
  state used by migrate-kf6-seds-direct.sh; the
  upstream tarball can re-extract them on demand.

local/scripts/migrate-kf6-seds-direct.sh:
  Added 14 new recipes to the migration list
  (breeze, kde-cli-tools, kdecoration, kf6-kcmutils,
  kf6-kdeclarative, kf6-kded6, kf6-kwayland,
  kf6-notifyconfig, kglobalacceld, kirigami, konsole,
  kwin, plasma-desktop, plasma-workspace). Recipes
  without a pristine/ snapshot are reported as FAIL
  (with the message 'missing pristine or source dir')
  rather than being silently skipped, so the user
  can see exactly which recipes still need a
  `repo fetch` round-trip.
2026-06-12 21:01:49 +03:00
..