pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/fastfetch



Module Name:    pkgsrc
Committed By:   vins
Date:           Fri May 23 17:36:18 UTC 2025

Modified Files:
        pkgsrc/sysutils/fastfetch: Makefile distinfo

Log Message:
sysutils/fastfetch: update to 2.44.0

# changes

## 2.44.0

Features:
* Add option `--disk-hide-folders` and `--disk-hide-fs` to hide specific mountpoints
  and filesystems in Disk module (Disk)
* `--disk-hide-folders` defaults to `/efi:/boot:/boot/efi` on Linux and *BSD.
  Previously these EFI-related folders were hardcoded to be hidden on Linux.

Bugfixes:
* Fix Apple Terminal compatibility with `--stat` (macOS, #1755)
* Ignore `/usr/bin/script` when detecting shell and terminal (Terminal / Shell, #1761)
* Fix compatibility with KDE Plasma 6.4 which is in beta currently (Display, Linux, #1765)

Logos:
* Add Kylin (#1760)
* Add UBLinux (#1764)

## 2.43.0

Features:
* Support physical core count and package count detection on Solaris (CPU, SunOS)
* Improve physical core count detection on FreeBSD (CPU, FreeBSD)
* Add option to hide unknown GPUs (GPU)
* Detect VRAM type of AMD GPUs on Linux (GPU, Linux)
* Support playing media detection on macOS 15.4 (#1737, Media, macOS)
    * Whether it works on newer versions is unknown
* Detect player name for Windows UMP apps (Media, Windows)

Bugfixes:
* Fix disk usage detection on 32-bit Linux (#1734, Disk, Linux)
* Fix compiling on Asahi Linux (GPU, Linux)
* Fix duplicated playback status (Media, Linux)
* Don't show 255 in custom format when muted on macOS (#1750, Sound, macOS)
* Remove shared memory detection for AMD GPUs, which doesn't work as expected (GPU, Windows)

Logos:
* new AthenaOS
* add Hydra Framework


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/fastfetch/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/fastfetch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/fastfetch/Makefile
diff -u pkgsrc/sysutils/fastfetch/Makefile:1.29 pkgsrc/sysutils/fastfetch/Makefile:1.30
--- pkgsrc/sysutils/fastfetch/Makefile:1.29     Sun May 11 07:37:47 2025
+++ pkgsrc/sysutils/fastfetch/Makefile  Fri May 23 17:36:17 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2025/05/11 07:37:47 vins Exp $
+# $NetBSD: Makefile,v 1.30 2025/05/23 17:36:17 vins Exp $
 
-DISTNAME=      fastfetch-2.42.0
-PKGREVISION=   1
+DISTNAME=      fastfetch-2.44.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fastfetch-cli/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/sysutils/fastfetch/distinfo
diff -u pkgsrc/sysutils/fastfetch/distinfo:1.18 pkgsrc/sysutils/fastfetch/distinfo:1.19
--- pkgsrc/sysutils/fastfetch/distinfo:1.18     Thu May  1 07:41:55 2025
+++ pkgsrc/sysutils/fastfetch/distinfo  Fri May 23 17:36:17 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2025/05/01 07:41:55 vins Exp $
+$NetBSD: distinfo,v 1.19 2025/05/23 17:36:17 vins Exp $
 
-BLAKE2s (fastfetch-2.42.0.tar.gz) = 1643e14779ae445d75e9ebcd0d389bb7401ef79c8ca7c10d8750c6fb8b1efe30
-SHA512 (fastfetch-2.42.0.tar.gz) = 4c1be3643d4e1d84c046ceb753f50eae32235bc04a07b7c89f0217189f42b010254f581f315dab6eb9f9eb424ceb5d9370a9e3fb811baa5100779531b90a2960
-Size (fastfetch-2.42.0.tar.gz) = 1282221 bytes
+BLAKE2s (fastfetch-2.44.0.tar.gz) = 1722d20882f8a8d8171f260dd493e72b8fc21ed6bd4f45a33f4eb72344b97d95
+SHA512 (fastfetch-2.44.0.tar.gz) = af34d097e9c7c0db9247d2416d359847090fb1547518fc234c02ac93696e82c6ab54a4ce04b3621176de175cbfee1f909b02135b036456d52c4053bf3afdc894
+Size (fastfetch-2.44.0.tar.gz) = 1304382 bytes
 SHA1 (patch-src_detection_packages_packages__apple.c) = 3678300a59d8ef989d1848b3685485db3c638038



Home | Main Index | Thread Index | Old Index