e67402e018
redbear-ci / check (push) Has been cancelled
Root cause of kf6-kwayland's 'PlasmaWaylandProtocols >= 1.21.0 not found': the plasma-wayland-protocols recipe (a custom data-only recipe) HARD-CODED set(PACKAGE_VERSION "1.16.0") in the hand-written ConfigVersionCmake heredoc, while the package + source are 1.21.0. Bumped it to 1.21.0. Build-system fix (src/cook/cook_build.rs): the !check_source early-return served the cached stage for dependency cooks WITHOUT honoring --force-rebuild — it fired before the force_rebuild handling, so a stale binary-store artifact could never be regenerated. Guard it with !cook_config.force_rebuild so --force-rebuild always takes effect (repo binary rebuilt). kf6-kwayland: declare redbear-input-headers (fakeinput.cpp needs <linux/input.h>).