Accepting request 1087684 from utilities
- Move configuration files based on openSUSE distribution. - Update to version 1.11.0: * Support linuxbrew * Support foot terminal * Support cursor size detection on Windows * Support cursor detection on macOS * Support display name, display type and decimal refresh rate detection * Support --display-compact-type to display multiple resolutions in one line * Support flatpak-user * Support --gpu-force-vulkan to force using vulkan to detect GPUs, which support video memory usage detection with --allow-slow-operations * Fix date time format * Fix compiling with musl * Don't exit if libpci is failed to init * Names of most well-known gamepads are correctly printed instead of Wireless Controller on Windows * Small update for nobara logo OBS-URL: https://build.opensuse.org/request/show/1087684 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=5
This commit is contained in:
commit
a6438693f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55385feb4f4d7c16b3e8555afb20b030f3dbf446e225b09f1dcae163702225b6
|
||||
size 528112
|
3
fastfetch-1.11.0.tar.gz
Normal file
3
fastfetch-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:900b3c19f56fca59fd90ae2a033f40fec00185f2a0078dabdcc13a27635dd989
|
||||
size 531745
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 14:34:44 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Move configuration files based on openSUSE distribution.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 14:13:18 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Update to version 1.11.0:
|
||||
* Support linuxbrew
|
||||
* Support foot terminal
|
||||
* Support cursor size detection on Windows
|
||||
* Support cursor detection on macOS
|
||||
* Support display name, display type and decimal refresh rate detection
|
||||
* Support --display-compact-type to display multiple resolutions in one line
|
||||
* Support flatpak-user
|
||||
* Support --gpu-force-vulkan to force using vulkan to detect GPUs, which support video memory usage detection with --allow-slow-operations
|
||||
* Fix date time format
|
||||
* Fix compiling with musl
|
||||
* Don't exit if libpci is failed to init
|
||||
* Names of most well-known gamepads are correctly printed instead of Wireless Controller on Windows
|
||||
* Small update for nobara logo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 4 01:55:25 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fastfetch
|
||||
Version: 1.10.3
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
Summary: Neofetch-like tool written in C
|
||||
License: MIT
|
||||
@ -75,10 +75,22 @@ sed -i "s|\#\!\/usr\/bin\/env bash||g" completions/bash
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md CHANGELOG.md
|
||||
|
||||
%{_bindir}/flashfetch
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%if 0%{?suse_version} > 1500
|
||||
|
||||
%dir %_distconfdir/%{name}
|
||||
%_distconfdir/%{name}/config.conf
|
||||
|
||||
%else
|
||||
|
||||
%dir %{_sysconfdir}/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/config.conf
|
||||
|
||||
%endif
|
||||
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/bash-completion/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user