Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
fastfetch


Commits:
fa4f4343 by Robin Candau at 2026-06-06T10:57:20+02:00
upgpkg: 2.64.2-2: Add new build / opt dependencies

Also remove the 'PACKAGES_REMOVE_DISABLED' option which is meant for distro 
targeting devices with very limited storage space

See https://github.com/fastfetch-cli/fastfetch/issues/2381

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = fastfetch
        pkgdesc = A feature-rich and performance oriented neofetch like system 
information tool
        pkgver = 2.64.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/fastfetch-cli/fastfetch
        arch = x86_64
        license = MIT
@@ -14,10 +14,14 @@ pkgbase = fastfetch
        makedepends = imagemagick
        makedepends = libglvnd
        makedepends = libpulse
+       makedepends = libva
+       makedepends = libvdpau
        makedepends = libxcb
        makedepends = libxrandr
+       makedepends = lua
        makedepends = ocl-icd
        makedepends = opencl-headers
+       makedepends = quickjs-ng
        makedepends = sqlite
        makedepends = vulkan-headers
        makedepends = vulkan-icd-loader
@@ -37,8 +41,12 @@ pkgbase = fastfetch
        optdepends = libelf: st term font detection and fast path of systemd 
version detection
        optdepends = libglvnd: OpenGL module
        optdepends = libpulse: Sound detection
+       optdepends = libva: Primary backend of hardware-accelerated video codec 
detection
+       optdepends = libvdpau: Fallback backend of hardware-accelerated video 
codec detection
        optdepends = libxrandr: Multi monitor support
+       optdepends = lua: Lua scripting in format section of JSON config
        optdepends = ocl-icd: OpenCL module
+       optdepends = quickjs-ng: JavaScript scripting in format section of JSON 
config
        optdepends = python: Needed for zsh and fish completions
        optdepends = sqlite: Needed for Sqlite integration and Soar packages 
count
        optdepends = vulkan-icd-loader: Vulkan module & fallback for GPU output


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,15 @@
 
 pkgname=fastfetch
 pkgver=2.64.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A feature-rich and performance oriented neofetch like system 
information tool"
 url="https://github.com/fastfetch-cli/fastfetch";
 arch=('x86_64')
 license=('MIT')
 depends=('glibc' 'yyjson')
-makedepends=('chafa' 'cmake' 'dbus' 'dconf' 'ddcutil' 'efl' 'imagemagick' 
'libglvnd' 'libpulse' 'libxcb' 'libxrandr'
-             'ocl-icd' 'opencl-headers' 'sqlite' 'vulkan-headers' 
'vulkan-icd-loader' 'wayland' 'xfconf' 'zlib')
+makedepends=('chafa' 'cmake' 'dbus' 'dconf' 'ddcutil' 'efl' 'imagemagick' 
'libglvnd' 'libpulse'
+             'libva' 'libvdpau' 'libxcb' 'libxrandr' 'lua' 'ocl-icd' 
'opencl-headers' 'quickjs-ng'
+             'sqlite' 'vulkan-headers' 'vulkan-icd-loader' 'wayland' 'xfconf' 
'zlib')
 optdepends=('chafa: Image output as ascii art'
             'dbus: Bluetooth, Player & Media detection'
             'dconf: Needed for values that are only stored in DConf + Fallback 
for GSettings'
@@ -22,8 +23,12 @@ optdepends=('chafa: Image output as ascii art'
             'libelf: st term font detection and fast path of systemd version 
detection'
             'libglvnd: OpenGL module'
             'libpulse: Sound detection'
+            'libva: Primary backend of hardware-accelerated video codec 
detection'
+            'libvdpau: Fallback backend of hardware-accelerated video codec 
detection'
             'libxrandr: Multi monitor support'
+            'lua: Lua scripting in format section of JSON config'
             'ocl-icd: OpenCL module'
+            'quickjs-ng: JavaScript scripting in format section of JSON config'
             'python: Needed for zsh and fish completions'
             'sqlite: Needed for Sqlite integration and Soar packages count'
             'vulkan-icd-loader: Vulkan module & fallback for GPU output'
@@ -57,7 +62,6 @@ build() {
                -DPACKAGES_DISABLE_RPM='ON' \
                -DPACKAGES_DISABLE_SORCERY='ON' \
                -DPACKAGES_DISABLE_XBPS='ON' \
-               -DPACKAGES_REMOVE_DISABLED='ON' \
                -Wno-dev
        cmake --build build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/fa4f434339d020a0ddc024f8bd24248843a391c2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/fa4f434339d020a0ddc024f8bd24248843a391c2
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to