Some checks failed
Build and publish package / package (push) Failing after 1m49s
makepkg without -s doesn't auto-resolve deps; the pacman -Syu step must list every runtime dep the PKGBUILD declares. gtk4/glib2 happened to already be listed for a different reason (build toolchain), but gtk4-layer-shell and hicolor-icon-theme were missing, failing the v0.2.0 CI run before it ever built anything.
15 lines
850 B
Markdown
15 lines
850 B
Markdown
# breadhelp
|
|
|
|
Onboarding and help center for [BOS (Bread Operating System)](https://git.breadway.dev/Breadway/bos) — GTK4, a searchable guide library, an interactive keybind viewer, a troubleshooting wizard with one-click fixes, and a live guided tour overlay that spotlights real on-screen bread\* apps (breadbar, breadbox, ...) instead of walking through a static wizard.
|
|
|
|
Split out of the `bos` repo into its own repo so a breadhelp release doesn't require a BOS ISO release, and vice versa. Pacman-packaged (not bakery-managed) — see `packaging/README.md`.
|
|
|
|
## Building
|
|
|
|
```bash
|
|
cargo build --release
|
|
```
|
|
|
|
## Packaging / releasing
|
|
|
|
See `packaging/README.md`. In short: bump `Cargo.toml`'s version, tag `vX.Y.Z`, push the tag to `forgejo` — `.forgejo/workflows/package.yml` builds and publishes to the `[breadway]` pacman repo automatically.
|