diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:33:45 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:33:45 +0000 |
commit | d61a9338d612132e19f8e234f12f640b468da2cb (patch) | |
tree | 7f3c0cc9bbf9bfc2b2a52f0f270854f230fb0e2d | |
parent | 816028d8d25ab3c0e6c8b984406082cbfaf00d0c (diff) |
automatic import of ht-caladea-fontsopeneuler24.03_LTS
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | 30-0-ht-caladea-fonts.conf | 17 | ||||
-rw-r--r-- | 62-ht-caladea-fonts.conf | 17 | ||||
-rw-r--r-- | ht-caladea-fonts.spec | 77 | ||||
-rw-r--r-- | sources | 1 |
5 files changed, 113 insertions, 0 deletions
@@ -0,0 +1 @@ +/Caladea-336a529cfad3d103d6527752686f8331d13e820a.tar.gz diff --git a/30-0-ht-caladea-fonts.conf b/30-0-ht-caladea-fonts.conf new file mode 100644 index 0000000..e4f31b5 --- /dev/null +++ b/30-0-ht-caladea-fonts.conf @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> +<fontconfig> + <!-- Microsoft --> + <alias binding="same"> + <family>Cambria</family> + <accept> + <family>Caladea</family> + </accept> + </alias> + <alias binding="same"> + <family>Caladea</family> + <default> + <family>Cambria</family> + </default> + </alias> +</fontconfig> diff --git a/62-ht-caladea-fonts.conf b/62-ht-caladea-fonts.conf new file mode 100644 index 0000000..eb2b338 --- /dev/null +++ b/62-ht-caladea-fonts.conf @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> +<fontconfig> + <alias> + <family>serif</family> + <prefer> + <family>Caladea</family> + </prefer> + </alias> + <alias> + <family>Caladea</family> + <default> + <family>serif</family> + </default> + </alias> +</fontconfig> + diff --git a/ht-caladea-fonts.spec b/ht-caladea-fonts.spec new file mode 100644 index 0000000..efacc11 --- /dev/null +++ b/ht-caladea-fonts.spec @@ -0,0 +1,77 @@ +%global forgeurl https://github.com/huertatipografica/Caladea +%global commit 336a529cfad3d103d6527752686f8331d13e820a +Epoch: 1 +Version: 1.001 +%forgemeta + +Release: 6%{?dist} +URL: https://github.com/huertatipografica/Caladea + +%global foundry HT +%global fontlicense OFL +%global fontlicenses OFL.txt +%global fontdocs *txt *md +%global fontdocsex %{fontlicenses} + +%global fontfamily Caladea +%global fontsummary Caladea, a serif font family metric-compatible with Cambria font family +%global fontpkgheader %{expand: +Obsoletes: google-crosextra-caladea-fonts < 1.002-0.15.20130214 +Provides: google-crosextra-caladea-fonts = 1:%{version}-%{release} +} +%global fonts fonts/otf/*otf +%global fontconfs %{SOURCE1} %{SOURCE2} +%global fontdescription %{expand: +Caladea is a free modern, friendly serif font family based on Cambo +(https://fonts.google.com/specimen/Cambo) Designed by Carolina Giovagnoli +and Andrés Torresi for Huerta Tipográfica in 2012. + +Cambo is a modern Latin typeface inspired by the contrast, style and ornaments +of Khmer typefaces and writing styles. Its main objective is to be used to +write Latin texts in a Khmer context, but it is also an elegant choice for all +kinds of texts. + +Caladea is metric-compatible with Cambria font.} + +Source0: %{forgesource} +Source1: 30-0-%{fontpkgname}.conf +Source2: 62-%{fontpkgname}.conf + +%fontpkg + +%prep +%forgesetup +%linuxtext %{fontdocs} %{fontlicenses} +chmod 644 %{fontdocs} %{fontlicenses} + +%build +%fontbuild + +%install +%fontinstall + +%check +%fontcheck + +%fontfiles + +%changelog +* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.001-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.001-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Apr 25 2020 Parag Nemade <pnemade AT redhat DOT com> - 1:1.001-2.20200401git336a529 +- Update the DTD id in fontconfig files + +* Tue Mar 17 2020 Parag Nemade <pnemade AT redhat DOT com> - 1:1.001-1.20200401git336a529 +- Initial Fedora release. +- Rename from google-crosextra-caladea-fonts @@ -0,0 +1 @@ +6cec7803159f59d9723463463e49e660 Caladea-336a529cfad3d103d6527752686f8331d13e820a.tar.gz |