fix fontconfig conf files [release 003.03-2mamba;Sun May 23 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 23:56:47 +01:00
parent 61a5572c43
commit 62459ab250
3 changed files with 15 additions and 14 deletions

View File

@ -18,8 +18,7 @@
<!-- Locale-specific overrides -->
<match>
<test name="lang">
<string>ja-jp</string>
<test name="lang" compare="contains">
<string>ja</string>
</test>
<test name="family">
@ -31,8 +30,7 @@
</match>
<!-- NOTE: just for fallback - ideally better installing ipa-pgothic-fonts -->
<match>
<test name="lang">
<string>ja-jp</string>
<test name="lang" compare="contains">
<string>ja</string>
</test>
<test name="family">
@ -42,16 +40,17 @@
<string>IPAGothic</string>
</edit>
</match>
<!-- disable hinting -->
<!--
<!-- enable hinting -->
<match target="font">
<test name="family">
<string>IPAGothic</string>
</test>
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>false</bool>
</edit>
</match>
-->
</fontconfig>

View File

@ -2,7 +2,7 @@
%define pkgver %(echo %version | tr -d .)
Name: ipa-gothic-fonts
Version: 003.03
Release: 1mamba
Release: 2mamba
Summary: Japanese Gothic-typeface OpenType font by IPA
Group: System/Fonts
Vendor: openmamba
@ -17,7 +17,6 @@ Source2: ipa-pgothic-fonts-fontconfig.conf
License: IPA
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: fonttools
BuildRequires: mkfontdir
BuildRequires: ttmkfdir
Provides: ipa-pgothic-fonts
@ -78,6 +77,9 @@ fi
%doc Readme_*.txt IPA_Font_License_Agreement_v1.0.txt
%changelog
* Sun May 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 003.03-2mamba
- fix fontconfig conf files
* Thu May 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 003.03-1mamba
- update to 003.03

View File

@ -11,8 +11,7 @@
<!-- Locale-specific overrides -->
<match>
<test name="lang">
<string>ja-jp</string>
<test name="lang" compare="contains">
<string>ja</string>
</test>
<test name="family">
@ -23,8 +22,7 @@
</edit>
</match>
<!-- disable hinting -->
<!--
<!-- enable autohinting -->
<match target="font">
<test name="family">
<string>IPAPGothic</string>
@ -32,7 +30,9 @@
<edit name="hinting" mode="assign">
<bool>false</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
-->
</fontconfig>