Search Criteria
Package Details: windfetch 0.2.1-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/windfetch.git (read-only, click to copy) |
---|---|
Package Base: | windfetch |
Description: | OS information tool. Fork of Neofetch |
Upstream URL: | https://codeberg.org/chardon_cs/windfetch |
Keywords: | bash neofetch screenfetch sh |
Licenses: | MIT |
Submitter: | chardoncs |
Maintainer: | chardoncs |
Last Packager: | chardoncs |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-05-13 07:59 (UTC) |
Last Updated: | 2025-03-05 10:04 (UTC) |
Dependencies (15)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- make (make-gitAUR) (make)
- catimg (optional) – Display Images
- chafa (chafa-gitAUR) (optional) – Image to text support
- feh (feh-preload-next-image-gitAUR) (optional) – Wallpaper Display
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (optional) – Image cropping / Thumbnail creation / Take a screenshot
- jp2a (jp2a-gitAUR) (optional) – Display Images
- libcaca (optional) – Display Images
- nitrogen (optional) – Wallpaper Display
- w3m (w3m-rkta-gitAUR) (optional) – Display Images
- xdotool (xdotool-gitAUR) (optional) – See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal
- xorg-xdpyinfo (optional) – Resolution detection (Single Monitor)
- xorg-xprop (optional) – Desktop Environment and Window Manager
- xorg-xrandr (xorg-xrandr-gitAUR) (optional) – Resolution detection (Multi Monitor + Refresh rates)
- xorg-xwininfo (optional) – See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal
Latest Comments
chardoncs commented on 2025-03-05 09:56 (UTC)
@dreieck Oh sorry for that. I believe I didn't change the checksum. Thanks for your reminding.
dreieck commented on 2025-03-05 09:54 (UTC)
After fixing the source checksum issue, next issue:
Turns out that the directory is only called
windfetch
.dreieck commented on 2025-03-05 09:53 (UTC)
Source checksum verification fails -- even after re-download:
Regards and thanks for maintaining!
dreieck commented on 2025-03-05 09:52 (UTC)
You download the source file to a generic filename:
v0.2.1.tar.gz
.This is prone to conflict if the user has
SRCDEST
environment variable set (e.g. in/etc/makepkg.conf
) and another package has the same bad habit, since all downloaded source files and up in the same location.Please use a package name specific filename, e.g. by prepending
${pkgname}-${pkgver}.tar.gz::
to thesource
entry.Regards and thanks for the package!