forked from pool/fastfetch
Accepting request 1179399 from utilities
- add pkgconfig(DirectX-Headers) to BuildRequires * This ensures that correect GPU info is shown when used by WSL - update to 2.15.0 Changes: * --bar-border <?bool> has been changed to --bar-border-left <string> and --bar-border-right <string>, which are used for customizing the style of bar border. - --bar-border-left '' --bar-border-right '' can be used to disable the border Features: * Add ability to skip installing license with INSTALL_LICENSE option (CMake) * Make it possible to shorten the theme and icons output (Theme / Icons) * Support -l '?' to show a question mark (Logo) * Add new module CPUCache to display CPU cache sizes (CPUCache) * In --<module>-format, {#keys} and {#title} can be used to reference the color of keys and title * Improve speed of Guix package detection (Packages, Linux) * Assume wm plugins are daemon processes to improve performance (WM, macOS) Bugfixes: * Remove shebangs from completions (#980) * Fix white chars not visible in terminal of light theme (Logo) * Normalize bright colors to fix color display in Apple Terminal (#991, Colors) * Correctly capitalize GNOME (#997, DE, Linux) * Fix segfault on system using turkish language (#995, InitSystem, Linux) * Fix kubuntu detection (#1000, OS, Linux) * Don't display duplicate entries (OS, Linux) OBS-URL: https://build.opensuse.org/request/show/1179399 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=31
This commit is contained in:
commit
ec0f20b760
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1402714b2f8a6b89d68d88937b3ad4a516e293fcc14089907ba191864b0019f
|
||||
size 1083381
|
3
fastfetch-2.15.0.tar.gz
Normal file
3
fastfetch-2.15.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b42392c66eb7292db8b56715a072908b91d72385e6fdeae56fa7653adfc5428d
|
||||
size 1031800
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 19:39:38 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
|
||||
- add pkgconfig(DirectX-Headers) to BuildRequires
|
||||
* This ensures that correect GPU info is shown when used by WSL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 16:55:58 UTC 2024 - RN <R_Nik_C@proton.me>
|
||||
|
||||
- update to 2.15.0
|
||||
Changes:
|
||||
* --bar-border <?bool> has been changed to --bar-border-left <string>
|
||||
and --bar-border-right <string>, which are used for customizing the style of bar border.
|
||||
- --bar-border-left '' --bar-border-right '' can be used to disable the border
|
||||
Features:
|
||||
* Add ability to skip installing license with INSTALL_LICENSE option (CMake)
|
||||
* Make it possible to shorten the theme and icons output (Theme / Icons)
|
||||
* Support -l '?' to show a question mark (Logo)
|
||||
* Add new module CPUCache to display CPU cache sizes (CPUCache)
|
||||
* In --<module>-format, {#keys} and {#title} can be used to reference the color of keys and title
|
||||
* Improve speed of Guix package detection (Packages, Linux)
|
||||
* Assume wm plugins are daemon processes to improve performance (WM, macOS)
|
||||
Bugfixes:
|
||||
* Remove shebangs from completions (#980)
|
||||
* Fix white chars not visible in terminal of light theme (Logo)
|
||||
* Normalize bright colors to fix color display in Apple Terminal (#991, Colors)
|
||||
* Correctly capitalize GNOME (#997, DE, Linux)
|
||||
* Fix segfault on system using turkish language (#995, InitSystem, Linux)
|
||||
* Fix kubuntu detection (#1000, OS, Linux)
|
||||
* Don't display duplicate entries (OS, Linux)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 20:37:37 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fastfetch
|
||||
Version: 2.14.0
|
||||
Version: 2.15.0
|
||||
Release: 0
|
||||
Summary: Neofetch-like tool written mostly in C
|
||||
License: MIT
|
||||
@ -30,6 +30,13 @@ BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: opencl-headers
|
||||
BuildRequires: vulkan-headers
|
||||
# For some reason these don't build on 15.5
|
||||
# Once the 15.6 repo is enabled, check to see if it builds there
|
||||
%if 0%{?suse_version} > 1600
|
||||
%ifarch %{ix86} x86_64
|
||||
BuildRequires: pkgconfig(DirectX-Headers)
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: pkgconfig(ImageMagick)
|
||||
BuildRequires: pkgconfig(chafa)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
@ -85,9 +92,6 @@ Bash command-line completion support for %{name}.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
sed -i "s|\#\!\/usr\/bin\/env bash||g" completions/bash
|
||||
sed -i "s|\#\!\/usr\/bin\/env fish||g" completions/fish
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake_build
|
||||
|
Loading…
Reference in New Issue
Block a user