f981267aae
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.
74 lines
1.5 KiB
Plaintext
74 lines
1.5 KiB
Plaintext
/build/
|
|
**/my_*
|
|
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
.devcontainer/
|
|
|
|
/repo
|
|
/web
|
|
/cookbook.toml
|
|
|
|
# Nested recipe debris from prior build-system layouts (4.2GB+ of duplicates)
|
|
recipes/recipes/
|
|
|
|
# Build artifacts — target/ dirs are everywhere
|
|
target
|
|
wget-log
|
|
/sysroot/
|
|
local/docs/*.log
|
|
local/docs/qt6-build-log.txt
|
|
|
|
# Build artifacts inside recipe trees (NOT source code)
|
|
recipes/**/target/
|
|
recipes/**/build/
|
|
recipes/**/source.tmp
|
|
recipes/**/source-new
|
|
recipes/**/source-old
|
|
recipes/**/source.tar
|
|
recipes/**/source.tar.tmp
|
|
recipes/**/source.pre-preservation-test/
|
|
local/recipes/**/target/
|
|
local/recipes/**/build/
|
|
local/recipes/**/source.tar
|
|
local/recipes/**/source.tar.tmp
|
|
# C-7 migration pristine snapshots — used by the
|
|
# `migrate-kf6-seds-direct.sh` script to capture the
|
|
# upstream source state before applying the recipe's
|
|
# inline `sed -i` chains. They are ephemeral working
|
|
# state, not part of the durable build. Safe to delete
|
|
# (the upstream tarball can re-extract them on demand).
|
|
local/recipes/**/source-pristine/
|
|
|
|
# Compiled objects and firmware blobs
|
|
*.o
|
|
*.so
|
|
*.bin
|
|
*.fw
|
|
local/firmware/
|
|
*.lock
|
|
!local/recipes/system/cub/source/Cargo.lock
|
|
|
|
# Internal tooling
|
|
.sisyphus/
|
|
TASK_COMPLETION_SUMMARY.md
|
|
__pycache__/
|
|
extra.img: 1073741824 bytes
|
|
extra.img
|
|
local/cache/pkgar/
|
|
|
|
# Red Bear git-tracked build cache (survives make clean)
|
|
!local/cache/pkgar/
|
|
!local/cache/pkgar/**
|
|
Packages/redbear-firmware.pkgar
|
|
packages/
|
|
sources/x86_64-unknown-redox/
|
|
sources/*.tar.gz
|
|
local/linux-kernel-cache/
|
|
Packages/*.pkgar
|
|
local/cache/pkgar/
|
|
local/patches/base/redox.patch
|
|
local/reference/
|
|
local/sources/
|