rpms/nautilus/devel nautilus-2.10.0-fix-default-font.patch, NONE, 1.1 nautilus.spec, 1.67, 1.68

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 11 14:24:48 UTC 2005


Author: davidz

Update of /cvs/dist/rpms/nautilus/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31137

Modified Files:
	nautilus.spec 
Added Files:
	nautilus-2.10.0-fix-default-font.patch 
Log Message:
* Wed May 11 2005 David Zeuthen <davidz at redhat.com> 2.10.0-4
- Fix default font for zh_TW (#154185)



nautilus-2.10.0-fix-default-font.patch:
 libnautilus-private/apps_nautilus_preferences.schemas.in |    2 +-
 po/zh_TW.po                                              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE nautilus-2.10.0-fix-default-font.patch ---
--- libnautilus-private/apps_nautilus_preferences.schemas.in.orig	2005-05-10 14:39:57.000000000 -0400
+++ libnautilus-private/apps_nautilus_preferences.schemas.in	2005-05-10 14:39:45.000000000 -0400
@@ -295,7 +295,7 @@
       <type>string</type>
       <default>Sans 10</default>
       <locale name="C">
-         <default><!-- Translators: please note this can choose the default font and the size. e.g. "Monospace 8". Please do not translate "Sans". In most cases, this should be left alone. -->Sans 10</default>
+         <default><!-- Translators: please note this can choose the size. e.g. "Sans 15". Please do not change "Sans", only change the size if you need to. In most cases, this should be left alone. -->Sans 10</default>
          <short>Desktop font</short>
 	 <long>
 	  The font description used for the icons on the desktop.
--- po/zh_TW.po.orig	2005-05-10 14:27:10.000000000 -0400
+++ po/zh_TW.po	2005-05-10 14:27:30.000000000 -0400
@@ -924,7 +924,7 @@
 #. Translators: please note this can choose the default font and the size. e.g. "Monospace 8". Please do not translate "Sans". In most cases, this should be left alone.
 #: ../libnautilus-private/apps_nautilus_preferences.schemas.in.h:70
 msgid "Sans 10"
-msgstr "AR PL KaitiM Big5 10"
+msgstr "Sans 10"
 
 #: ../libnautilus-private/apps_nautilus_preferences.schemas.in.h:71
 msgid "Show folders first in windows"


Index: nautilus.spec
===================================================================
RCS file: /cvs/dist/rpms/nautilus/devel/nautilus.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- nautilus.spec	3 Apr 2005 19:21:35 -0000	1.67
+++ nautilus.spec	11 May 2005 14:24:46 -0000	1.68
@@ -17,7 +17,7 @@
 Name:		nautilus
 Summary:        Nautilus is a file manager for GNOME.
 Version: 	2.10.0
-Release: 	3
+Release: 	4
 License: 	GPL
 Group:          User Interface/Desktops
 Source: 	ftp://ftp.gnome.org/pub/GNOME/sources/2.7/%{name}/%{name}-%{version}.tar.bz2
@@ -80,6 +80,8 @@
 
 Patch10:        nautilus-2.10.0-desktop-memory-saver.patch
 
+Patch20:        nautilus-2.10.0-fix-default-font.patch
+
 %description
 Nautilus integrates access to files, applications, media,
 Internet-based resources and the Web. Nautilus delivers a dynamic and
@@ -94,6 +96,8 @@
 
 %patch10 -p0 -b .desktop-memory-saver
 
+%patch20 -p0 -b .fix-default-font
+
 %build
 
 libtoolize --force --copy
@@ -169,6 +173,9 @@
 %{_includedir}/nautilus
 
 %changelog
+* Wed May 11 2005 David Zeuthen <davidz at redhat.com> 2.10.0-4
+- Fix default font for zh_TW (#154185)
+
 * Sun Apr  3 2005 David Zeuthen <davidz at redhat.com> 2.10.0-3
 - Include patches for desktop background memory saving (GNOME bug #169347)
 - Obsoletes: nautilus-media (#153223)




More information about the fedora-cvs-commits mailing list