Search Criteria
Package Details: bonsai 2.0.1-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bonsai.git (read-only, click to copy) |
|---|---|
| Package Base: | bonsai |
| Description: | Terminal-based disk usage analyzer, TUI remake of GNOME Baobab |
| Upstream URL: | https://github.com/LittleBigOwI/bonsai.git#branch=main |
| Licenses: | GPL-3.0-or-later |
| Submitter: | Leora |
| Maintainer: | Leora |
| Last Packager: | Leora |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-08-22 15:03 (UTC) |
| Last Updated: | 2026-02-26 17:47 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- vim (neovim-symlinksAUR, vim-cli-gitAUR, vim-gitAUR, gvim-gtk2AUR, gvim) (make)
Required by (1)
- sxmo-utils-git (optional)
Latest Comments
Leora commented on 2026-02-01 13:41 (UTC)
Understood. The problem is that
xxdisn't provided as a standalone package. It can be provided by different packages, such asgvim,tinyxxd, or, as you mentioned,vim.This could cause the
build()method to default togvim, which is unnecessarily large. Hence, choosingtinyxxdis preferable.I have switched from
tinyxxdtovimfor better compatibility. This should resolve the issue.K0RR commented on 2026-02-01 13:07 (UTC)
Due to the switch from xxd to tinyxxd there is now a kind of big dependency conflict:
tinyxxd conflicts with xxd since both of them use the same name for binary, which is a problem considering xxd comes via the vim package. Currently, installing bonsai requires vim removal.
Leora commented on 2026-02-01 11:51 (UTC)
Should be fixed. FTXUI ui is now fetched via cmake, and PKGBUILD is non-interactive (multiple repos for xdd dependency). The install now works with
extra-x86_64-buildso there shouldn't be any build issues.Leora commented on 2026-01-31 13:59 (UTC)
Noted. This will be fixed when possible.
K0RR commented on 2026-01-31 13:49 (UTC)
…