mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
fastfetch: update to 2.33.0.
This commit is contained in:
parent
b76911cb70
commit
d9b63f0200
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'fastfetch'
|
||||
pkgname=fastfetch
|
||||
version=2.32.1
|
||||
version=2.33.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_SYSTEM_YYJSON=ON"
|
||||
hostmakedepends="pkg-config"
|
||||
configure_args="-DENABLE_SYSTEM_YYJSON=ON -DBUILD_FLASHFETCH=OFF"
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="yyjson-devel vulkan-loader-devel libXrandr-devel wayland-devel libdrm-devel
|
||||
glib-devel dconf-devel libmagick-devel chafa-devel zlib-devel dbus-devel MesaLib-devel
|
||||
OpenCL-Headers xfconf-devel dbus-devel pulseaudio-devel ddcutil-devel elfutils-devel"
|
||||
|
@ -14,7 +14,7 @@ license="MIT"
|
|||
homepage="https://github.com/fastfetch-cli/fastfetch"
|
||||
changelog="https://github.com/fastfetch-cli/fastfetch/raw/dev/CHANGELOG.md"
|
||||
distfiles="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=f08efaaffa9f1c58b085105acfc41c65ed8f5721bdc7b1746b80700c727a4f60
|
||||
checksum=fa3b5c3c4fc7d2b6c4e24c15fb7cf3df94024227f2d24995f6ca0eaa95f39725
|
||||
|
||||
if [ -n "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -DBUILD_TESTS=ON"
|
||||
|
|
Loading…
Add table
Reference in a new issue