Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/gecko-sharp/files: gecko-sharp-0.13-xulrunner.patch
Date: Sun, 23 Nov 2008 15:31:19
Message-Id: E1L4Gvc-0007pU-33@stork.gentoo.org
1 loki_val 08/11/23 15:31:16
2
3 Added: gecko-sharp-0.13-xulrunner.patch
4 Log:
5 Bump, bug 229955, bug 227205 and bug 177400.
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc4 x86_64)
7
8 Revision Changes Path
9 1.1 dev-dotnet/gecko-sharp/files/gecko-sharp-0.13-xulrunner.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gecko-sharp/files/gecko-sharp-0.13-xulrunner.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gecko-sharp/files/gecko-sharp-0.13-xulrunner.patch?rev=1.1&content-type=text/plain
13
14 Index: gecko-sharp-0.13-xulrunner.patch
15 ===================================================================
16 diff -up gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw.xl gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw
17 --- gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw.xl 2006-12-22 20:57:47.000000000 +0100
18 +++ gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw 2007-11-27 15:54:41.000000000 +0100
19 @@ -349,6 +349,12 @@
20 <parameter type="const-char*" name="aPath" />
21 </parameters>
22 </method>
23 + <method name="SetPath" cname="gtk_moz_embed_set_path" shared="true">
24 + <return-type type="void" />
25 + <parameters>
26 + <parameter type="const-char*" name="aPath" />
27 + </parameters>
28 + </method>
29 <method name="SetProfilePath" cname="gtk_moz_embed_set_profile_path" shared="true">
30 <return-type type="void" />
31 <parameters>
32 diff -up gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml.xl gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml
33 --- gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml.xl 2006-12-22 20:57:54.000000000 +0100
34 +++ gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml 2007-11-27 15:54:41.000000000 +0100
35 @@ -349,6 +349,12 @@
36 <parameter type="const-char*" name="aPath" />
37 </parameters>
38 </method>
39 + <method name="SetPath" cname="gtk_moz_embed_set_path" shared="true">
40 + <return-type type="void" />
41 + <parameters>
42 + <parameter type="const-char*" name="aPath" />
43 + </parameters>
44 + </method>
45 <method name="SetProfilePath" cname="gtk_moz_embed_set_profile_path" shared="true">
46 <return-type type="void" />
47 <parameters>
48 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
49 --- gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in.xl 2006-12-22 20:57:47.000000000 +0100
50 +++ gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in 2007-11-27 16:05:02.000000000 +0100
51 @@ -3,5 +3,5 @@
52 <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
53 <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
54 <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
55 - <dllmap dll="gtkembedmoz.dll" target="libgtkembedmoz@LIB_PREFIX@@LIB_SUFFIX@"/>
56 + <dllmap dll="gtkembedmoz.dll" target="libxul@LIB_PREFIX@@LIB_SUFFIX@"/>
57 </configuration>