- Update to version 2007.01
* The double-equals ligature == has been updated to improve visual clarity * The diacritics on IJacute are no longer malformed * We've introduced a set of compatibility features to improve the rendering of powerline glyphs in legacy GDI applications OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/saja-cascadia-code-fonts?expand=0&rev=6
This commit is contained in:
parent
cbf061a6c0
commit
f9a9b1419b
3
CascadiaCode-2007.01.zip
Normal file
3
CascadiaCode-2007.01.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f066d0d9cb2669bea2e130d7add43d496bf24ef995f42dc603fc2014574a3a4
|
||||
size 3478705
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3d8495e9cdee90d0dbaf60b7db018413e130265dc27e2be7a8db04cf98fddce
|
||||
size 1003060
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 8 04:47:23 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
- Update to version 2007.01
|
||||
* The double-equals ligature == has been updated to improve
|
||||
visual clarity
|
||||
* The diacritics on IJacute are no longer malformed
|
||||
* We've introduced a set of compatibility features to improve
|
||||
the rendering of powerline glyphs in legacy GDI applications
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 16:22:38 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
|
@ -17,29 +17,30 @@
|
||||
#
|
||||
|
||||
|
||||
%define fontname cascadia-code
|
||||
%define fontname cascadia-code
|
||||
|
||||
Name: saja-cascadia-code-fonts
|
||||
Version: 2005.15
|
||||
Version: 2007.01
|
||||
Release: 0
|
||||
Summary: Monospace terminal fonts from Microsoft
|
||||
License: OFL-1.1
|
||||
Group: System/X11/Fonts
|
||||
URL: https://github.com/microsoft/cascadia-code
|
||||
Source0: https://github.com/microsoft/cascadia-code/releases/download/v%{version}/CascadiaCode_%{version}.zip
|
||||
Source0: https://github.com/microsoft/cascadia-code/releases/download/v%{version}/CascadiaCode-%{version}.zip
|
||||
Source1: LICENSE.txt
|
||||
Source2: OFL-FAQ.txt
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: unzip
|
||||
%reconfigure_fonts_prereq
|
||||
BuildArch: noarch
|
||||
%reconfigure_fonts_prereq
|
||||
|
||||
%description
|
||||
Cascadia Code is a monospaced font that was designed also with Visual Studio / Visual Studio Code in mind.
|
||||
|
||||
%prep
|
||||
%setup -q -n otf
|
||||
cp %{S:1} .
|
||||
cp %{S:2} .
|
||||
cp %{SOURCE1} .
|
||||
cp %{SOURCE2} .
|
||||
|
||||
%build
|
||||
|
||||
@ -50,7 +51,6 @@ install -m 0644 *.otf %{buildroot}%{_ttfontsdir}
|
||||
%reconfigure_fonts_scriptlets
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%dir %{_ttfontsdir}/
|
||||
%{_ttfontsdir}/*
|
||||
%license OFL-FAQ.txt LICENSE.txt
|
||||
|
Loading…
Reference in New Issue
Block a user