Accepting request 1166162 from home:smolsheep:upgrades
- Install license-audit.md and obtain as source. - Fix licenses to those mentioned in upstream's license-audit.md - Update to 3.2.0 * Add Ada icon * Add Astro icon * Add inverse Powerline arrow heads * Add Prettier icon * Update Codicons to 0.0.35 * Update Font Awesome to 6.5.1 * Update Font Logos to 1.2.0 - Update to 3.1.1 * New icons - Add Common Lisp and Scheme icon - Add Fennel icon @Grazfather - Add Neovim icon @georgeguimaraes - Add TOML icon @cpea2506 - Update Font Logos to v1.1.1 * Features - Update Windows icon to Windows 11 - Initial package of Symbols-only Nerd Fonts v3.0.2 for openSUSE. OBS-URL: https://build.opensuse.org/request/show/1166162 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/symbols-only-nerd-fonts?expand=0&rev=5
This commit is contained in:
parent
3a4316be89
commit
a9cd727bb8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dff2d60d3be42105eb71f6f8c959639dd69fb5894b5db0eefa280115a3227d6c
|
||||
size 1548896
|
1691
license-audit.md
Normal file
1691
license-audit.md
Normal file
File diff suppressed because one or more lines are too long
3
symbols-only-nerd-fonts-3.2.0.tar.xz
Normal file
3
symbols-only-nerd-fonts-3.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8223bce8afa2723befd1bfe8b4b59890636b7ddf21130d3759a3aae7996e25d8
|
||||
size 1825000
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 7 01:35:16 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Install license-audit.md and obtain as source.
|
||||
- Fix licenses to those mentioned in upstream's license-audit.md
|
||||
- Update to 3.2.0
|
||||
* Add Ada icon
|
||||
* Add Astro icon
|
||||
* Add inverse Powerline arrow heads
|
||||
* Add Prettier icon
|
||||
* Update Codicons to 0.0.35
|
||||
* Update Font Awesome to 6.5.1
|
||||
* Update Font Logos to 1.2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 17:05:57 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
|
||||
@ -10,6 +24,7 @@ Mon Jan 29 17:05:57 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
- Update Font Logos to v1.1.1
|
||||
* Features
|
||||
- Update Windows icon to Windows 11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 6 04:40:20 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
||||
|
||||
|
@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: symbols-only-nerd-fonts
|
||||
Version: 3.1.1
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: A glyphs-only version of Nerd Fonts
|
||||
License: MIT
|
||||
License: Apache-2.0 AND CC-BY-4.0 AND MIT AND OFL-1.1-no-RFN AND SUSE-Freeware
|
||||
Group: System/X11/Fonts
|
||||
URL: https://github.com/ryanoasis/nerd-fonts
|
||||
Source: https://github.com/ryanoasis/nerd-fonts/releases/download/v%{version}/NerdFontsSymbolsOnly.tar.xz
|
||||
Source: %{url}/releases/download/v%{version}/NerdFontsSymbolsOnly.tar.xz#/%{name}-%{version}.tar.xz
|
||||
Source10: %{url}/blob/v%{version}/license-audit.md
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildArch: noarch
|
||||
%reconfigure_fonts_prereq
|
||||
@ -37,16 +38,18 @@ This package only contains the symbols without including a base font.
|
||||
|
||||
%build
|
||||
|
||||
%check
|
||||
|
||||
%install
|
||||
install -d %{buildroot}%{_ttfontsdir} %{buildroot}%{_docdir}/%{name} %{buildroot}%{_licensedir}/%{name}
|
||||
install -m644 *.ttf %{buildroot}%{_ttfontsdir}
|
||||
install -m644 README.md %{buildroot}%{_docdir}/%{name}
|
||||
install -m644 -t %{buildroot}%{_docdir}/%{name} README.md %{SOURCE10}
|
||||
install -m644 LICENSE %{buildroot}%{_licensedir}/%{name}
|
||||
|
||||
%reconfigure_fonts_scriptlets
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%doc README.md license-audit.md
|
||||
%license LICENSE
|
||||
%{_ttfontsdir}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user