Commit Graph

2381 Commits

Author SHA1 Message Date
Sebastian Palencsar
f638ddf281 docs: refresh maintainer and agent handoff documentation
Document post-M3 state on main, GitHub vs AUR publishing separation,
AUR pkgrel=11 / source tag gap, M1 UI identity status, and CI test
workflow. packaging/aur/README.md clarifies local-only AUR sync.
2026-06-27 10:58:59 +02:00
Sebastian Palencsar
e885826005 Revert "scripts: add sync-aur-packaging.sh for AUR publishing"
This reverts commit 7d1ef6f61b.
2026-06-27 10:40:12 +02:00
Sebastian Palencsar
7d1ef6f61b scripts: add sync-aur-packaging.sh for AUR publishing
Sync PKGBUILD and .SRCINFO from packaging/aur/ into local AUR clones
and optionally push to aur.archlinux.org. No rsync required.
2026-06-27 10:39:41 +02:00
Sebastian Palencsar
32fab22caa AUR bearhub: bump pkgrel to 11 (force yay cache refresh)
Same source tarball and checksum; pkgrel bump so AUR helpers pick up
tag-specific source filename after stale 0.10.7-9 cache issues.
2026-06-27 10:36:39 +02:00
Sebastian Palencsar
e95a23bc20 M3 namespace migration: complete Phase B, partial Phase D, docs and tests
- Native runtime under bearhub/ (api, commons, gems, view/util, view/core, view/qt)
- bauh/ compatibility re-export shims for legacy imports
- Phase D: canonical __version__/__app_name__ in bearhub/__init__.py; pyproject.toml
  and setup.py point at bearhub package
- Native gem loader at bearhub/view/core/gems.py
- Namespace compatibility tests (159 tests passing)
- Documentation: CHANGELOG [Unreleased], NAMESPACE_MIGRATION, ROADMAP, README,
  CONTRIBUTING, docs/qt6-migration.md, packaging/aur/README.md
2026-06-27 10:26:41 +02:00
Sebastian Palencsar
da377aecdc AUR bearhub: fix stale source cache collision (pkgrel=10)
Use tag-specific tarball name bearhub-0.10.7-bearhub.6.tar.gz so makepkg
and AUR helpers do not reuse an outdated bearhub-0.10.7.tar.gz from cache.
Ignore makepkg artifacts under packaging/aur/.
2026-06-27 10:18:54 +02:00
Sebastian
c56b8a2473 refactor: migrate native modules from bauh/ to bearhub/ (test batch) 2026-06-27 10:06:05 +02:00
Sebastian
002b5c839e AUR bearhub: fix stale source cache collision (pkgrel=10)
Use tag-specific tarball name bearhub-0.10.7-bearhub.6.tar.gz so makepkg
and AUR helpers do not reuse an outdated bearhub-0.10.7.tar.gz from cache.
Ignore makepkg artifacts under packaging/aur/.
2026-06-27 10:04:24 +02:00
Sebastian Palencsar
436f334a82 packaging: refresh bearhub-git AUR pkgver to current main 2026-06-26 19:35:15 +02:00
Sebastian Palencsar
70988336f8 packaging: bump bearhub AUR pkgrel to 9 for 0.10.7-bearhub.6 2026-06-26 19:33:27 +02:00
Sebastian Palencsar
d10d06de51 fix: allow editable install before bauh is on PYTHONPATH 2026-06-26 19:28:05 +02:00
Sebastian Palencsar
502e7e640e packaging: refresh bearhub tarball checksum after release rebase 2026-06-26 19:26:32 +02:00
Sebastian Palencsar
5ee5775225 packaging: fix trailing newline in bearhub .SRCINFO 2026-06-26 19:25:02 +02:00
Sebastian Palencsar
c9b9260a26 packaging: set checksums and SRCINFO for 0.10.7-bearhub.6 2026-06-26 19:22:28 +02:00
Sebastian Palencsar
4a119968bc Release 0.10.7-bearhub.6
Complete M1 identity work, fix runtime URL regressions, repair the test
suite, add CI, migrate packaging/AppImage branding to Bearhub, and
document the Qt6/PySide6 migration plan.
0.10.7-bearhub.6
2026-06-26 19:22:28 +02:00
Sebastian Palencsar
63698709a6 Add project code of conduct and security policy 2026-05-31 17:48:55 +02:00
Sebastian Palencsar
4507023da2 Work around Wayland Qt5 crash by forcing xcb in desktop launchers 2026-05-31 16:34:24 +02:00
Sebastian Palencsar
9849b89c9d Update packaging .SRCINFO files to match PKGBUILDs 2026-05-31 16:25:24 +02:00
Sebastian Palencsar
646d9eaa3f Fix bearhub AUR source tag for desktop files 2026-05-31 16:24:37 +02:00
Sebastian Palencsar
fe75637a23 Keep namespace migration doc and remove internal migration plan 2026-05-31 16:21:55 +02:00
Sebastian Palencsar
5babf0cea6 Add changelog entry for 0.10.7-bearhub.5 release 0.10.7-bearhub.5 2026-05-31 16:20:49 +02:00
Sebastian Palencsar
59b72bbcf4 Update changelog for bearhub namespace and packaging migration 2026-05-31 16:19:02 +02:00
Sebastian Palencsar
4199463cea Finalize desktop integration paths for bearhub 2026-05-31 16:18:15 +02:00
Sebastian Palencsar
2d88603eaa Switch bearhub to native resource root with compatibility fallback 2026-05-31 16:15:54 +02:00
Sebastian Palencsar
2e59abf78d Make bearhub stylesheet module independent from bauh 2026-05-31 16:12:59 +02:00
Sebastian Palencsar
d5bea35c70 Switch manage and CLI imports to bearhub namespace 2026-05-31 16:11:23 +02:00
Sebastian Palencsar
8449c7d1e5 Introduce bearhub view util/qt namespace wrappers 2026-05-31 16:09:16 +02:00
Sebastian Palencsar
ed660c41a2 Migrate core config module to bearhub namespace 2026-05-31 16:07:22 +02:00
Sebastian Palencsar
21c9c6a723 Migrate CLI modules to bearhub namespace with bauh wrappers 2026-05-31 16:04:48 +02:00
Sebastian Palencsar
cc3742c783 Switch migrated app modules to bearhub base imports 2026-05-31 16:02:45 +02:00
Sebastian Palencsar
15a3cd485a Migrate app/manage/tray modules to bearhub namespace with bauh wrappers 2026-05-31 15:59:32 +02:00
Sebastian Palencsar
aa943e9cae Migrate first module slice to bearhub namespace with compatibility wrappers 2026-05-31 15:55:35 +02:00
Sebastian Palencsar
85b418cb74 Switch package entry points to bearhub namespace 2026-05-31 15:49:38 +02:00
Sebastian Palencsar
afe63d0c6b Add namespace migration guide and bearhub shim skeleton 2026-05-31 15:47:50 +02:00
Sebastian Palencsar
37ba9de9ce Add roadmap and migration plan for Bearhub independence 2026-05-31 15:46:35 +02:00
Sebastian Palencsar
da7b8ac7fb Update stable AUR package to Bearhub 0.10.7-bearhub.4 2026-05-28 08:35:50 +02:00
Sebastian Palencsar
f7298430bc Fix QThread initialization in warnings worker 0.10.7-bearhub.4 2026-05-28 08:15:35 +02:00
Sebastian Palencsar
8c8ea628ee Polish README header with centered Bearhub logo 2026-05-28 07:17:44 +02:00
Sebastian Palencsar
6e2003a818 Add Bearhub logo to README title 2026-05-28 07:17:22 +02:00
Sebastian Palencsar
ecc044effc Update stable AUR package to Bearhub 0.10.7-bearhub.3 2026-05-28 07:14:22 +02:00
Sebastian Palencsar
a18fde27cc Replace app logo with new Bearhub SVG 0.10.7-bearhub.3 2026-05-28 07:07:19 +02:00
Sebastian Palencsar
0ecc1e91b3 Update README and changelog for Bearhub naming and AUR fixes 2026-05-28 06:46:24 +02:00
Sebastian Palencsar
bdc91ab4db Install desktop entries and icon in AUR packages 2026-05-28 06:41:25 +02:00
Sebastian Palencsar
56a0318cec Remove local-only AUR sync script from repository 2026-05-28 06:29:07 +02:00
Sebastian Palencsar
8b12b32ccf Add script to sync AUR packaging repos 2026-05-28 06:28:23 +02:00
Sebastian Palencsar
5e0f11e761 Fix AUR dependency name for python-dateutil 2026-05-28 06:27:24 +02:00
Sebastian Palencsar
258e745170 Run AUR validation as non-root user in CI 2026-05-28 06:14:52 +02:00
Sebastian Palencsar
1a76d58461 Add GitHub Action to validate AUR packaging 2026-05-28 06:13:48 +02:00
Sebastian Palencsar
bb27a700c9 Remove downloaded source tarball from AUR packaging tree 2026-05-28 06:12:08 +02:00
Sebastian Palencsar
c51403b542 Add initial AUR packaging for bearhub and bearhub-git 2026-05-28 06:12:03 +02:00