Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs17:/tmp/cvs-serv22965/main/finkinfo/text

Modified Files:
      Tag: pangocairo-branch
        gcin.info gcin.patch 
Log Message:
use utf8 english by default if LC_* are null

Index: gcin.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/gcin.info,v
retrieving revision 1.2.2.10
retrieving revision 1.2.2.11
diff -u -d -r1.2.2.10 -r1.2.2.11
--- gcin.info   18 Sep 2007 14:43:18 -0000      1.2.2.10
+++ gcin.info   27 Sep 2007 15:23:16 -0000      1.2.2.11
@@ -1,6 +1,6 @@
 Package: gcin
 Version: 1.3.4
-Revision: 2
+Revision: 3
 Patch: %n.patch
 Depends: <<
   x11, gtk+2 (>= 2.12.0-1), glib2-shlibs (>= 2.14.0-1), libiconv, gettext-bin
@@ -52,6 +52,10 @@
  Input method table format of gcin is almost as same as those of xcin and
  scim.
 <<
+DescPackaging: <<
+ Default input method if not specified is zh_TW.Big5, which would be a
+ surprise to 99% of gnome users out there; patched to be en_US.UTF-8. ;)
+<<
 Homepage: http://www.csie.nctu.edu.tw/~cp76/gcin/
 License: GPL
 Maintainer: Andrew Lee <[EMAIL PROTECTED]>

Index: gcin.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/gcin.patch,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- gcin.patch  19 Jun 2007 21:18:10 -0000      1.1.2.2
+++ gcin.patch  27 Sep 2007 15:23:16 -0000      1.1.2.3
@@ -138,3 +138,15 @@
  #endif
    pango_font_description_set_size(desc, 9 * PANGO_SCALE);
  
+diff -uNr gcin-1.3.4/gcin.c gcin-1.3.4-new/gcin.c
+--- gcin-1.3.4/gcin.c  2007-02-26 20:46:43.000000000 -0500
++++ gcin-1.3.4-new/gcin.c      2007-09-27 11:20:25.000000000 -0400
+@@ -436,7 +436,7 @@
+     lc_ctype = lc_all;
+ 
+   if (!lc_ctype)
+-    lc_ctype = "zh_TW.Big5";
++    lc_ctype = "en_US.UTF-8";
+ 
+   char *lc;
+ 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to