7c7399e0a6
Add guard-recipes.sh with four modes: - --verify: check all local/recipes have correct symlinks into recipes/ - --fix: repair broken symlinks (run before builds) - --save-all: snapshot all recipe.toml into local/recipes/ - --restore: recreate all symlinks from local/recipes/ (run after sync-upstream) Wired into apply-patches.sh (post-patch) and sync-upstream.sh (post-sync). This prevents the build system from deleting recipe files during cargo cook, make distclean, or upstream source refresh.
33 lines
1.6 KiB
TOML
33 lines
1.6 KiB
TOML
[source]
|
|
path = "source"
|
|
|
|
[build]
|
|
template = "cargo"
|
|
|
|
[package.files]
|
|
"/usr/bin/lspci" = "lspci"
|
|
"/usr/bin/lsusb" = "lsusb"
|
|
"/usr/bin/redbear-usb-check" = "redbear-usb-check"
|
|
"/usr/bin/redbear-bluetooth-battery-check" = "redbear-bluetooth-battery-check"
|
|
"/usr/bin/redbear-drm-display-check" = "redbear-drm-display-check"
|
|
"/usr/bin/redbear-greeter-check" = "redbear-greeter-check"
|
|
"/usr/bin/redbear-phase4-wayland-check" = "redbear-phase4-wayland-check"
|
|
"/usr/bin/redbear-phase5-network-check" = "redbear-phase5-network-check"
|
|
"/usr/bin/redbear-phase5-wifi-check" = "redbear-phase5-wifi-check"
|
|
"/usr/bin/redbear-phase5-wifi-capture" = "redbear-phase5-wifi-capture"
|
|
"/usr/bin/redbear-phase5-wifi-run" = "redbear-phase5-wifi-run"
|
|
"/usr/bin/redbear-phase5-wifi-analyze" = "redbear-phase5-wifi-analyze"
|
|
"/usr/bin/redbear-phase5-wifi-link-check" = "redbear-phase5-wifi-link-check"
|
|
"/usr/bin/redbear-phase1-evdev-check" = "redbear-phase1-evdev-check"
|
|
"/usr/bin/redbear-phase1-udev-check" = "redbear-phase1-udev-check"
|
|
"/usr/bin/redbear-phase1-firmware-check" = "redbear-phase1-firmware-check"
|
|
"/usr/bin/redbear-phase1-drm-check" = "redbear-phase1-drm-check"
|
|
"/usr/bin/redbear-phase2-wayland-check" = "redbear-phase2-wayland-check"
|
|
"/usr/bin/redbear-phase3-kwin-check" = "redbear-phase3-kwin-check"
|
|
"/usr/bin/redbear-phase4-kde-check" = "redbear-phase4-kde-check"
|
|
"/usr/bin/redbear-phase5-gpu-check" = "redbear-phase5-gpu-check"
|
|
"/usr/bin/redbear-boot-check" = "redbear-boot-check"
|
|
"/usr/bin/redbear-phase6-kde-check" = "redbear-phase6-kde-check"
|
|
"/usr/bin/redbear-phase5-cs-check" = "redbear-phase5-cs-check"
|
|
"/usr/bin/cmdline" = "cmdline"
|