desktop/neofetch: Updated for version 2.0.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Muhammad Herdiansyah 2016-12-07 11:19:22 +00:00 committed by David Spencer
parent fdabb5b81c
commit 5d64e436c0
3 changed files with 11 additions and 32 deletions

View file

@ -1,29 +1,8 @@
neofetch is a script that gathers information about your system and
prints it to the terminal next to an image, a distro's logo or any ASCII
art of your choice.
Neofetch is a CLI system information tool written in BASH. Neofetch
displays information about your system next to an image, your OS logo,
or any ascii file of your choice. The main purpose of neofetch is to be
used in screenshots to show other users what OS/Distro you're running,
what Theme/Icons you're using and etc.
Optional dependencies
Image mode:
w3m or terminology
Song:
mpc and mpd
spotify
rhythmbox
deadbeef
pragha
NOTE: You can have two or more music players installed, and neofetch
will only detect music playing through the music player that
is running.
Wallpaper:
feh or nitrogen
Screenshot:
scrot
NOTE: You can use the launch flag --scrot_cmd or change the config
option $scrot_cmd to your screenshot program's command, and
neofetch will use it instead of scrot.
To see any optional dependencies that you might need, you can view it in
https://github.com/dylanaraps/neofetch/wiki/Dependencies

View file

@ -22,7 +22,7 @@
# POSSIBILITY OF SUCH DAMAGE.
PRGNAM=neofetch
VERSION=${VERSION:-2.0}
VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="neofetch"
VERSION="2.0"
VERSION="2.0.2"
HOMEPAGE="https://github.com/dylanaraps/neofetch"
DOWNLOAD="https://github.com/dylanaraps/neofetch/archive/2.0/neofetch-2.0.tar.gz"
MD5SUM="7f85e8ed34d93807dafd23bb3fb16ef2"
DOWNLOAD="https://github.com/dylanaraps/neofetch/archive/2.0.2/neofetch-2.0.2.tar.gz"
MD5SUM="e4e2e118cde8de6f7e208d84c62604f5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""