fastfetch optdeps

This commit is contained in:
Евгений Храмов 2024-06-28 15:34:47 +03:00
parent 4c565bc1a4
commit 08880994f5

@ -1,6 +1,6 @@
name='fastfetch' name='fastfetch'
version='2.16.0' version='2.16.0'
release='2' release='3'
desc='Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, MacOS and Windows 7+ are supported.' desc='Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, MacOS and Windows 7+ are supported.'
homepage='https://github.com/fastfetch-cli/fastfetch' homepage='https://github.com/fastfetch-cli/fastfetch'
maintainer="Евгений Храмов <xpamych@yandex.ru>" maintainer="Евгений Храмов <xpamych@yandex.ru>"
@ -13,16 +13,15 @@ opt_deps=('chafa: Image output as ascii art'
'dbus: Bluetooth, Player & Media detection' 'dbus: Bluetooth, Player & Media detection'
'dconf: Needed for values that are only stored in DConf + Fallback for GSettings' 'dconf: Needed for values that are only stored in DConf + Fallback for GSettings'
'ddcutil: Brightness detection of external displays' 'ddcutil: Brightness detection of external displays'
'directx-headers: GPU detection in WSL'
'glib2: Output for values that are only stored in GSettings' 'glib2: Output for values that are only stored in GSettings'
'imagemagick: Image output using sixel or kitty graphics protocol' 'ImageMagick: Image output using sixel or kitty graphics protocol'
'libnm: Wifi detection' 'NetworkManager-libnm: Wifi detection'
'libpulse: Sound detection' 'pulseaudio-libs: Sound detection'
'mesa: Needed by the OpenGL module for gl context creation.' 'mesa-vulkan-drivers: Needed by the OpenGL module for gl context creation.'
'libxrandr: Multi monitor support' 'libXrandr: Multi monitor support'
'ocl-icd: OpenCL module' 'ocl-icd: OpenCL module'
'hwdata: GPU output' 'hwdata: GPU output'
'vulkan-icd-loader: Vulkan module & fallback for GPU output' 'vulkan-loader: Vulkan module & fallback for GPU output'
'xfconf: Needed for XFWM theme and XFCE Terminal font' 'xfconf: Needed for XFWM theme and XFCE Terminal font'
'zlib: Faster image output when using kitty graphics protocol' 'zlib: Faster image output when using kitty graphics protocol'
'libdrm: Displays detection') 'libdrm: Displays detection')
@ -39,7 +38,7 @@ package() {
cd $srcdir/$name-$version cd $srcdir/$name-$version
install-binary ./fastfetch install-binary ./fastfetch
install-license ./LICENSE fastfetch/LICENSE install-license ./LICENSE fastfetch/LICENSE
install-manual ./fastfetch.1 install-manual ./fastfetch.14
./completions/fastfetch.fish completion fish | install-completion fish fastfetch ./completions/fastfetch.fish completion fish | install-completion fish fastfetch
install-completion bash fastfetch <./fastfetch/completions/fastfetch.bash install-completion bash fastfetch <./fastfetch/completions/fastfetch.bash
} }