]> git.pld-linux.org Git - packages/galeon.git/commitdiff
3dbc697e5c0266fec0687a95ce9caa17 galeon-0.11.0.tar.gz
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 30 Jun 2001 21:48:38 +0000 (21:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galeon-gettext.patch -> 1.1
    galeon-mozilla_five_home.patch -> 1.3

galeon-gettext.patch [new file with mode: 0644]
galeon-mozilla_five_home.patch

diff --git a/galeon-gettext.patch b/galeon-gettext.patch
new file mode 100644 (file)
index 0000000..860a63f
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN galeon-0.11.0.org/configure.in galeon-0.11.0/configure.in
+--- galeon-0.11.0.org/configure.in     Sat Jun 30 23:36:43 2001
++++ galeon-0.11.0/configure.in Sat Jun 30 23:39:16 2001
+@@ -297,7 +297,7 @@
+ dnl Add the languages which your application supports here.
+ ALL_LINGUAS="az ca cs da de es et fi fr gl hr hu it ja ko lt nl no pl pt_BR ro ru sk sl sv tr uk zh_TW.Big5 ms"
+-AM_GNOME_GETTEXT
++AM_GNU_GETTEXT
+ dnl Set PACKAGE_LOCALE_DIR in config.h.
+ if test "x${prefix}" = "xNONE"; then
index bc5360fd36c4b4a1c428293555569a64f681a56b..3713159778d2304c061ec34555a055d23dccf0e4 100644 (file)
@@ -1,25 +1,22 @@
-diff -urN galeon-0.10.5.org/src/main.c galeon-0.10.5/src/main.c
---- galeon-0.10.5.org/src/main.c       Mon Apr 30 10:46:08 2001
-+++ galeon-0.10.5/src/main.c   Tue May  1 10:38:48 2001
-@@ -17,7 +17,7 @@
-  */
+diff -urN galeon-0.11.0.org/src/main.c galeon-0.11.0/src/main.c
+--- galeon-0.11.0.org/src/main.c       Sat Jun 30 23:36:45 2001
++++ galeon-0.11.0/src/main.c   Sat Jun 30 23:38:06 2001
+@@ -41,6 +41,7 @@
+ #include <applet-widget.h>
+ #endif
  
- #include "galeon.h"
--
 +#include <stdlib.h>
+ #include <errno.h>
  
  /* local function prototypes */
- static void new_shell (CORBA_ORB orb);
-@@ -124,6 +124,12 @@
-       char **urls = NULL;
-       poptContext ctx;
-       char fullurl[PATH_MAX];
-+
-+      /*
-+       * Setting MOZILLA_FIVE_HOME
-+       */
+@@ -132,6 +133,10 @@
+       gint i, n_urls;
+       gchar **url;
++        /* Setting MOZILLA_FIVE_HOME */
 +      if (getenv("MOZILLA_FIVE_HOME") == NULL)
 +          setenv("MOZILLA_FIVE_HOME", "/usr/X11R6/lib/mozilla/", 1);
-        /* Make stdout line buffered - we only use it for debug info */
++      
+        /* make stdout line buffered - we only use it for debug info */
        setvbuf (stdout, NULL, _IOLBF, 0);
This page took 0.409086 seconds and 4 git commands to generate.