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: Tue Feb 11 17:45:27 UTC 2025
Modified Files:
pkgsrc/sysutils/fastfetch: Makefile distinfo options.mk
pkgsrc/sysutils/fastfetch/files: minimal.jsonc
Removed Files:
pkgsrc/sysutils/fastfetch/patches: patch-CMakeLists.txt
patch-src_detection_sound_sound__bsd.c
Log Message:
sysutils/fastfetch: update to 2.36.1
# changes (since 2.35.0)
2.36.1
A hotfix release to fix a regression introduced in 2.36.0
Changes:
To use the native arm64 runner of Github Action, Linux aarch64 binary is now built
with Ubuntu 22.04 (Glibc 2.35, Debian 12).
Bugfixes:
Chimera Linux logo is now displayed correctly (#1554, Logo)
Regression of 2.36.0
Fix building on Haiku
Logo:
Fix ALT Linux
2.36.0
Bugfixes:
Trim leading slash for login shells (Shell, OpenBSD)
Prefer SOC name if available over CPU name (CPU, Linux)
Features:
Use kernel API to detect sound devices (Sound, NetBSD)
Use sndio for sound server detection on OpenBSD (Sound, OpenBSD)
Add minimal implementation for Haiku (#1538, Haiku)
Support CPU & GPU temperature detection for M4x (CPU / GPU, macOS)
Support VMEM size detection for old Nvidia cards (GPU, Linux)
Use recommendedMaxWorkingSetSize as total GPU mem size (GPU, macOS)
Support Physical core count and CPU package count detection for loongarch (CPU, Linux)
Split ID_LIKE when used for distro matching (#1540, Logo)
Capitalize {type}'s first letter in custom format (#1543, Display)
Support model name detection for s390x (CPU, Linux)
Support more Armbian variants detection (#1547, OS, Linux)
Support the syntax of {$ENV_VAR} in custom format, which will be replaced by the value
of the environment variable ENV_VAR (#1541)
This is another way to pass 3rd-party data to fastfetch besides Custom module.
Improve performance of Tilix version detection (Terminal, Linux)
Logo:
Update arch_old
Add Nexa Linux
Add filotimo
Update some distro names
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/fastfetch/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/fastfetch/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/fastfetch/options.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/fastfetch/files/minimal.jsonc
cvs rdiff -u -r1.4 -r0 pkgsrc/sysutils/fastfetch/patches/patch-CMakeLists.txt \
pkgsrc/sysutils/fastfetch/patches/patch-src_detection_sound_sound__bsd.c
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.13 pkgsrc/sysutils/fastfetch/Makefile:1.14
--- pkgsrc/sysutils/fastfetch/Makefile:1.13 Tue Feb 11 08:48:20 2025
+++ pkgsrc/sysutils/fastfetch/Makefile Tue Feb 11 17:45:26 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/02/11 08:48:20 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/02/11 17:45:26 vins Exp $
-DISTNAME= fastfetch-2.35.0
-PKGREVISION= 1
+DISTNAME= fastfetch-2.36.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=fastfetch-cli/}
GITHUB_TAG= ${PKGVERSION_NOREV}
@@ -16,7 +15,7 @@ USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
# prop_dictionary_keysym_value
-NOT_FOR_PLATFORM+= NetBSD-[0-8]*.*-* NetBSD-9.[01].*-*
+NOT_FOR_PLATFORM+= NetBSD-[0-8].*-* NetBSD-9.[01].*-*
.include "../../mk/bsd.prefs.mk"
Index: pkgsrc/sysutils/fastfetch/distinfo
diff -u pkgsrc/sysutils/fastfetch/distinfo:1.10 pkgsrc/sysutils/fastfetch/distinfo:1.11
--- pkgsrc/sysutils/fastfetch/distinfo:1.10 Sun Jan 26 17:30:20 2025
+++ pkgsrc/sysutils/fastfetch/distinfo Tue Feb 11 17:45:26 2025
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/01/26 17:30:20 vins Exp $
+$NetBSD: distinfo,v 1.11 2025/02/11 17:45:26 vins Exp $
-BLAKE2s (fastfetch-2.35.0.tar.gz) = bfa20ac20bcaff76148936c95ae542414f626fd358a853bcdcf95b946d0bc706
-SHA512 (fastfetch-2.35.0.tar.gz) = c77f0496e7be630b1e19443058e5176c0b361375adeb4a6c2f1e5084c00869f9c939f82e35205c9316f3f81a622124bcc926f409fd0eb9c0ce59be5f5ab086a2
-Size (fastfetch-2.35.0.tar.gz) = 1171386 bytes
-SHA1 (patch-CMakeLists.txt) = 4b3536dc6aff90a42ee6e56beacf0fdc25627944
-SHA1 (patch-src_detection_sound_sound__bsd.c) = a9dee8cddbdb50676b8726314184d339928f9dcb
+BLAKE2s (fastfetch-2.36.1.tar.gz) = 02d2a72f53a6cd0020971823e91b70780e3b20b783053d39c3a38958990e6829
+SHA512 (fastfetch-2.36.1.tar.gz) = 2906b8e6912185a3acdd2b615ff869fa8f44ce0e547ed5529068eb2570ef5c013ed84691e62d613e52f2433595aa4e67859cf89b4116588ba4cb7c7bb7d8bb01
+Size (fastfetch-2.36.1.tar.gz) = 1176932 bytes
Index: pkgsrc/sysutils/fastfetch/options.mk
diff -u pkgsrc/sysutils/fastfetch/options.mk:1.11 pkgsrc/sysutils/fastfetch/options.mk:1.12
--- pkgsrc/sysutils/fastfetch/options.mk:1.11 Sat Jan 25 22:16:08 2025
+++ pkgsrc/sysutils/fastfetch/options.mk Tue Feb 11 17:45:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2025/01/25 22:16:08 vins Exp $
+# $NetBSD: options.mk,v 1.12 2025/02/11 17:45:26 vins Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fastfetch
PKG_OPTIONS_OPTIONAL_GROUPS= server sound
@@ -22,7 +22,6 @@ PKG_SUGGESTED_OPTIONS+= threads
PKG_SUGGESTED_OPTIONS+= opencl
.endif
-PKG_SUGGESTED_OPTIONS.NetBSD+= oss
PKG_SUGGESTED_OPTIONS.SunOS+= pulseaudio
PKG_SUGGESTED_OPTIONS.Linux+= dbus pulseaudio sqlite3
PKG_SUGGESTED_OPTIONS.FreeBSD+= oss sqlite3
Index: pkgsrc/sysutils/fastfetch/files/minimal.jsonc
diff -u pkgsrc/sysutils/fastfetch/files/minimal.jsonc:1.1 pkgsrc/sysutils/fastfetch/files/minimal.jsonc:1.2
--- pkgsrc/sysutils/fastfetch/files/minimal.jsonc:1.1 Sun Jan 19 11:59:51 2025
+++ pkgsrc/sysutils/fastfetch/files/minimal.jsonc Tue Feb 11 17:45:26 2025
@@ -25,7 +25,6 @@
},
{
"type": "packages",
- "format": "{} (pkgsrc)",
"key": "PKG ",
"keyColor": "34",
},
Home |
Main Index |
Thread Index |
Old Index