From bb73181a9d86073fed35eb943154b3dec5852bb4 Mon Sep 17 00:00:00 2001 From: Alexander Ploumistos Date: Jul 21 2015 13:55:01 +0000 Subject: First release --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9a8aa2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/TextFonts.zip +/Textfonts.pdf diff --git a/TextFonts.zip b/TextFonts.zip new file mode 100644 index 0000000..5b832f9 Binary files /dev/null and b/TextFonts.zip differ diff --git a/Textfonts.pdf b/Textfonts.pdf new file mode 100644 index 0000000..1e46ffb Binary files /dev/null and b/Textfonts.pdf differ diff --git a/gdouros-asea-fonts-fontconfig.conf b/gdouros-asea-fonts-fontconfig.conf new file mode 100644 index 0000000..d8d2385 --- /dev/null +++ b/gdouros-asea-fonts-fontconfig.conf @@ -0,0 +1,16 @@ + + + + + serif + + Asea + + + + Asea + + serif + + + diff --git a/gdouros-asea-fonts.spec b/gdouros-asea-fonts.spec new file mode 100644 index 0000000..26fb394 --- /dev/null +++ b/gdouros-asea-fonts.spec @@ -0,0 +1,75 @@ +%global fontname gdouros-asea +%global fontconf 65-%{fontname}.conf + +Name: %{fontname}-fonts +Version: 5.01 +Release: 1%{?dist} +Summary: Asea is an etude on the dominant typeface of Greek typography + +# https://web.archive.org/web/20150625020428/http://users.teilar.gr/~g1951d/ +# "in lieu of a licence: +# Fonts and documents in this site are not pieces of property or merchandise +# items; they carry no trademark, copyright, license or other market tags; +# they are free for any use. George Douros" +License: Public Domain +URL: http://users.teilar.gr/~g1951d/ +Source0: http://users.teilar.gr/~g1951d/TextFonts.zip +Source1: http://users.teilar.gr/~g1951d/Textfonts.pdf +Source2: %{name}-fontconfig.conf +Source3: %{fontname}.metainfo.xml + +BuildArch: noarch +BuildRequires: fontpackages-devel +BuildRequires: libappstream-glib +Requires: fontpackages-filesystem + +%description +Asea is an etude on the dominant typeface of Greek typography. Upright Greek +letters were designed in 1805 by Firmin Didot (1764-1836) and cut by Walfard +and Vibert. The typeface, together with a complete printing house, was donated +in 1821 to the new Greek state by Didot's son, Ambroise Firmin Didot (1790- +1876). + +The font covers the Windows Glyph List, IPA Extensions, Greek Extended, Ancient +Greek Numbers, Byzantine and Ancient Greek Musical Notation, various +typographic extras and several Open Type features (Case-Sensitive Forms, Small +Capitals, Subscript, Superscript, Numerators, Denominators, Fractions, Old +Style Figures, Historical Forms, Stylistic Alternates, Ligatures). + +It was created by George Douros. + +%prep +%setup -q -c +cp -p %{SOURCE1} . + +%build + +%install +rm -f *_hint.ttf +install -m 0755 -d %{buildroot}%{_fontdir} +install -m 0644 -p Asea_*.ttf %{buildroot}%{_fontdir} + +install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ + %{buildroot}%{_fontconfig_confdir} + +install -m 0644 -p %{SOURCE2} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf} +ln -s %{_fontconfig_templatedir}/%{fontconf} \ + %{buildroot}%{_fontconfig_confdir}/%{fontconf} + +install -Dm 0644 -p %{SOURCE3} \ + %{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml + +%check +appstream-util validate-relax --nonet \ + %{buildroot}/%{_datadir}/appdata/%{fontname}.metainfo.xml + + +%_font_pkg -f %{fontconf} Asea_*.ttf +%{_datadir}/appdata/%{fontname}.metainfo.xml +%doc Textfonts.pdf + +%changelog +* Thu May 28 2015 Alexander Ploumistos - 5.01-1 +- First release + diff --git a/gdouros-asea.metainfo.xml b/gdouros-asea.metainfo.xml new file mode 100644 index 0000000..ddc8c1d --- /dev/null +++ b/gdouros-asea.metainfo.xml @@ -0,0 +1,28 @@ + + + + gdouros-asea + CC0-1.0 + Asea + A Greek typeface inspired by Alexander Wilson + +

+ Asea is an etude on the dominant typeface of Greek typography. Upright Greek + letters were designed in 1805 by Firmin Didot (1764-1836) and cut by Walfard + and Vibert. The typeface, together with a complete printing house, was donated + in 1821 to the new Greek state by Didot's son, Ambroise Firmin Didot (1790- + 1876). +

+

+ The font covers the Windows Glyph List, IPA Extensions, Greek Extended, Ancient + Greek Numbers, Byzantine and Ancient Greek Musical Notation, various + typographic extras and several Open Type features (Case-Sensitive Forms, Small + Capitals, Subscript, Superscript, Numerators, Denominators, Fractions, Old + Style Figures, Historical Forms, Stylistic Alternates, Ligatures). + + It was created by George Douros. +

+
+ http://users.teilar.gr/~g1951d/ + alexpl@fedoraproject.org +
\ No newline at end of file diff --git a/sources b/sources new file mode 100644 index 0000000..d10e3ef --- /dev/null +++ b/sources @@ -0,0 +1,2 @@ +21459dd5a047efe1ae6b81041ed2e276 TextFonts.zip +469ccfdd79924d21db02e33263d64134 Textfonts.pdf