From d26ae47573ca275e0493da349335cde9aa552f80 Mon Sep 17 00:00:00 2001 From: Suzuraan Date: Fri, 28 Aug 2026 07:35:00 +1000 Subject: [PATCH] fastfetch: add appimage install count support --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index a21078f36e673d..26b7ca39e28c94 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,7 +1,7 @@ # Template file for 'fastfetch' pkgname=fastfetch version=2.67.1 -revision=1 +revision=2 build_style=cmake configure_args="-DENABLE_SYSTEM_YYJSON=ON -DBUILD_FLASHFETCH=OFF -DINSTALL_LICENSE=OFF -DENABLE_QUICKJS=OFF" @@ -34,7 +34,7 @@ pre_configure() { mkdir -p build && cd build configure_args+="$(CMAKE_GENERATOR="Ninja" cmake -L ${wrksrc}/${build_wrksrc} | \ grep -oE 'PACKAGES_DISABLE_[a-zA-Z0-9]+' | \ - grep -viE 'xbps|flatpak|nix|guix' | xargs printf ' -D%s=ON')" + grep -viE 'xbps|flatpak|nix|guix|appimage' | xargs printf ' -D%s=ON')" } post_install() {