Breadway
e363e51c87
chore: repo cleanup for v0.2.0
...
Mirror to GitHub / mirror (push) Successful in 38s
Build and publish package / package (push) Failing after 1m12s
- Fix read_cpu_temp loop: ok()? was aborting iteration on unreadable hwmon
entries instead of continuing to the next; use let Ok(...) else continue
- Fix osd.rs: replace stdout.unwrap() with defensive let-else guard
- PKGBUILD: bump pkgver to 0.2.0, replace libpulse dep with wireplumber +
pipewire-pulse + brightnessctl (actual runtime tools used)
- bakery.toml: same dep fix as PKGBUILD
- Cargo.toml: fix repository URL casing (breadway -> Breadway)
- theme.rs: add wifi-popover-row-unsaved opacity rule
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PxgMEoa2PWNkKnW88pbMBM
2026-06-24 07:05:07 +08:00
Breadway
ec24ed6371
Disable debug package so the main package publishes correctly
...
Mirror to GitHub / mirror (push) Successful in 46s
Build and publish package / package (push) Failing after 3m11s
makepkg's debug split produced a -debug pkg; the upload's head -1 could
grab it instead of the main package. !debug yields a single package.
2026-06-13 23:00:49 +08:00
Breadway
289fc1c827
Disable LTO in PKGBUILD (vendored ring/mlua static libs vs makepkg -flto)
2026-06-13 17:06:54 +08:00
Breadway
50bb249b3a
Add packaging/arch PKGBUILD and Forgejo Actions workflows
...
- packaging/arch/PKGBUILD: builds and publishes breadbar to [breadway] repo
- .forgejo/workflows/mirror.yml: mirrors every push/tag to GitHub
- .forgejo/workflows/package.yml: builds on tag, publishes to Forgejo registry
Requires FORGEJO_TOKEN and GITHUB_MIRROR_TOKEN secrets in Forgejo.
2026-06-13 12:12:41 +08:00