Accepting request 1179348 from home:RN:branches:utilities
- 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/1179348 OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=75
This commit is contained in:
parent
e121608ffa
commit
47b4c608ff
@ -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,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu May 30 20:37:37 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fastfetch
|
Name: fastfetch
|
||||||
Version: 2.14.0
|
Version: 2.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Neofetch-like tool written mostly in C
|
Summary: Neofetch-like tool written mostly in C
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -85,9 +85,6 @@ Bash command-line completion support for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
sed -i "s|\#\!\/usr\/bin\/env bash||g" completions/bash
|
|
||||||
sed -i "s|\#\!\/usr\/bin\/env fish||g" completions/fish
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user