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:
Jan Engelhardt 2023-11-18 15:39:56 +00:00 committed by Git OBS Bridge
parent 8e69be6078
commit 1699750f28
5 changed files with 28 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a64e8834f06ec9acca4a5307cb6cf35922021d4fd0ca19096f8bf6a3e2515ad3
size 8666729

3
CascadiaCode-2111.01.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51fd68176dffb87e2fbc79381aef7f5c9488b58918dee223cd7439b5aa14e712
size 24899516

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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).
#
# All modifications and additions to the file contributed by third parties
@ -20,15 +20,15 @@
%define fontname cascadia-code
Name: saja-cascadia-code-fonts
Version: 2102.25
Version: 2111.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
Source1: LICENSE.txt
Source2: OFL-FAQ.txt
Source1: https://raw.githubusercontent.com/microsoft/cascadia-code/main/OFL-FAQ.txt
Source2: https://raw.githubusercontent.com/microsoft/cascadia-code/main/LICENSE
BuildRequires: fontpackages-devel
BuildRequires: unzip
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.
%prep
%setup -q -n ttf
cp %{SOURCE1} .
cp %{SOURCE2} .
%setup -q -c
cp -v %{SOURCE1} .
cp -v %{SOURCE2} .
%build
%install
mkdir -p %{buildroot}%{_ttfontsdir}/
install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
mkdir -p %{buildroot}%{_ttfontsdir}/static/
pushd ttf
install -p -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
install -p -m 0644 static/*.ttf -t %{buildroot}%{_ttfontsdir}/static/
popd
%reconfigure_fonts_scriptlets
%files
%dir %{_ttfontsdir}/
%{_ttfontsdir}/*
%license OFL-FAQ.txt LICENSE.txt
%license LICENSE OFL-FAQ.txt
%changelog