Author: megabajt                     Date: Tue Jul  8 22:16:16 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build with xulrunner 1.9

---- Files affected:
SOURCES:
   python-gnome-extras-xulrunner.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/python-gnome-extras-xulrunner.patch
diff -u /dev/null SOURCES/python-gnome-extras-xulrunner.patch:1.1
--- /dev/null   Wed Jul  9 00:16:17 2008
+++ SOURCES/python-gnome-extras-xulrunner.patch Wed Jul  9 00:16:11 2008
@@ -0,0 +1,30 @@
+diff -urN gnome-python-extras-2.19.1/gtkmozembed/gtkmozembed.defs 
gnome-python-extras-2.19.1.new/gtkmozembed/gtkmozembed.defs
+--- gnome-python-extras-2.19.1/gtkmozembed/gtkmozembed.defs    2007-06-05 
16:52:30.000000000 +0200
++++ gnome-python-extras-2.19.1.new/gtkmozembed/gtkmozembed.defs        
2008-07-09 00:04:24.000000000 +0200
+@@ -123,6 +123,14 @@
+   )
+ )
+ 
++(define-function set_path
++  (c-name "gtk_moz_embed_set_path")
++  (return-type "none")
++  (parameters
++    '("char*" "aPath")
++  )
++)
++
+ (define-function gtk_moz_embed_set_profile_path
+   (c-name "gtk_moz_embed_set_profile_path_deprecated")
+   (return-type "none")
+diff -urN gnome-python-extras-2.19.1/gtkmozembed/Makefile.am 
gnome-python-extras-2.19.1.new/gtkmozembed/Makefile.am
+--- gnome-python-extras-2.19.1/gtkmozembed/Makefile.am 2007-06-05 
16:52:30.000000000 +0200
++++ gnome-python-extras-2.19.1.new/gtkmozembed/Makefile.am     2008-07-09 
00:03:28.000000000 +0200
+@@ -1,7 +1,7 @@
+ # require automake-1.5
+ AUTOMAKE_OPTIONS = 1.5
+ 
+-INCLUDES = $(PYTHON_INCLUDES) $(PYGTK_CFLAGS) $(GTKMOZEMBED_CFLAGS)
++INCLUDES = $(PYTHON_INCLUDES) $(PYGTK_CFLAGS) $(GTKMOZEMBED_CFLAGS) 
-I/usr/include/xulrunner/gtkembedmoz
+ 
+ defsdir = $(datadir)/pygtk/2.0/defs
+ defs_DATA = gtkmozembed.defs
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to