diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-23 15:31:16 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-23 15:31:16 +0000 |
commit | 122125e7dc43806c0680bb8dc739b099b1c54d83 (patch) | |
tree | c08e2ad887cac159ae46cb1feb7664893e96bbf5 /dev-dotnet/gecko-sharp/files | |
parent | 2.8.3.1 version bump with many changes for bug 245752. Thanks to Jason (diff) | |
download | gentoo-2-122125e7dc43806c0680bb8dc739b099b1c54d83.tar.gz gentoo-2-122125e7dc43806c0680bb8dc739b099b1c54d83.tar.bz2 gentoo-2-122125e7dc43806c0680bb8dc739b099b1c54d83.zip |
Bump, bug 229955, bug 227205 and bug 177400.
(Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc4 x86_64)
Diffstat (limited to 'dev-dotnet/gecko-sharp/files')
-rw-r--r-- | dev-dotnet/gecko-sharp/files/gecko-sharp-0.13-xulrunner.patch | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/dev-dotnet/gecko-sharp/files/gecko-sharp-0.13-xulrunner.patch b/dev-dotnet/gecko-sharp/files/gecko-sharp-0.13-xulrunner.patch new file mode 100644 index 000000000000..5d19fea72da2 --- /dev/null +++ b/dev-dotnet/gecko-sharp/files/gecko-sharp-0.13-xulrunner.patch @@ -0,0 +1,42 @@ +diff -up gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw.xl gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw +--- gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw.xl 2006-12-22 20:57:47.000000000 +0100 ++++ gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw 2007-11-27 15:54:41.000000000 +0100 +@@ -349,6 +349,12 @@ + <parameter type="const-char*" name="aPath" /> + </parameters> + </method> ++ <method name="SetPath" cname="gtk_moz_embed_set_path" shared="true"> ++ <return-type type="void" /> ++ <parameters> ++ <parameter type="const-char*" name="aPath" /> ++ </parameters> ++ </method> + <method name="SetProfilePath" cname="gtk_moz_embed_set_profile_path" shared="true"> + <return-type type="void" /> + <parameters> +diff -up gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml.xl gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml +--- gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml.xl 2006-12-22 20:57:54.000000000 +0100 ++++ gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml 2007-11-27 15:54:41.000000000 +0100 +@@ -349,6 +349,12 @@ + <parameter type="const-char*" name="aPath" /> + </parameters> + </method> ++ <method name="SetPath" cname="gtk_moz_embed_set_path" shared="true"> ++ <return-type type="void" /> ++ <parameters> ++ <parameter type="const-char*" name="aPath" /> ++ </parameters> ++ </method> + <method name="SetProfilePath" cname="gtk_moz_embed_set_profile_path" shared="true"> + <return-type type="void" /> + <parameters> +diff -up gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in.xl gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in +--- gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in.xl 2006-12-22 20:57:47.000000000 +0100 ++++ gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in 2007-11-27 16:05:02.000000000 +0100 +@@ -3,5 +3,5 @@ + <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/> + <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0@LIB_PREFIX@.0@LIB_SUFFIX@"/> + <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/> +- <dllmap dll="gtkembedmoz.dll" target="libgtkembedmoz@LIB_PREFIX@@LIB_SUFFIX@"/> ++ <dllmap dll="gtkembedmoz.dll" target="libxul@LIB_PREFIX@@LIB_SUFFIX@"/> + </configuration> |