head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.10 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.8 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.6 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.4 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.2 pkgsrc-2025Q1-base:1.2; locks; strict; comment @# @; 1.2 date 2025.02.11.17.45.26; author vins; state Exp; branches; next 1.1; commitid 1CANT435yfJVP4JF; 1.1 date 2025.01.19.11.59.51; author vins; state Exp; branches; next ; commitid kNturN8cRhYCF5GF; desc @@ 1.2 log @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 @ text @{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "type": "small" }, "display": { "separator": " › " }, "modules": [ "break", { "type": "os", "key": "OS ", "keyColor": "31", }, { "type": "memory", "key": "MEM ", "keyColor": "32", }, { "type": "cpu", "key": "CPU ", "keyColor": "33", }, { "type": "packages", "key": "PKG ", "keyColor": "34", }, { "type": "shell", "key": "SH ", "keyColor": "35", }, { "type": "terminal", "key": "TER ", "keyColor": "36", }, { "type": "wm", "key": "WM ", "keyColor": "37", }, "break", ] } @ 1.1 log @sysutils/fastfetch: python required as tool Python is needed at build time for minifying the embedded help dialog, for generating the man page, and for built-in pciids (the latter is still disabled by default). As a consequence, include python as tool in Makefile, and only pull it as full dependency if the 'python' option is enabled. Other changes: * Do not install the LICENSE file. * Explicitely enable pciaccess support. * Standardise link method. * Replace hard-coded paths. * Install custom minimal config. Revision bumped. @ text @a27 1 "format": "{} (pkgsrc)", @