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 Palencsar
ce09e8b0d1
Switch runtime app identity to bearhub with legacy path migration
2026-05-28 05:54:59 +02:00
Vinicius Moreira
6d3917ee99
[arch] feature: allowing AUR packages to be installed when bauh is launched by the root user
2021-12-07 15:41:02 -03:00
Vinicius Moreira
0ecbb28219
[appimage] refactoring: installed AppImages are now stored at '/usr/local/share/bauh' for the root user
2021-11-29 11:04:09 -03:00
Vinicius Moreira
b3c1e72717
[api] refactoring: symlinks/binaries are now stored at /usr/local/bin for the root user
2021-11-25 18:42:09 -03:00
Vinicius Moreira
243a1fb696
[api] refactoring: .desktop files are now installed at /usr/share/applications for the root user
2021-11-25 16:37:31 -03:00
Vinicius Moreira
06035bb97e
[api.paths] refactoring: CACHE_PATH renamed to CACHE_DIR
2021-11-25 16:09:42 -03:00
Vinicius Moreira
25c9ed9fa3
[api] refactoring: custom themes dir for root user is now /usr/share/bauh/themes
2021-11-25 15:57:59 -03:00
Vinicius Moreira
530a5019e2
[api] refactoring: adding AUTOSTART_DIR constant to 'paths' module
2021-11-25 15:41:09 -03:00
Vinicius Moreira
47348c4b6c
[api] refactoring: CONFIG_PATH constant renamed to CONFIG_DIR
2021-11-25 15:41:09 -03:00
Vinicius Moreira
a1683b6a7d
[api] refactoring: configuration directory for the root user is now located at '/etc/bauh'
2021-11-25 15:41:09 -03:00
Vinicius Moreira
63dd4963cf
refactoring: LOGS_PATH constant renamed to LOGS_DIR and moved to 'api' module
2021-11-24 11:08:26 -03:00
Vinicius Moreira
83cc7cc134
[api] refactoring: temp dir now follow the patter /tmp/bauh@vinicius
2021-11-24 10:46:39 -03:00
Vinicius Moreira
aa889dcd51
[api] refactoring: caching directory for root user is now /var/cache/bauh
2021-11-24 10:34:04 -03:00
Vinicius Moreira
f78498c1ec
[commons] refactoring: 'user' module moved to 'api'
2021-11-23 18:02:54 -03:00
Vinicius Moreira
8f9810bd69
[api] refactoring: 'constants' module renamed to 'paths'
2021-11-23 17:53:05 -03:00