rpms/VLGothic-fonts/devel 30-VLGothic.conf, 1.1, 1.2 VLGothic-fonts.spec, 1.2, 1.3

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Thu Dec 14 00:00:42 UTC 2006


Author: ryo

Update of /cvs/extras/rpms/VLGothic-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10718

Modified Files:
	30-VLGothic.conf VLGothic-fonts.spec 
Log Message:
Decrease the priority of VLGothic fonts


Index: 30-VLGothic.conf
===================================================================
RCS file: /cvs/extras/rpms/VLGothic-fonts/devel/30-VLGothic.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 30-VLGothic.conf	23 Nov 2006 00:10:23 -0000	1.1
+++ 30-VLGothic.conf	14 Dec 2006 00:00:12 -0000	1.2
@@ -18,28 +18,40 @@
             <bool>false</bool>
         </edit>
     </match>
-    
+
+    <match target="pattern">
+        <test name="family">
+            <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend" binding="weak">
+            <string>VL Gothic</string>
+        </edit>
+    </match>
+
     <match target="pattern">
-        <test name="lang" compare="contains">
-            <string>ja</string>
-            <string>en</string>
+        <test name="family">
+            <string>monospace</string>
         </test>
-        <edit name="lang" mode="assign_replace">
-            <string>en</string>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>DejaVu Sans Mono</string>
         </edit>
     </match>
-    
-    <alias>
-        <family>monospace</family>
-        <prefer>
-            <family>VL Gothic</family>
-        </prefer>
-    </alias>
 
-    <alias>
-        <family>sans-serif</family>
-        <prefer>
-            <family>VL PGothic</family>
-        </prefer>
-    </alias>
+    <match target="pattern">
+        <test name="family">
+            <string>sans-serif</string>
+        </test>
+        <edit name="family" mode="prepend" binding="weak">
+            <string>VL PGothic</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="family">
+            <string>sans-serif</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>DejaVu Sans</string>
+        </edit>
+    </match>
 </fontconfig>


Index: VLGothic-fonts.spec
===================================================================
RCS file: /cvs/extras/rpms/VLGothic-fonts/devel/VLGothic-fonts.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VLGothic-fonts.spec	28 Nov 2006 23:03:30 -0000	1.2
+++ VLGothic-fonts.spec	14 Dec 2006 00:00:12 -0000	1.3
@@ -1,6 +1,6 @@
 Name: VLGothic-fonts
 Version: 20061026
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: VLGothic the Japanese TrueType font
 
 License: Distributable
@@ -46,11 +46,15 @@
 %doc README* LICENSE*
 %dir %{_datadir}/fonts/japanese/
 %dir %{_datadir}/fonts/japanese/TrueType
-%config(noreplace) %{_sysconfdir}/fonts/conf.d/30-VLGothic.conf
+%config %{_sysconfdir}/fonts/conf.d/30-VLGothic.conf
 %{_datadir}/fonts/japanese/TrueType/*.ttf
 
 
 %changelog
+* Sun Dec 10 2006 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 20061026-5
+- Decrease the priority of the VLGothic fonts lower than DejaVu fonts.
+- Now config files are replaced by every updating.
+
 * Wed Nov 29 2006 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 20061026-4
 - Fix the misstyped dist tag.
 




More information about the fedora-extras-commits mailing list