Update to 0.5.0-2.
This commit is contained in:
parent
098bdd08a7
commit
0de6cbc69b
@ -3,20 +3,25 @@
|
||||
<fontconfig>
|
||||
<!-- Synthesize Windows Browallia with scaled-down Garuda -->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" mode="eq">
|
||||
<string>BrowalliaUPC</string>
|
||||
<string>Browallia New</string>
|
||||
<test qual="any" name="family" compare="contains">
|
||||
<string>Browallia</string>
|
||||
</test>
|
||||
<edit name="family" mode="assign" binding="same">
|
||||
<edit name="family" mode="append" binding="same">
|
||||
<string>Garuda</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="family" compare="eq">
|
||||
<string>Garuda</string>
|
||||
</test>
|
||||
<test target="pattern" qual="any" name="family" compare="contains">
|
||||
<string>Browallia</string>
|
||||
</test>
|
||||
<edit name="matrix" mode="assign">
|
||||
<times>
|
||||
<name>matrix</name>
|
||||
<matrix><double>0.68</double><double>0</double>
|
||||
<double>0</double><double>0.68</double>
|
||||
</matrix>
|
||||
</times>
|
||||
<matrix>
|
||||
<double>0.68</double><double>0</double>
|
||||
<double>0</double><double>0.68</double>
|
||||
</matrix>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
||||
|
@ -3,20 +3,25 @@
|
||||
<fontconfig>
|
||||
<!-- Synthesize Windows Angsana with scaled-down Kinnari -->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" mode="eq">
|
||||
<string>AngsanaUPC</string>
|
||||
<string>Angsana New</string>
|
||||
<test qual="any" name="family" compare="contains">
|
||||
<string>Angsana</string>
|
||||
</test>
|
||||
<edit name="family" mode="assign" binding="same">
|
||||
<edit name="family" mode="append" binding="same">
|
||||
<string>Kinnari</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="family" compare="eq">
|
||||
<string>Kinnari</string>
|
||||
</test>
|
||||
<test target="pattern" qual="any" name="family" compare="contains">
|
||||
<string>Angsana</string>
|
||||
</test>
|
||||
<edit name="matrix" mode="assign">
|
||||
<times>
|
||||
<name>matrix</name>
|
||||
<matrix><double>0.67</double><double>0</double>
|
||||
<double>0</double><double>0.67</double>
|
||||
</matrix>
|
||||
</times>
|
||||
<matrix>
|
||||
<double>0.67</double><double>0</double>
|
||||
<double>0</double><double>0.67</double>
|
||||
</matrix>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
||||
|
@ -3,20 +3,25 @@
|
||||
<fontconfig>
|
||||
<!-- Synthesize Windows Cordia with scaled-down Umpush -->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" mode="eq">
|
||||
<string>CordiaUPC</string>
|
||||
<string>Cordia New</string>
|
||||
<test qual="any" name="family" compare="contains">
|
||||
<string>Cordia</string>
|
||||
</test>
|
||||
<edit name="family" mode="assign" binding="same">
|
||||
<edit name="family" mode="append" binding="same">
|
||||
<string>Umpush</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="family" compare="eq">
|
||||
<string>Umpush</string>
|
||||
</test>
|
||||
<test target="pattern" qual="any" name="family" compare="contains">
|
||||
<string>Cordia</string>
|
||||
</test>
|
||||
<edit name="matrix" mode="assign">
|
||||
<times>
|
||||
<name>matrix</name>
|
||||
<matrix><double>0.65</double><double>0</double>
|
||||
<double>0</double><double>0.65</double>
|
||||
</matrix>
|
||||
</times>
|
||||
<matrix>
|
||||
<double>0.65</double><double>0</double>
|
||||
<double>0</double><double>0.65</double>
|
||||
</matrix>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 0.5.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Thai TrueType fonts
|
||||
Group: User Interface/X
|
||||
License: GPLv2+
|
||||
@ -268,6 +268,10 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 5 2012 Daiki Ueno <dueno@redhat.com> - 0.5.0-2
|
||||
- fix <test> usage in fontconfig files (Closes: #837538)
|
||||
- refresh fontconfig files with the latest upstream version
|
||||
|
||||
* Wed Feb 15 2012 Daiki Ueno <dueno@redhat.com> - 0.5.0-1
|
||||
- update to 0.5.0
|
||||
- change %%archivename to fonts-tlwg per upstream
|
||||
|
Loading…
Reference in New Issue
Block a user