diff options
author | Samuel Young <samyoung12788@gmail.com> | 2023-11-02 12:59:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-04 16:39:17 +0700 |
commit | 7d1484401c5a27fa7a830b8b0da25f573080ff87 (patch) | |
tree | 92e46e7fbc026fb81628e20a5598f9813114e109 /system | |
parent | d80b7f7a68400661b409673950ee0f750ecae693 (diff) |
system/fastfetch: Updated for version 2.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/fastfetch/README | 2 | ||||
-rw-r--r-- | system/fastfetch/fastfetch.SlackBuild | 5 | ||||
-rw-r--r-- | system/fastfetch/fastfetch.info | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/system/fastfetch/README b/system/fastfetch/README index e5d8e81fc3be8..3a5f72fc5c5c3 100644 --- a/system/fastfetch/README +++ b/system/fastfetch/README @@ -3,3 +3,5 @@ fastfetch (Like neofetch, but faster) Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind. + +ddcutil and chafa are optional dependencies. diff --git a/system/fastfetch/fastfetch.SlackBuild b/system/fastfetch/fastfetch.SlackBuild index 62c0d66acce33..cf22e72f155d2 100644 --- a/system/fastfetch/fastfetch.SlackBuild +++ b/system/fastfetch/fastfetch.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fastfetch -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,8 +76,7 @@ mkdir -p build cd build cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release .. + -DCMAKE_INSTALL_PREFIX=/usr .. cmake --build . DESTDIR=$PKG cmake --install . cd .. diff --git a/system/fastfetch/fastfetch.info b/system/fastfetch/fastfetch.info index f2c0e32cb8ee5..9ad5061672491 100644 --- a/system/fastfetch/fastfetch.info +++ b/system/fastfetch/fastfetch.info @@ -1,8 +1,8 @@ PRGNAM="fastfetch" -VERSION="2.1.1" +VERSION="2.2.0" HOMEPAGE="https://github.com/fastfetch-cli/fastfetch" -DOWNLOAD="https://github.com/fastfetch-cli/fastfetch/archive/2.1.1/fastfetch-2.1.1.tar.gz" -MD5SUM="7bd82d7f781b15ef95bb390874df9937" +DOWNLOAD="https://github.com/fastfetch-cli/fastfetch/archive/2.2.0/fastfetch-2.2.0.tar.gz" +MD5SUM="c336bea75ccf9a1b061047548060c30d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |