forked from pool/iosevka-fonts
Accepting request 867472 from home:jengelh:branches:M17N:fonts
- Trim marketing and redundancies from descriptions. Updates to summaries. OBS-URL: https://build.opensuse.org/request/show/867472 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/iosevka-fonts?expand=0&rev=20
This commit is contained in:
parent
aca4d27e6b
commit
b1f6d0e4bb
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 12:42:48 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Trim marketing and redundancies from
|
||||
descriptions. Updates to summaries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 27 10:15:49 UTC 2021 - Lukas Kucharczyk <lukas@home>
|
||||
|
||||
|
@ -15,10 +15,11 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define _buildshell /bin/bash
|
||||
Name: iosevka-fonts
|
||||
Version: 5.0.0
|
||||
Release: 0
|
||||
Summary: Slender typeface for code, from code
|
||||
Summary: Slender typeface for source code
|
||||
License: OFL-1.1
|
||||
Group: System/X11/Fonts
|
||||
URL: https://typeof.net/Iosevka/
|
||||
@ -42,54 +43,53 @@ BuildArch: noarch
|
||||
%reconfigure_fonts_prereq
|
||||
|
||||
%description
|
||||
Iosevka is an open-source, sans-serif + slab-serif, monospace + quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals, and preparing
|
||||
technical documents.
|
||||
Iosevka is a sans-serif + slab-serif, monospace + quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals, and
|
||||
preparing technical documents.
|
||||
|
||||
%package -n iosevka-slab-fonts
|
||||
Summary: Monospace, Slab-serif
|
||||
Summary: Iosevka in monospace slab-serif style
|
||||
|
||||
%description -n iosevka-slab-fonts
|
||||
Iosevka is an open-source, sans-serif + slab-serif, monospace + quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals, and preparing
|
||||
technical documents.
|
||||
Iosevka is a sans-serif + slab-serif, monospace + quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals, and
|
||||
preparing technical documents.
|
||||
|
||||
%package -n iosevka-curly-fonts
|
||||
Summary: Monospace, Curly Style
|
||||
Summary: Iosevka in monospace curly style
|
||||
|
||||
%description -n iosevka-curly-fonts
|
||||
Iosevka is an open-source, sans-serif + slab-serif, monospace + quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals, and preparing
|
||||
technical documents.
|
||||
Iosevka is a sans-serif + slab-serif, monospace + quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals, and
|
||||
preparing technical documents.
|
||||
|
||||
%package -n iosevka-curly-slab-fonts
|
||||
Summary: Monospace, Curly Style, Slab-serif
|
||||
Summary: Iosevka in monospace slab-serif curly style
|
||||
|
||||
%description -n iosevka-curly-slab-fonts
|
||||
Iosevka is an open-source, sans-serif + slab-serif, monospace + quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals, and preparing
|
||||
technical documents.
|
||||
Iosevka is a sans-serif + slab-serif, monospace + quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals, and
|
||||
preparing technical documents.
|
||||
|
||||
%package -n iosevka-aile-fonts
|
||||
Summary: Quasi-proportional, Sans-serif
|
||||
Summary: Iosevka in quasi-proportional sans-serif style
|
||||
|
||||
%description -n iosevka-aile-fonts
|
||||
Iosevka is an open-source, sans-serif + slab-serif, monospace + quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals, and preparing
|
||||
technical documents.
|
||||
Iosevka is a sans-serif + slab-serif, monospace + quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals, and
|
||||
preparing technical documents.
|
||||
|
||||
%package -n iosevka-etoile-fonts
|
||||
Summary: Quasi-proportional, Slab-serif
|
||||
Summary: Iosevka in quasi-proportional slab-serif style
|
||||
|
||||
%description -n iosevka-etoile-fonts
|
||||
Iosevka is an open-source, sans-serif + slab-serif, monospace + quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals, and preparing
|
||||
technical documents.
|
||||
Iosevka is a sans-serif + slab-serif, monospace + quasi‑proportional
|
||||
typeface family, designed for writing code, using in terminals, and
|
||||
preparing technical documents.
|
||||
|
||||
%prep
|
||||
for s in %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5};
|
||||
do
|
||||
unzip $s '*.ttc';
|
||||
for s in %_sourcedir/*.zip; do
|
||||
unzip $s '*.ttc'
|
||||
done
|
||||
cp %{SOURCE6} %{SOURCE7} .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user