From f0376e5c4e2ffdfbd500b11eef5dc8317cd0b5b0 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: May 11 2005 14:24:46 +0000 Subject: - Fix default font for zh_TW (#154185) --- diff --git a/nautilus-2.10.0-fix-default-font.patch b/nautilus-2.10.0-fix-default-font.patch new file mode 100644 index 0000000..0b6599d --- /dev/null +++ b/nautilus-2.10.0-fix-default-font.patch @@ -0,0 +1,22 @@ +--- 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 @@ + string + Sans 10 + +- Sans 10 ++ Sans 10 + Desktop font + + 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" diff --git a/nautilus.spec b/nautilus.spec index 386cfe3..0cde428 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -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 @@ Patch1: nautilus-2.5.7-rhconfig.patch 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 @@ GNOME desktop project. %patch10 -p0 -b .desktop-memory-saver +%patch20 -p0 -b .fix-default-font + %build libtoolize --force --copy @@ -169,6 +173,9 @@ scrollkeeper-update %{_includedir}/nautilus %changelog +* Wed May 11 2005 David Zeuthen 2.10.0-4 +- Fix default font for zh_TW (#154185) + * Sun Apr 3 2005 David Zeuthen 2.10.0-3 - Include patches for desktop background memory saving (GNOME bug #169347) - Obsoletes: nautilus-media (#153223)