commit 542ef55bd3364648c5dbae0dfc9b2e47819362b3 Author: tigro Date: Mon Jun 26 10:32:09 2023 +0300 import changed/i9/archivo-black-fonts-1.0004-2.el9 diff --git a/.archivo-black-fonts.metadata b/.archivo-black-fonts.metadata new file mode 100644 index 0000000..e536c89 --- /dev/null +++ b/.archivo-black-fonts.metadata @@ -0,0 +1 @@ +a211fac35463a3c7e0a7a51d91e83625895510f5 SOURCES/ArchivoBlack-for-Print.zip diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..554d308 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ArchivoBlack-for-Print.zip diff --git a/SOURCES/archivo-black-fontconfig.conf b/SOURCES/archivo-black-fontconfig.conf new file mode 100644 index 0000000..b9cb5e2 --- /dev/null +++ b/SOURCES/archivo-black-fontconfig.conf @@ -0,0 +1,18 @@ + + + + + + Archivo Black + + sans-serif + + + + sans-serif + + Archivo Black + + + + diff --git a/SPECS/archivo-black-fonts.spec b/SPECS/archivo-black-fonts.spec new file mode 100644 index 0000000..ece59dd --- /dev/null +++ b/SPECS/archivo-black-fonts.spec @@ -0,0 +1,52 @@ +%global fontname archivo-black +%global fontconf 64-%{fontname}.conf + +Name: %{fontname}-fonts +Version: 1.0004 +Release: 2%{?dist} +Summary: Grotesque sans-serif typeface derived from Chivo. Black style + +Group: User Interface/X +License: OFL +URL: http://omnibus-type.com/ +Source0: http://omnibus-type.com/download/ArchivoBlack-for-Print.zip +Source1: %{fontname}-fontconfig.conf + +BuildArch: noarch +BuildRequires: fontpackages-devel +Requires: fontpackages-filesystem + +%description +Archivo from Omnibus-Type is a grotesque sans-serif typeface family +derived from Chivo. Black style. + + +%prep +%setup -q -n ArchivoBlack-for-Print + +%build + +%install +install -m 0755 -d %{buildroot}%{_fontdir} +install -m 0644 -p *.ttf %{buildroot}%{_fontdir} + +install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ + %{buildroot}%{_fontconfig_confdir} + +install -m 0644 -p %{SOURCE1} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf} +ln -s %{_fontconfig_templatedir}/%{fontconf} \ + %{buildroot}%{_fontconfig_confdir}/%{fontconf} + +cp -p OFL.txt LICENSE +sed -i 's/\r$//' LICENSE + +%_font_pkg -f %{fontconf} *.ttf +%license LICENSE + +%changelog +* Wed Jan 11 2017 Dawid Zych 1.0004-2 +- Update fontconfig and it's priority. + +* Thu Jan 05 2017 Dawid Zych 1.0004-1 +- Initial packaging.