]> git.pld-linux.org Git - packages/dotnet-gecko-sharp2.git/blame - dotnet-gecko-sharp2-libxul.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/dotnet-gecko-sharp2.git] / dotnet-gecko-sharp2-libxul.patch
CommitLineData
192afcb6
MB
1diff -urN gecko-sharp-2.0-0.13/gtkmozembed/gecko-sharp.dll.config.in gecko-sharp-2.0-0.13.new/gtkmozembed/gecko-sharp.dll.config.in
2--- gecko-sharp-2.0-0.13/gtkmozembed/gecko-sharp.dll.config.in 2008-03-10 21:30:29.000000000 +0100
3+++ gecko-sharp-2.0-0.13.new/gtkmozembed/gecko-sharp.dll.config.in 2008-07-09 17:01:49.000000000 +0200
4@@ -3,5 +3,5 @@
5 <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
6 <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
7 <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
8- <dllmap dll="gtkembedmoz.dll" target="libgtkembedmoz@LIB_PREFIX@@LIB_SUFFIX@"/>
9+ <dllmap dll="gtkembedmoz.dll" target="libxul@LIB_PREFIX@@LIB_SUFFIX@"/>
10 </configuration>
11diff -urN gecko-sharp-2.0-0.13/gtkmozembed/gtkgecko-api.raw gecko-sharp-2.0-0.13.new/gtkmozembed/gtkgecko-api.raw
12--- gecko-sharp-2.0-0.13/gtkmozembed/gtkgecko-api.raw 2008-03-10 21:30:29.000000000 +0100
13+++ gecko-sharp-2.0-0.13.new/gtkmozembed/gtkgecko-api.raw 2008-07-09 17:01:49.000000000 +0200
14@@ -349,6 +349,12 @@
15 <parameter type="const-char*" name="aPath" />
16 </parameters>
17 </method>
18+ <method name="SetPath" cname="gtk_moz_embed_set_path" shared="true">
19+ <return-type type="void" />
20+ <parameters>
21+ <parameter type="const-char*" name="aPath" />
22+ </parameters>
23+ </method>
24 <method name="SetProfilePath" cname="gtk_moz_embed_set_profile_path" shared="true">
25 <return-type type="void" />
26 <parameters>
27diff -urN gecko-sharp-2.0-0.13/gtkmozembed/gtkgecko-api.xml gecko-sharp-2.0-0.13.new/gtkmozembed/gtkgecko-api.xml
28--- gecko-sharp-2.0-0.13/gtkmozembed/gtkgecko-api.xml 2008-03-10 21:30:35.000000000 +0100
29+++ gecko-sharp-2.0-0.13.new/gtkmozembed/gtkgecko-api.xml 2008-07-09 17:01:49.000000000 +0200
30@@ -349,6 +349,12 @@
31 <parameter type="const-char*" name="aPath" />
32 </parameters>
33 </method>
34+ <method name="SetPath" cname="gtk_moz_embed_set_path" shared="true">
35+ <return-type type="void" />
36+ <parameters>
37+ <parameter type="const-char*" name="aPath" />
38+ </parameters>
39+ </method>
40 <method name="SetProfilePath" cname="gtk_moz_embed_set_profile_path" shared="true">
41 <return-type type="void" />
42 <parameters>
43diff -urN gecko-sharp-2.0-0.13/gtkmozembed/WebControl.custom gecko-sharp-2.0-0.13.new/gtkmozembed/WebControl.custom
44--- gecko-sharp-2.0-0.13/gtkmozembed/WebControl.custom 2008-03-10 21:30:29.000000000 +0100
45+++ gecko-sharp-2.0-0.13.new/gtkmozembed/WebControl.custom 2008-07-09 17:02:13.000000000 +0200
46@@ -45,7 +45,7 @@
47 set {
48 compPath = value;
49 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (compPath);
50- gtk_moz_embed_set_comp_path(native_value);
51+ // gtk_moz_embed_set_comp_path(native_value);
52 GLib.Marshaller.Free (native_value);
53 }
54 }
This page took 0.058088 seconds and 4 git commands to generate.