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:           Sun Feb 23 07:53:47 UTC 2025

Modified Files:
        pkgsrc/sysutils/fastfetch: Makefile distinfo

Log Message:
sysutils/fastfetch: update to 2.37.0

Changes:

    Option --escape-bedrock is removed. The function is always enabled now.

Features:

    Support for Haiku is greatly improved (Haiku)
        CPU, GPU, Disk, Sound, Terminal, Terminal Font, Init System, Battery, Mouse, Keyboard, NetIO, CPU Usage, Physical Disk and OpenGL should work on Haiku now
        SMBIOS related modules (Host, Bios, Board, Chassis, Physical Memory) should work in platforms with legacy BIOS system.
        Support for Gamepad and Bluetooth are WIP.
        Some bugs are found and fixed.
    Remove python-requests dependency in scripts/gen-*.py.
    Add cmake option -DENABLE_EMBEDDED_AMDGPUIDS=BOOL (disabled by default)
        If enabled, fastfetch will embed the newest amdgpu.ids file into fastfetch binary.
    Weather module now honors display.temp.unit option (#1560, Weather)
    Support Physical Memory module in NetBSD (PhysicalMemory, NetBSD)
        Requires root permission
    Improve non-intel CPU detection in NetBSD (#1573, CPU, NetBSD)

Bugfixes:

    Fix building in macOS 10.13 (GPU, macOS)
    Properly round percent values when detecting volume (#1558, Sound)
    Fix Physical Memory module doesn't work in --format json mode
    Add some missing variable inits (GPU, Linux)
    Fix --localip-default-route-only false not working with --gen-config (#1570, LocalIP)

Logo:

    Update Rosa linux
    Add Haiku2


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/fastfetch/Makefile
cvs rdiff -u -r1.13 -r1.14 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.19 pkgsrc/sysutils/fastfetch/Makefile:1.20
--- pkgsrc/sysutils/fastfetch/Makefile:1.19     Tue Feb 18 10:33:22 2025
+++ pkgsrc/sysutils/fastfetch/Makefile  Sun Feb 23 07:53:47 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2025/02/18 10:33:22 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2025/02/23 07:53:47 vins Exp $
 
-DISTNAME=      fastfetch-2.36.1
-PKGREVISION=   5
+DISTNAME=      fastfetch-2.37.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.13 pkgsrc/sysutils/fastfetch/distinfo:1.14
--- pkgsrc/sysutils/fastfetch/distinfo:1.13     Fri Feb 14 13:26:54 2025
+++ pkgsrc/sysutils/fastfetch/distinfo  Sun Feb 23 07:53:47 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2025/02/14 13:26:54 vins Exp $
+$NetBSD: distinfo,v 1.14 2025/02/23 07:53:47 vins Exp $
 
-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
+BLAKE2s (fastfetch-2.37.0.tar.gz) = abfb36bc608a4486b2dc0d07a81007888c1b849d82f5859048abca2175167738
+SHA512 (fastfetch-2.37.0.tar.gz) = a36540cc1a02b0549d717bd3ccd3738b66cf911c81ec3526caab2ee5ee6e9ceeda3b5da9e4e76c08c2223c9e780a5ab257d9a80eb794e6d33e95b0c68becb31d
+Size (fastfetch-2.37.0.tar.gz) = 1185408 bytes
 SHA1 (patch-src_common_color.h) = a452dcb56469578f0e51c46b1f7af079303e7da1
 SHA1 (patch-src_common_option.c) = e7563a636bda0aa909c2fd2ef852bbed3c952949
 SHA1 (patch-src_detection_packages_packages__apple.c) = 3678300a59d8ef989d1848b3685485db3c638038



Home | Main Index | Thread Index | Old Index