Accepting request 1127437 from home:uncomfyhalomacro:branches:M17N:fonts
- Update package to version 2111.01: * The brace ligatures in the italic style will no longer look totally hilarious and terrible For previous releases, see: * https://github.com/microsoft/cascadia-code/releases/tag/v2110.31 * https://github.com/microsoft/cascadia-code/releases/tag/v2108.26 * https://github.com/microsoft/cascadia-code/releases/tag/v2106.17 * https://github.com/microsoft/cascadia-code/releases/tag/v2105.24 OBS-URL: https://build.opensuse.org/request/show/1127437 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/saja-cascadia-code-fonts?expand=0&rev=14
This commit is contained in:
parent
8e69be6078
commit
1699750f28
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a64e8834f06ec9acca4a5307cb6cf35922021d4fd0ca19096f8bf6a3e2515ad3
|
|
||||||
size 8666729
|
|
3
CascadiaCode-2111.01.zip
Normal file
3
CascadiaCode-2111.01.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:51fd68176dffb87e2fbc79381aef7f5c9488b58918dee223cd7439b5aa14e712
|
||||||
|
size 24899516
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 18 14:10:04 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Update package to version 2111.01:
|
||||||
|
* The brace ligatures in the italic style will no longer look totally hilarious and terrible
|
||||||
|
|
||||||
|
For previous releases, see:
|
||||||
|
* https://github.com/microsoft/cascadia-code/releases/tag/v2110.31
|
||||||
|
* https://github.com/microsoft/cascadia-code/releases/tag/v2108.26
|
||||||
|
* https://github.com/microsoft/cascadia-code/releases/tag/v2106.17
|
||||||
|
* https://github.com/microsoft/cascadia-code/releases/tag/v2105.24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 8 10:11:08 UTC 2021 - Thomas Schraitle <thomas.schraitle@suse.com> - 2102.25
|
Thu Apr 8 10:11:08 UTC 2021 - Thomas Schraitle <thomas.schraitle@suse.com> - 2102.25
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package saja-cascadia-code-fonts
|
# spec file for package saja-cascadia-code-fonts
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2019 Xu Zhao (i@xuzhao.net).
|
# Copyright (c) 2019 Xu Zhao (i@xuzhao.net).
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -20,15 +20,15 @@
|
|||||||
%define fontname cascadia-code
|
%define fontname cascadia-code
|
||||||
|
|
||||||
Name: saja-cascadia-code-fonts
|
Name: saja-cascadia-code-fonts
|
||||||
Version: 2102.25
|
Version: 2111.01
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Monospace terminal fonts from Microsoft
|
Summary: Monospace terminal fonts from Microsoft
|
||||||
License: OFL-1.1
|
License: OFL-1.1
|
||||||
Group: System/X11/Fonts
|
Group: System/X11/Fonts
|
||||||
URL: https://github.com/microsoft/cascadia-code
|
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
|
Source1: https://raw.githubusercontent.com/microsoft/cascadia-code/main/OFL-FAQ.txt
|
||||||
Source2: OFL-FAQ.txt
|
Source2: https://raw.githubusercontent.com/microsoft/cascadia-code/main/LICENSE
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -38,21 +38,24 @@ BuildArch: noarch
|
|||||||
Cascadia Code is a monospaced font that was designed also with Visual Studio / Visual Studio Code in mind.
|
Cascadia Code is a monospaced font that was designed also with Visual Studio / Visual Studio Code in mind.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ttf
|
%setup -q -c
|
||||||
cp %{SOURCE1} .
|
cp -v %{SOURCE1} .
|
||||||
cp %{SOURCE2} .
|
cp -v %{SOURCE2} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_ttfontsdir}/
|
mkdir -p %{buildroot}%{_ttfontsdir}/static/
|
||||||
install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
|
pushd ttf
|
||||||
|
install -p -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
|
||||||
|
install -p -m 0644 static/*.ttf -t %{buildroot}%{_ttfontsdir}/static/
|
||||||
|
popd
|
||||||
|
|
||||||
%reconfigure_fonts_scriptlets
|
%reconfigure_fonts_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{_ttfontsdir}/
|
%dir %{_ttfontsdir}/
|
||||||
%{_ttfontsdir}/*
|
%{_ttfontsdir}/*
|
||||||
%license OFL-FAQ.txt LICENSE.txt
|
%license LICENSE OFL-FAQ.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user