Commit Graph

25 Commits

Author SHA1 Message Date
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
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
7dae74e3d0 [arch] fix -> AUR: not able to find some repository dependencies when their names are not an exact match 2020-10-26 11:55:28 -03:00
Vinicius Moreira
1418383730 [arch] improvement -> AUR: new settings property 'aur_build_only_chosen' 2020-08-31 15:01:20 -03:00
Vinicius Moreira
eb1a1520a4 [arch] fix -> some environment variables are not available during the common operations (install, upgrade, ...) 2020-08-19 14:59:14 -03:00
Vinicius Moreira
9c1ffbd356 [arch] feature -> AUR: allowing to edit the PKGBUILD file of a package to be installed/upgraded/downgraded 2020-08-16 12:39:20 -03:00
Vinícius Moreira
87e49100d3 [aur] skipping makepkg dependency checking when 'simple_checking' is disabled 2020-02-12 11:11:29 -03:00
Vinícius Moreira
0e4ebbe277 [aur] new AUR dependencies checking algorithm 2020-02-11 14:05:16 -03:00
Vinícius Moreira
6ed68ab4f3 [improvement][aur] allowing the user to bypass checksum errors when installing / upgrading / downgrading packages 2020-02-05 12:00:57 -03:00
Vinícius Moreira
ffa7611930 [fix][aur] not able to install packages based on other packages | other fixes 2020-01-22 17:16:22 -03:00
Vinícius Moreira
ce1f30365d [aur] generating the optimized makepkg file if it is not found during an installation 2019-12-18 19:13:02 -03:00
Vinícius Moreira
98ea92bc1f [aur] fix config reading during dependency checking 2019-12-18 18:42:38 -03:00
Vinícius Moreira
496f61a27b [aur] config file 2019-12-18 18:19:00 -03:00
Vinicius Moreira
dca66b315e [aur] respecting BAUH_ARCH_OPTIMIZE when makepkg calls are executed 2019-11-29 09:05:20 -03:00
Vinicius Moreira
915c3b50a3 [aur] --noprepare during dependency checking 2019-11-28 18:36:50 -03:00
Vinicius Moreira
374c697196 [improvement][aur] generating the optimized makepkg.conf at ~/.config/bauh/arch and using it as a build parameter 2019-11-27 11:33:13 -03:00
Vinicius Moreira
d80cac19af [aur] showing a popup when there are integrity issues with the source-files of a building package 2019-10-21 18:48:48 -03:00
Vinicius Moreira
d8ea8701c6 fix: arch -> conflict check for mirror packages | not building packages while checking 2019-09-23 18:15:54 -03:00
Vinicius Moreira
df7227e44b fix: AUR -> makepkg console output 2019-09-23 16:10:34 -03:00
Vinicius Moreira
917c6ec5d7 arch:using axel to pre-download source file | info window handling list attributes better 2019-09-22 01:01:11 -03:00
Vinicius Moreira
0d2770296c fix: AUR installation receiving GPG key 2019-09-20 18:33:53 -03:00
Vinicius Moreira
04dd651dc5 fix: arch checking dependencies regression | pausing the progress when a confirmation dialog is displayed 2019-09-12 18:13:49 -03:00
Vinicius Moreira
b864f82710 arch: fix disk cache | wait disk cache to finish before first refresh 2019-09-12 17:49:23 -03:00
Vinicius Moreira
ba5e1da11b gem selector sketch 2019-09-11 16:00:02 -03:00