7625b6fec1
redbear-ci / check (push) Has been cancelled
Downstream KCM consumers (kde-cli-tools, plasma-*) run the imported KF6::kcmdesktopfilegenerator at build time via kcmutils_generate_desktop_file(); the cmake build staged a Redox binary that cannot execute on the build host. The tool is a single Qt6::Core-only source (tools/kcmmetadatagenerator.cpp — no Q_OBJECT/moc, no KF6 libs), so recompile it with the host g++ + host Qt and overwrite the staged binary. Verified: the staged file is a GNU/Linux x86-64 ELF and kf6-kcmutils cooks successfully. It is a build-time-only generator (never run on Redox), and usr/lib/libexec/kf6/ is outside the recipe strip/patchelf sweeps.