diff --git a/util/misc/fastfetch/actions.py b/util/misc/fastfetch/actions.py new file mode 100644 index 0000000000..610ab22056 --- /dev/null +++ b/util/misc/fastfetch/actions.py @@ -0,0 +1,40 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def build(): + shelltools.system("cmake -B build -S . \ + -DCMAKE_BUILD_TYPE='RelWithDebInfo' \ + -DCMAKE_INSTALL_PREFIX='/usr' \ + -DBUILD_FLASHFETCH='OFF' \ + -DBUILD_TESTS='ON' \ + -DENABLE_SQLITE3='ON' \ + -DENABLE_RPM='OFF' \ + -DENABLE_IMAGEMAGICK6='OFF' \ + -DENABLE_SYSTEM_YYJSON='OFF' \ + -DPACKAGES_DISABLE_APK='ON' \ + -DPACKAGES_DISABLE_DPKG='ON' \ + -DPACKAGES_DISABLE_EMERGE='ON' \ + -DPACKAGES_DISABLE_EOPKG='ON' \ + -DPACKAGES_DISABLE_GUIX='ON' \ + -DPACKAGES_DISABLE_LINGLONG='ON' \ + -DPACKAGES_DISABLE_LPKG='ON' \ + -DPACKAGES_DISABLE_LPKGBUILD='ON' \ + -DPACKAGES_DISABLE_OPKG='ON' \ + -DPACKAGES_DISABLE_PACSTALL='ON' \ + -DPACKAGES_DISABLE_PALUDIS='ON' \ + -DPACKAGES_DISABLE_PKG='ON' \ + -DPACKAGES_DISABLE_PKGTOOL='ON' \ + -DPACKAGES_DISABLE_RPM='ON' \ + -DPACKAGES_DISABLE_SORCERY='ON' \ + -DPACKAGES_DISABLE_XBPS='ON' \ + -Wno-dev") + shelltools.system("cmake --build build") + +def install(): + shelltools.system("DESTDIR=%s cmake --install build" % get.installDIR()) + diff --git a/util/misc/fastfetch/pspec.xml b/util/misc/fastfetch/pspec.xml new file mode 100644 index 0000000000..882a10b78e --- /dev/null +++ b/util/misc/fastfetch/pspec.xml @@ -0,0 +1,75 @@ + + + fastfetch + https://github.com/fastfetch-cli/fastfetch + + Bedirhan Kurt + bedirhan.kurt@outlook.com + + MIT + util.misc + A feature-rich and performance oriented neofetch like system information tool + Fastfetch is a neofetch-like tool for fetching system information and displaying it in a visually appealing way + Özelliklerle dolu ve performans odaklı neofetch tarzı sistem bilgi aracı + Fastfetch sistem bilgisini çekerek görsel olarak çekici bir şekilde göstermeyi amaçlayan bir neofetch tarzı araçtır + + chafa + cmake + dbus-devel + dconf-devel + + imagemagick-devel + libxcb-devel + libXrandr-devel + opencl-icd-devel + sqlite-devel + vulkan-headers + wayland-devel + xfconf-devel + zlib-devel + + https://github.com/fastfetch-cli/fastfetch/archive/2.51.1.tar.gz + + + fastfetch + A feature-rich and performance oriented neofetch like system information tool + Fastfetch is a neofetch-like tool for fetching system information and displaying it in a visually appealing way + Özelliklerle dolu ve performans odaklı neofetch tarzı sistem bilgi aracı + Fastfetch sistem bilgisini çekerek görsel olarak çekici bir şekilde göstermeyi amaçlayan bir neofetch tarzı araçtır + + chafa + dbus + dconf + + glib2 + hwdata + imagemagick + libdrm + elfutils + libXrandr + opencl-icd + python3 + sqlite + xfconf + zlib + + + /usr/bin + /usr/share/bash-completion + /usr/share/fastfetch/presets + /usr/share/fish/vendor_completions.d + /usr/share/licenses/fastfetch + /usr/share/man/man1 + /usr/share/zsh/site-functions + + + + + 2025-08-31 + 2.51.1 + Initial release. + Bedirhan Kurt + bedirhan.kurt@outlook.com + + +