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:           Sat Jun  7 15:51:05 UTC 2025

Modified Files:
        pkgsrc/sysutils/fastfetch: Makefile distinfo

Log Message:
sysutils/fastfetch: update to 2.45.0

# changes

Features:

* Support OnePlus marketing name detection (#1768, Host, Android)
* Recognize additional GPU vendors (GPU, Linux)
* Support CTWM, FVWM and I3 window manager version detection (WM)
* Support KDE version detection on *BSD (DE, FreeBSD)
* Support `"logo": { "type": "command-raw" }` to run a command and
  display its output as logo (#1780, Logo) Useful for displaying custom
  logos generated by other programs such as `pokeget`: `{ "type":
  "command-raw", "source": "pokeget random --hide-name" }` Supported in
  JSONC config file only. `pokeget random --hide-name | fastfetch
  --file-raw -` should be used in shell.
* Acquire SMBIOS information on DragonFly BSD from `/dev/mem`; legacy
  BIOS only (PhysicalMemory, DragonFly)
* Support swap usage detection on DragonFly BSD (Swap, DragonFly)
* Support `--swap-separate` to display detailed swap devices on separate
  lines (Swap)

Bugfixes

* Fix MacBook Air model name (#1779, Host, macOS)
* Don't ignore sshfs mountpoints (#1776, Disk, Linux / FreeBSD)
* Fix dnf package count detection (#1777, Packages, Linux)

Logos:

* Add Starry Linux (#1771)
* Add rhel_small (#1774)
* Update color palette of voidlinux (#1775)
* Add void2
* Update Xenia Linux (#1783)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/fastfetch/Makefile
cvs rdiff -u -r1.19 -r1.20 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.30 pkgsrc/sysutils/fastfetch/Makefile:1.31
--- pkgsrc/sysutils/fastfetch/Makefile:1.30     Fri May 23 17:36:17 2025
+++ pkgsrc/sysutils/fastfetch/Makefile  Sat Jun  7 15:51:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2025/05/23 17:36:17 vins Exp $
+# $NetBSD: Makefile,v 1.31 2025/06/07 15:51:04 vins Exp $
 
-DISTNAME=      fastfetch-2.44.0
+DISTNAME=      fastfetch-2.45.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fastfetch-cli/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
@@ -24,7 +24,7 @@ REPLACE_TOOL_PYTHON+= scripts/gen-pciids
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure
 SUBST_MESSAGE.paths=   Replacing hard-coded paths.
-SUBST_FILES.paths+=    src/detection/packages/packages_obsd.c  \
+SUBST_FILES.paths+=    src/detection/packages/packages_nbsd.c  \
                        src/detection/packages/packages_sunos.c \
                        src/detection/packages/packages_linux.c \
                        src/detection/packages/packages_apple.c \

Index: pkgsrc/sysutils/fastfetch/distinfo
diff -u pkgsrc/sysutils/fastfetch/distinfo:1.19 pkgsrc/sysutils/fastfetch/distinfo:1.20
--- pkgsrc/sysutils/fastfetch/distinfo:1.19     Fri May 23 17:36:17 2025
+++ pkgsrc/sysutils/fastfetch/distinfo  Sat Jun  7 15:51:04 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2025/05/23 17:36:17 vins Exp $
+$NetBSD: distinfo,v 1.20 2025/06/07 15:51:04 vins Exp $
 
-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
+BLAKE2s (fastfetch-2.45.0.tar.gz) = 2e99e557c6952f8e5c59fa2b65bbbbd6bdb9fc0443d137b1bc0d59cefd17bc76
+SHA512 (fastfetch-2.45.0.tar.gz) = a4adef728218e5bcc694d6e2bea0a86b78a24f04a176336a2ad7526673044b7709b0645d521137f9f85f3a1b9ad565ba6fc26c2dbd7e7cd883f9d7658cf5cf37
+Size (fastfetch-2.45.0.tar.gz) = 1307132 bytes
 SHA1 (patch-src_detection_packages_packages__apple.c) = 3678300a59d8ef989d1848b3685485db3c638038



Home | Main Index | Thread Index | Old Index