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: Mon Nov 3 16:19:22 UTC 2025
Modified Files:
pkgsrc/sysutils/fastfetch: Makefile distinfo
Log Message:
sysutils/fastfetch: update to 2.54.0
# upstream changes
Changes:
* Moves macOS and Windows design language detection from the DE module to the Theme module
Features:
* Adds `--json` and `-j` command line flags as a shortcut for `--format json`
* Various improvements to the OS module (OS)
* Displays point releases for Debian
* Displays code names for Ubuntu
* Displays build ID for macOS
* Displays code names for Windows (previously shown in the Kernel module)
* Adds basic support for Wine (Windows)
* Adds basic support for hppa and sh architectures (CPU, Linux)
* Improves T-Head SoC name detection from the device tree (#1997, CPU, Linux)
* Supports glob patterns in `Disk.hideFolders` (Disk)
* For example, `/boot/*` will match both `/boot/efi` and `/boot/firmware`
* Adds brightness-level detection for external monitor support on Intel macOS (Brightness, macOS)
* Adds configurable spacing between icon and text in keys
* `display.key.type: "both-N"` where N is `0-4`
* Useful for non-monospaced Nerd Fonts
* Adds detection support for modern Samsung Exynos SoCs (CPU, Android)
* Adds a new CMake option `-DENABLE_WORDEXP=<ON|OFF>` to enable or disable using `wordexp(3)` for acquiring logo file paths (`logo.source`)
* Enabled by default for compatibility
* Disabling this option reverts to using `glob(3)`, which is less functional but more secure
Bugfixes:
* Avoids integer overflow when calculating swap size (#1988, Swap, Windows)
* Trims whitespace from full user name (Title, macOS)
* Fixes default font size for Ghostty (#1986, TerminalFont, Linux)
* Works around an issue that could report impossibly high memory usage in rare cases (#1988, Memory, Linux)
* Fixes incorrect glibc dependency in polyfilled DEB packages (#1983, Linux)
* Fixes corrupted binaries in polyfilled RPM packages (#1990, Linux)
* Fixes crashes on ancient Android kernels (#1993, Disk, Android)
* Fixes incorrect usage of `glob(3)` (OpenBSD)
* Prefers resolutions reported by RandR mode info, fixing incorrect resolutions on XFCE when DPI scaling is enabled (Display, Linux)
* Various code cleanups and minor fixes
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/sysutils/fastfetch/Makefile
cvs rdiff -u -r1.23 -r1.24 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.39 pkgsrc/sysutils/fastfetch/Makefile:1.40
--- pkgsrc/sysutils/fastfetch/Makefile:1.39 Thu Oct 23 20:39:17 2025
+++ pkgsrc/sysutils/fastfetch/Makefile Mon Nov 3 16:19:22 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2025/10/23 20:39:17 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2025/11/03 16:19:22 vins Exp $
-DISTNAME= fastfetch-2.53.0
-PKGREVISION= 1
+DISTNAME= fastfetch-2.54.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.23 pkgsrc/sysutils/fastfetch/distinfo:1.24
--- pkgsrc/sysutils/fastfetch/distinfo:1.23 Sat Oct 11 17:16:54 2025
+++ pkgsrc/sysutils/fastfetch/distinfo Mon Nov 3 16:19:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2025/10/11 17:16:54 vins Exp $
+$NetBSD: distinfo,v 1.24 2025/11/03 16:19:22 vins Exp $
-BLAKE2s (fastfetch-2.53.0.tar.gz) = 70127fd99ad6fa603bed0c59bd9f24e7cf897da9ada61560ec9e58e33b420c25
-SHA512 (fastfetch-2.53.0.tar.gz) = c34001a5926888611bb7c98ceefcbf9e84e509ee60a64abdb34572dbb537ecbab34dbd70cd21176179b7ba3734fce167e3985b81805662e1ad30edbeaee6e6a4
-Size (fastfetch-2.53.0.tar.gz) = 1374997 bytes
+BLAKE2s (fastfetch-2.54.0.tar.gz) = b532ff11cd06e1dc02d95a8ee91426740fd00e3d4bd0fbcbec19a0ba4349015c
+SHA512 (fastfetch-2.54.0.tar.gz) = da8fa08efa3a4c800473a78b5b45abffacbd2fb88051cdd45cbfaa396cbcdf2580f0933ea951bdeb1b3bd9f91038162d891cfe6fe04146c9966e133505fe9927
+Size (fastfetch-2.54.0.tar.gz) = 1379634 bytes
Home |
Main Index |
Thread Index |
Old Index