community/fastfetch: upgrade to 2.25.0

This commit is contained in:
李通洲 2024-09-19 10:47:05 +08:00 committed by Celeste
parent 2551caad60
commit 1765eee13e

View file

@ -1,7 +1,7 @@
# Contributor: Carter Li <zhangsongcui@live.cn>
# Maintainer: Carter Li <zhangsongcui@live.cn>
pkgname=fastfetch
pkgver=2.24.0
pkgver=2.25.0
pkgrel=0
pkgdesc="Like neofetch, but much faster because written mostly in C."
url="https://github.com/fastfetch-cli/fastfetch"
@ -56,6 +56,22 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_SYSTEM_YYJSON=ON \
-DENABLE_DIRECTX_HEADERS=OFF \
-DPACKAGES_DISABLE_DPKG=ON \
-DPACKAGES_DISABLE_EMERGE=ON \
-DPACKAGES_DISABLE_EOPKG=ON \
-DPACKAGES_DISABLE_GUIX=ON \
-DPACKAGES_DISABLE_LINGLONG=ON \
-DPACKAGES_DISABLE_LPKG=ON \
-DPACKAGES_DISABLE_LPKGBUILD=ON \
-DPACKAGES_DISABLE_NIX=ON \
-DPACKAGES_DISABLE_OPKG=ON \
-DPACKAGES_DISABLE_PACMAN=ON \
-DPACKAGES_DISABLE_PALUDIS=ON \
-DPACKAGES_DISABLE_PKG=ON \
-DPACKAGES_DISABLE_PKGTOOL=ON \
-DPACKAGES_DISABLE_RPM=ON \
-DPACKAGES_DISABLE_SORCERY=ON \
-DPACKAGES_DISABLE_XBPS=ON \
-DCMAKE_C_FLAGS="$CFLAGS -Wno-stringop-overflow -Wno-maybe-uninitialized" \
$crossopts
cmake --build build --target fastfetch --target flashfetch
@ -72,5 +88,5 @@ package() {
}
sha512sums="
6dde07346a6ae08c49f8deca19f974fafd94a964542d97f70c39625ccbf151bf01aa626af7582367dab208bb09fc2208f18ba831bdb06202a271f05831617ffd fastfetch-2.24.0.tar.gz
690c450cfdf53c31c99ab295702f36e0499024a79e3ebf00da0e3ad3d4bdd3b795dac59a7592451f4cbc652830297b1ec4f55428a522ae3afe50fa647334737f fastfetch-2.25.0.tar.gz
"