rpms/cjkunifonts/devel 25-ttf-arphic-uming-bitmaps.conf, NONE, 1.1 cjkunifonts.spec, 1.8, 1.9

Caius Chance cchance at fedoraproject.org
Mon Sep 29 22:36:21 UTC 2008


Author: cchance

Update of /cvs/pkgs/rpms/cjkunifonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9831

Modified Files:
	cjkunifonts.spec 
Added Files:
	25-ttf-arphic-uming-bitmaps.conf 
Log Message:
* Mon Sep 29 2008 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-2.fc10
- Resolves: rhbz#459680 (qt/kde: font antialiasing was disabled by uming
  fontconfig file.)




--- NEW FILE 25-ttf-arphic-uming-bitmaps.conf ---
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

	<match target="font">
	  <test name="family" compare="eq">
	  <string>AR PL UMing CN</string>
	  <string>AR PL UMing HK</string>
	  <string>AR PL UMing TW</string>
	  <string>AR PL UMing TW MBE</string>
	  </test>
	  <edit name="hinting" mode="assign"><bool>false</bool></edit>
	</match>

</fontconfig>


Index: cjkunifonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cjkunifonts/devel/cjkunifonts.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cjkunifonts.spec	5 Aug 2008 04:48:26 -0000	1.8
+++ cjkunifonts.spec	29 Sep 2008 22:35:50 -0000	1.9
@@ -9,7 +9,7 @@
 
 Name:        cjkunifonts
 Version:     0.2.20080216.1
-Release:     1%{?dist}
+Release:     2%{?dist}
 Summary:     Chinese TrueType Fonts -- Simplified and Traditional Chinese Ming and Kai Face
 License:     Arphic
 Group:       User Interface/X
@@ -23,6 +23,7 @@
 Source6:    cidfmap.zh_CN
 Source7:    CIDFnmap.zh_TW
 Source8:    CIDFnmap.zh_CN
+Source9:    25-ttf-arphic-uming-bitmaps.conf
 
 BuildRequires:    xorg-x11-font-utils, ttmkfdir
 BuildArch:        noarch
@@ -60,6 +61,8 @@
 %prep
 %setup -q -c -T -a1 -n %{name}-uming-%{version}
 %setup -q -c -T -a2 -n %{name}-ukai-%{version}
+# .conf file for unhinting uming is too global power.
+%{__cp} %{SOURCE9} %{_builddir}/%{name}-uming-%{version}/
 
 %build
 %{nil}
@@ -194,8 +197,12 @@
 %{catalogue}/%{name}-ukai
 
 %changelog
+* Mon Sep 29 2008 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-2.fc10
+- Resolves: rhbz#459680 (qt/kde: font antialiasing was disabled by uming 
+  fontconfig file.)
+
 * Tue Aug 05 2008 Caius Chance <cchance at redhat.com> - 0.2.20080216.1-1.fc10
-- Resolves: rhbz#123456 (Update latest release fro upstream.)
+- Resolves: rhbz#457868 (Update latest release fro upstream.)
 
 * Mon Jun 30 2008 Caius Chance <cchance at redhat.com> - 0.1.20060928-6.fc10
 - Refined obsoletes of fonts-chinese to be more ver-rel specific.




More information about the fedora-extras-commits mailing list