2022-12-08 08:51:53 +01:00
|
|
|
#
|
|
|
|
# spec file for package fastfetch
|
|
|
|
#
|
2024-01-28 11:17:36 +01:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2022-12-08 08:51:53 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: fastfetch
|
- update to 2.11.3:
* Features:
- Add cmake option CUSTOM_AMDGPU_IDS_PATH for specifying custom path of amdgpu.ids
* Bugfixes:
- Fix hanging when detecting disconnected network drive (Disk, Windows)
- Ensure line ending is printed when printing image logo errors (Logo)
- Revert image logo limitation change in 2.11.2; allow image logo in SSH session and tmux again (#861, Logo)
- Fix doubled output in custom formation (PhysicalDisk, Windows)
- changes that are from 2.11.2:
* Changes:
- Error messages when trying to print image logo will only be printed with --show-errors
- When generating JSON output, fastfetch will generate an empty array when no result is detected, instead of an error.
* Bugfixes:
- Fix segfault in Debian 11 and some old kernels. Regression introduced in 2.11.0 (#845, GPU, Linux)
- Don't try detecting version of raw sh shell (#849, Shell, Linux)
- Trim \r on Windows
* Features:
- Check xdg state home for nix user packages (#837, Packages, Linux)
- Disable image logos in ssh and tmux sessions (#839)
- Support MX Linux distro detection (#847, OS, Linux)
* Logo:
- Add KernelOS
- Fix name of DraugerOS
- Add missing FF_LOGO_LINE_TYPE_SMALL_BIT flags
- Add MX2
- changes that are from 2.11.2:
* Bugfixes:
- Fix uninitialized variables which can cause crashes (#760 #838, Battery, Android)
- Don't detect hyfetch as shell when used as backend of hyfetch
- Fix incorrect information in man page (#828)
OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=66
2024-05-05 09:46:37 +02:00
|
|
|
Version: 2.11.3
|
2022-12-08 08:51:53 +01:00
|
|
|
Release: 0
|
2024-02-12 18:24:10 +01:00
|
|
|
Summary: Neofetch-like tool written mostly in C
|
2022-12-08 08:51:53 +01:00
|
|
|
License: MIT
|
|
|
|
Group: Productivity/Text/Utilities
|
2024-02-12 18:24:10 +01:00
|
|
|
URL: https://github.com/fastfetch-cli/fastfetch
|
|
|
|
Source: https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
2022-12-08 08:51:53 +01:00
|
|
|
BuildRequires: Mesa-devel
|
|
|
|
BuildRequires: cmake
|
2023-10-30 08:43:53 +01:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
2023-01-23 16:36:04 +01:00
|
|
|
BuildRequires: opencl-headers
|
2022-12-08 08:51:53 +01:00
|
|
|
BuildRequires: vulkan-headers
|
|
|
|
BuildRequires: pkgconfig(ImageMagick)
|
|
|
|
BuildRequires: pkgconfig(chafa)
|
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
|
|
BuildRequires: pkgconfig(libxfconf-0)
|
|
|
|
BuildRequires: pkgconfig(ocl-icd)
|
|
|
|
BuildRequires: pkgconfig(rpm)
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
|
|
BuildRequires: pkgconfig(vulkan)
|
|
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
BuildRequires: pkgconfig(xcb)
|
|
|
|
BuildRequires: pkgconfig(xrandr)
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
|
|
|
Recommends: ImageMagick
|
|
|
|
Recommends: Mesa
|
|
|
|
Recommends: chafa
|
|
|
|
Recommends: dbus-1
|
|
|
|
Recommends: dconf
|
|
|
|
Recommends: glib2-tools
|
|
|
|
Recommends: pciutils
|
|
|
|
Recommends: rpm
|
|
|
|
Recommends: sqlite3
|
|
|
|
Recommends: vulkan-tools
|
|
|
|
Recommends: xfconf
|
|
|
|
Recommends: xrandr
|
|
|
|
Recommends: zlib
|
|
|
|
|
|
|
|
%description
|
2023-11-22 06:12:16 +01:00
|
|
|
Fastfetch is a neofetch-like tool for fetching system information and
|
2024-02-12 18:24:10 +01:00
|
|
|
displaying them in a pretty way. It is written mainly in C, with performance and
|
2023-11-22 06:12:16 +01:00
|
|
|
customizability in mind. Currently Linux, Android, FreeBSD,
|
2022-12-08 08:51:53 +01:00
|
|
|
MacOS and Windows 7+ are supported.
|
|
|
|
|
2023-12-23 09:24:18 +01:00
|
|
|
%package fish-completion
|
|
|
|
Summary: Fish Completion for %{name}
|
|
|
|
Group: System/Shells
|
|
|
|
Supplements: (%{name} and fish)
|
|
|
|
Requires: fish
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description fish-completion
|
|
|
|
Fish command-line completion support for %{name}.
|
|
|
|
|
|
|
|
%package bash-completion
|
|
|
|
Summary: Bash Completion for %{name}
|
|
|
|
Group: System/Shells
|
|
|
|
Supplements: (%{name} and bash-completion)
|
|
|
|
Requires: bash-completion
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description bash-completion
|
|
|
|
Bash command-line completion support for %{name}.
|
|
|
|
|
2022-12-08 08:51:53 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
sed -i "s|\#\!\/usr\/bin\/env bash||g" completions/bash
|
2023-12-23 09:33:13 +01:00
|
|
|
sed -i "s|\#\!\/usr\/bin\/env fish||g" completions/fish
|
2022-12-08 08:51:53 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
%{_bindir}/flashfetch
|
|
|
|
%{_bindir}/%{name}
|
2023-12-23 09:27:21 +01:00
|
|
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
2022-12-08 08:51:53 +01:00
|
|
|
%{_datadir}/%{name}/
|
2023-12-23 09:24:18 +01:00
|
|
|
|
|
|
|
%files bash-completion
|
|
|
|
%dir %{_datadir}/bash-completion
|
|
|
|
%dir %{_datadir}/bash-completion/completions
|
|
|
|
%{_datadir}/bash-completion/completions/fastfetch
|
|
|
|
|
|
|
|
%files fish-completion
|
|
|
|
%dir %{_datadir}/fish
|
|
|
|
%dir %{_datadir}/fish/vendor_completions.d
|
|
|
|
%{_datadir}/fish/vendor_completions.d/fastfetch.fish
|
2022-12-08 08:51:53 +01:00
|
|
|
|
|
|
|
%changelog
|