summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-12-26 02:45:40 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-12-26 02:45:40 +0000
commit4e87c75ba3b0b85c970f6e32293acebb437b8c87 (patch)
treec64cf528affa5bb8433e280cd21c93f1424a9c03 /net-www/galeon/files
parentInitial revision. (diff)
downloadgentoo-2-4e87c75ba3b0b85c970f6e32293acebb437b8c87.tar.gz
gentoo-2-4e87c75ba3b0b85c970f6e32293acebb437b8c87.tar.bz2
gentoo-2-4e87c75ba3b0b85c970f6e32293acebb437b8c87.zip
add utf8 support for google smart bookmark
Diffstat (limited to 'net-www/galeon/files')
-rw-r--r--net-www/galeon/files/digest-galeon-1.2.7-r11
-rw-r--r--net-www/galeon/files/galeon-1.2.7-google-UTF8.patch39
2 files changed, 40 insertions, 0 deletions
diff --git a/net-www/galeon/files/digest-galeon-1.2.7-r1 b/net-www/galeon/files/digest-galeon-1.2.7-r1
new file mode 100644
index 000000000000..99045e50a579
--- /dev/null
+++ b/net-www/galeon/files/digest-galeon-1.2.7-r1
@@ -0,0 +1 @@
+MD5 2408b7e6b1a2a2655f6720b41a391f4b galeon-1.2.7.tar.gz 4054986
diff --git a/net-www/galeon/files/galeon-1.2.7-google-UTF8.patch b/net-www/galeon/files/galeon-1.2.7-google-UTF8.patch
new file mode 100644
index 000000000000..1a09d0436197
--- /dev/null
+++ b/net-www/galeon/files/galeon-1.2.7-google-UTF8.patch
@@ -0,0 +1,39 @@
+--- galeon-1.2.7/src/mozilla_prefs.c.orig 2002-12-26 04:05:23.000000000 +0200
++++ galeon-1.2.7/src/mozilla_prefs.c 2002-12-26 04:06:39.000000000 +0200
+@@ -54,7 +54,7 @@
+ FALSE);
+
+ /* set default search engine */
+- mozilla_preference_set ("keyword.URL",_("http://www.google.com/search?q="));
++ mozilla_preference_set ("keyword.URL",_("http://www.google.com/search?ie=UTF-8&oe=UTF-8&q="));
+ mozilla_preference_set_boolean ("keyword.enabled", TRUE);
+ mozilla_preference_set_boolean ("security.checkloaduri", FALSE);
+
+--- galeon-1.2.7/src/newuser_callbacks.c.orig 2002-12-26 04:05:31.000000000 +0200
++++ galeon-1.2.7/src/newuser_callbacks.c 2002-12-26 04:08:04.000000000 +0200
+@@ -230,14 +230,14 @@
+ * the google homepage I think -- MattA) */
+ add_smart (toolbar, "Google", "google",
+ "http://www.google.com",
+- _("http://www.google.com/search?q=%s"),
++ _("http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"),
+ SHARE_DIR "/google.png", NULL);
+ }
+ if (google_groups_checked)
+ {
+ add_smart (toolbar, "Usenet", "news",
+ "http://groups.google.com",
+- "http://groups.google.com/groups?q=%s"
++ "http://groups.google.com/groups?ie=UTF-8&oe=UTF-8&q=%s"
+ "&meta=site%3Dgroups",
+ SHARE_DIR "/google_groups.png", NULL);
+ }
+@@ -245,7 +245,7 @@
+ {
+ add_smart (toolbar, "Images", "img",
+ "http://images.google.com",
+- "http://images.google.com/images?q=%s",
++ "http://images.google.com/images?ie=UTF-8&oe=UTF-8&q=%s",
+ SHARE_DIR "/google_images.png", NULL);
+ }
+ if (dictionary_checked)