fix fontconfig conf files [release 003.03-2mamba;Sun May 23 2021]
This commit is contained in:
parent
61a5572c43
commit
62459ab250
@ -18,8 +18,7 @@
|
|||||||
|
|
||||||
<!-- Locale-specific overrides -->
|
<!-- Locale-specific overrides -->
|
||||||
<match>
|
<match>
|
||||||
<test name="lang">
|
<test name="lang" compare="contains">
|
||||||
<string>ja-jp</string>
|
|
||||||
<string>ja</string>
|
<string>ja</string>
|
||||||
</test>
|
</test>
|
||||||
<test name="family">
|
<test name="family">
|
||||||
@ -31,8 +30,7 @@
|
|||||||
</match>
|
</match>
|
||||||
<!-- NOTE: just for fallback - ideally better installing ipa-pgothic-fonts -->
|
<!-- NOTE: just for fallback - ideally better installing ipa-pgothic-fonts -->
|
||||||
<match>
|
<match>
|
||||||
<test name="lang">
|
<test name="lang" compare="contains">
|
||||||
<string>ja-jp</string>
|
|
||||||
<string>ja</string>
|
<string>ja</string>
|
||||||
</test>
|
</test>
|
||||||
<test name="family">
|
<test name="family">
|
||||||
@ -42,16 +40,17 @@
|
|||||||
<string>IPAGothic</string>
|
<string>IPAGothic</string>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
<!-- disable hinting -->
|
<!-- enable hinting -->
|
||||||
<!--
|
|
||||||
<match target="font">
|
<match target="font">
|
||||||
<test name="family">
|
<test name="family">
|
||||||
<string>IPAGothic</string>
|
<string>IPAGothic</string>
|
||||||
</test>
|
</test>
|
||||||
<edit name="hinting" mode="assign">
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
-->
|
|
||||||
</fontconfig>
|
</fontconfig>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%define pkgver %(echo %version | tr -d .)
|
%define pkgver %(echo %version | tr -d .)
|
||||||
Name: ipa-gothic-fonts
|
Name: ipa-gothic-fonts
|
||||||
Version: 003.03
|
Version: 003.03
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Japanese Gothic-typeface OpenType font by IPA
|
Summary: Japanese Gothic-typeface OpenType font by IPA
|
||||||
Group: System/Fonts
|
Group: System/Fonts
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -17,7 +17,6 @@ Source2: ipa-pgothic-fonts-fontconfig.conf
|
|||||||
License: IPA
|
License: IPA
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: fonttools
|
|
||||||
BuildRequires: mkfontdir
|
BuildRequires: mkfontdir
|
||||||
BuildRequires: ttmkfdir
|
BuildRequires: ttmkfdir
|
||||||
Provides: ipa-pgothic-fonts
|
Provides: ipa-pgothic-fonts
|
||||||
@ -78,6 +77,9 @@ fi
|
|||||||
%doc Readme_*.txt IPA_Font_License_Agreement_v1.0.txt
|
%doc Readme_*.txt IPA_Font_License_Agreement_v1.0.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 003.03-1mamba
|
||||||
- update to 003.03
|
- update to 003.03
|
||||||
|
|
||||||
|
@ -11,8 +11,7 @@
|
|||||||
|
|
||||||
<!-- Locale-specific overrides -->
|
<!-- Locale-specific overrides -->
|
||||||
<match>
|
<match>
|
||||||
<test name="lang">
|
<test name="lang" compare="contains">
|
||||||
<string>ja-jp</string>
|
|
||||||
<string>ja</string>
|
<string>ja</string>
|
||||||
</test>
|
</test>
|
||||||
<test name="family">
|
<test name="family">
|
||||||
@ -23,8 +22,7 @@
|
|||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
<!-- disable hinting -->
|
<!-- enable autohinting -->
|
||||||
<!--
|
|
||||||
<match target="font">
|
<match target="font">
|
||||||
<test name="family">
|
<test name="family">
|
||||||
<string>IPAPGothic</string>
|
<string>IPAPGothic</string>
|
||||||
@ -32,7 +30,9 @@
|
|||||||
<edit name="hinting" mode="assign">
|
<edit name="hinting" mode="assign">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</edit>
|
</edit>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
-->
|
|
||||||
</fontconfig>
|
</fontconfig>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user