]> git.pld-linux.org Git - packages/xfig.git/blobdiff - xfig-i18n.patch
- updated to 3.2.6a
[packages/xfig.git] / xfig-i18n.patch
index f4025a83ccff5c235c368c4b2c5464c618b9e87d..83bd5b63ddc378a5f1ad2f1e163b9e90a84902ea 100644 (file)
@@ -1,49 +1,15 @@
-diff -urN xfig.3.2.3c.org/Imakefile xfig.3.2.3c/Imakefile
---- xfig.3.2.3c.org/Imakefile  Mon Oct 30 19:51:43 2000
-+++ xfig.3.2.3c/Imakefile      Mon Oct 30 19:52:03 2000
-@@ -104,7 +104,7 @@
- XCOMM If your setlocale() dosen't support the locale, you should
- XCOMM add -DSETLOCALE to I18N_DEFS.
+--- xfig.3.2.6a/app-defaults/Fig.in~   2012-02-16 21:21:34.000000000 +0100
++++ xfig.3.2.6a/app-defaults/Fig.in    2013-10-31 18:22:21.589616162 +0100
+@@ -178,9 +178,9 @@
  
--XCOMM #define I18N
-+#define I18N
- XCOMM If using an input tablet uncomment the following
-diff -urN xfig.3.2.3c.org/main.c xfig.3.2.3c/main.c
---- xfig.3.2.3c.org/main.c     Mon Oct 30 19:51:44 2000
-+++ xfig.3.2.3c/main.c Mon Oct 30 19:54:47 2000
-@@ -631,8 +631,21 @@
-     }
- #ifdef I18N
--    setlocale(LC_ALL, "");
-+    /* don't set LC_ALL here because LC_NUMERIC below won't work. --misiek */
-+    setlocale(LC_COLLATE, "");
-+    setlocale(LC_CTYPE, "");
-+    setlocale(LC_MESSAGES, "");
-+    setlocale(LC_MONETARY, "");
-+    setlocale(LC_TIME, "");
-     setlocale(LC_NUMERIC, "C");
-+#ifdef LC_IDENTIFICATION /* glibc 2.2 */
-+    setlocale(LC_PAPER, "");
-+    setlocale(LC_NAME, "");
-+    setlocale(LC_ADDRESS, "");
-+    setlocale(LC_TELEPHONE, "");
-+    setlocale(LC_MEASUREMENT, "");
-+    setlocale(LC_IDENTIFICATION, "");
-+#endif
-     XtSetLanguageProc(NULL, NULL, NULL);
- #endif  /* I18N */
---- xfig.3.2.3c/Fig.ad.i18n    Thu Aug 24 15:27:35 2000
-+++ xfig.3.2.3c/Fig.ad Thu Aug 24 15:27:35 2000
-@@ -158,7 +158,7 @@
- ! If xfig is compiled with I18N option, you may want to uncomment following line.
+ ! If xfig is compiled with I18N option, you may want to uncomment following lines.
  !
 -!Fig.international: true
+-!Fig.localeEncoding: true
+-!Fig.alwaysUseFontSet: true
 +Fig.international: true
++Fig.localeEncoding: true
++Fig.alwaysUseFontSet: true
  
  ! Note that you shouldn't remove the following "Fig*international: false".  
  ! It must be there to cancel any *international: true that may defined via xrdb.
This page took 0.126615 seconds and 4 git commands to generate.