Commit Graph

4 Commits

Author SHA1 Message Date
vasilito ac1daf0428 qt: add qt5compat + qtmultimedia modules (port the missing Qt modules, not around them)
Per the no-workarounds policy, provide the Qt modules KDE needs instead of
patching KDE to avoid them:
 - qt5compat (Core5Compat): promoted from recipes/wip, re-laid to 6.11.1
   (matches the rest of Qt); no Redox source port needed. Unblocks 8 KDE pkgs.
 - qtmultimedia: new recipe at 6.11.1, built API-only (all platform backends
   off: ffmpeg/gstreamer/pulseaudio/alsa/pipewire/v4l2) so libQt6Multimedia
   links for consumers (konsole bell); playback is a no-op until a Redox audio
   backend exists.
 - libclc: convert git= -> path=source (it was fully vendored; a fresh fetch
   broke on the removed .git). Overlay symlinks added for both new qt modules.
2026-08-01 08:42:28 +03:00
vasilito 9d120cc802 redbear-power: add missing cpu_pct field to ProcessInfo struct 2026-06-20 21:14:56 +03:00
vasilito dc68054305 restore lost packages from 0.2.3 + fix overwritten 0.2.4 files
- Restore 29 recipe symlinks (libdrm, qtbase, dbus, sddm, pipewire, etc.)
- Restore 33 patches (KDE, libdrm, mesa, pipewire, sddm, wireplumber)
- Restore 20+ local/scripts (audit, lint, test, build helpers)
- Restore src/cook/scheduler.rs, status.rs, gnu-config/
- Restore scripts/patch-inclusion-gate.sh, run_mini1.sh, validate-collision-log.sh
- Recover TLC source from HEAD (was overwritten by 0.2.3 checkout)
- Recover 11 local/docs plans from HEAD (were overwritten)
- Recover qt6-wayland-smoke symlink from HEAD
- Fix MOTD: remove garbled ASCII art, use clean text
- Update version: 0.2.0 -> 0.2.4 in os-release, motd, config
- Reduce filesystem_size: 1536 -> 512 MiB
- Add ABSOLUTE RULE to AGENTS.md: never delete/ignore packages
- Reduce pcid scheme log verbosity: info -> debug
2026-06-19 12:39:14 +03:00
vasilito eb67cd6577 feat: Qt6 Sensors v6.11.0 — builds on Redox, pkgar in repo
- Created local/recipes/qt/qt6-sensors with real cmake build
- Replaced WIP stub (Qt 6.6.1) with Qt 6.11.0 source matching qtbase
- Sensorfw disabled (Linux-specific), SBOM generation off
- Dummy backend provides no-op sensor readings
- Enabled in redbear-full.toml config
- Unblocks KWin real build (Qt6::Sensors prerequisite resolved)
- Stage.pkgar: 520KB in repo
2026-04-30 07:33:35 +01:00