Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: a43fc430 by Robin Candau at 2024-10-02T10:30:14+02:00 upgpkg: 2.26.1-2: Add python to optional dependencies Required for zsh and fish completions Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/issues/2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = fastfetch pkgdesc = An actively maintained, feature-rich and performance oriented, neofetch like system information tool pkgver = 2.26.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/fastfetch-cli/fastfetch arch = x86_64 license = MIT @@ -31,17 +31,18 @@ pkgbase = fastfetch optdepends = ddcutil: Brightness detection of external displays optdepends = directx-headers: GPU detection in WSL optdepends = glib2: Output for values that are only stored in GSettings + optdepends = hwdata: GPU output optdepends = imagemagick: Image output using sixel or kitty graphics protocol + optdepends = libdrm: Displays detection optdepends = libelf: st term font detection and fast path of systemd version detection optdepends = libpulse: Sound detection - optdepends = mesa: Needed by the OpenGL module for gl context creation. optdepends = libxrandr: Multi monitor support + optdepends = mesa: Needed by the OpenGL module for gl context creation. optdepends = ocl-icd: OpenCL module - optdepends = hwdata: GPU output + optdepends = python: Needed for zsh and fish completions optdepends = vulkan-icd-loader: Vulkan module & fallback for GPU output optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font optdepends = zlib: Faster image output when using kitty graphics protocol - optdepends = libdrm: Displays detection source = fastfetch-2.26.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.26.1.tar.gz sha256sums = 4320d1c304df6880e8c944e6a36340d12a3340477be40b2ead42be308a7fcdaf ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=fastfetch pkgver=2.26.1 -pkgrel=1 +pkgrel=2 pkgdesc="An actively maintained, feature-rich and performance oriented, neofetch like system information tool" arch=('x86_64') url="https://github.com/fastfetch-cli/fastfetch" @@ -44,6 +44,7 @@ optdepends=( 'libxrandr: Multi monitor support' 'mesa: Needed by the OpenGL module for gl context creation.' 'ocl-icd: OpenCL module' + 'python: Needed for zsh and fish completions' 'vulkan-icd-loader: Vulkan module & fallback for GPU output' 'xfconf: Needed for XFWM theme and XFCE Terminal font' 'zlib: Faster image output when using kitty graphics protocol' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/a43fc43094ef06d14227c61a92e4ff1bea0c081c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/a43fc43094ef06d14227c61a92e4ff1bea0c081c You're receiving this email because of your account on gitlab.archlinux.org.
