Search Criteria
Package Details: wallust-git 3.4.0.r9.g0a0e7c0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wallust-git.git (read-only, click to copy) |
|---|---|
| Package Base: | wallust-git |
| Description: | Generate colors from an image |
| Upstream URL: | https://codeberg.org/explosion-mental/wallust |
| Licenses: | MIT |
| Conflicts: | wallust |
| Provides: | wallust |
| Submitter: | JU12000 |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 3 |
| Popularity: | 0.50 |
| First Submitted: | 2023-12-31 08:08 (UTC) |
| Last Updated: | 2025-08-02 06:08 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-essentials-gitAUR, imagemagick-fullAUR) (optional)
Latest Comments
1 2 Next › Last »
xiota commented on 2026-03-15 19:22 (UTC)
AUR helpers usually have options to pass flags to
makepkg.arslaanpathan commented on 2026-03-15 18:52 (UTC) (edited on 2026-03-15 18:53 (UTC) by arslaanpathan)
@xiota I understand, although the issue with makepkg -A/--ignorearch is that if you wanted to update the package, you'd have to pull the changes from the PKGBUILD manually instead of being able to use your AUR helper (e.g. yay/paru).
The package is already known to work fine on aarch64-based systems, and from my testing, (I personally use this package for my dotfiles, and have tested most of the configuration settings) it works perfectly.
Additionally, there's already an aarch64 package for this on ALT Linux, further confirming compatibility.
xiota commented on 2026-03-15 18:43 (UTC) (edited on 2026-03-15 18:45 (UTC) by xiota)
@arslaanpathan I'll review package and consider adding aarch64. However, modifying PKGBUILD isn't necessary because
makepkghas-A, --ignorearchflag.The problem with adding additional architectures is it makes the package look like it's tested with those architectures.
arslaanpathan commented on 2026-03-15 17:42 (UTC)
Just tested this on ARM64/aarch64 (Apple M2, Asahi ALARM/Arch Linux ARM), and it works perfectly, all that's needed is to add 'aarch64' to the supported architectures list. I'd recommend you add it so that other users don't have to modify the PKGBUILD to get it to work.
Suggested changes:
arch=('x86_64') -> arch=('x86_64' 'aarch64')
JU12000 commented on 2024-07-29 17:05 (UTC)
Upstream dev build is failing which is the more likely culprit. I'm not inclined to disable LTO for all users unless it's required going forward. Will give it a few days to resolve then make a decision. Meanwhile the non-git package is still working fine.
JU12000 commented on 2024-07-17 21:27 (UTC)
FYI: Until the PR is merged the changes can be implemented manually. https://codeberg.org/explosion-mental/wallust/pulls/63
JU12000 commented on 2024-07-17 17:42 (UTC)
The error is coming from the makefile. I've opened a PR against the branch which should resolve the issue. Please watch the git repository for updates and thank you for the report.
pp0xx commented on 2024-07-17 16:26 (UTC) (edited on 2024-07-17 16:28 (UTC) by pp0xx)
cannot get it to install on 2 different machines. Installer quits with error:
chmod: kan geen toegang krijgen tot '/home/joeri/.cache/yay/wallust-git/pkg/wallust-git/usr/share/man/man1/wallust.5': Bestand of map bestaat niet chmod: kan geen toegang krijgen tot '/home/joeri/.cache/yay/wallust-git/pkg/wallust-git/usr/share/man/man1/wallust-run.1': Bestand of map bestaat niet make: *** [Makefile:68: install-man] Fout 1 ==> FOUT: Er is een fout opgetreden in package(). Afbreken... -> error making: wallust-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: wallust-git - exit status 4
In English: ....wallust.5 File or folder doesn't exist.
strange.
1 2 Next › Last »