Comment 7 for bug 260751

Revision history for this message
Daniel Holbach (dholbach) wrote :

1) Best to just ask when they're going to upload it - we can either sync it, or add a necessary patch on top of it.

2) Regarding the Pango patch - this is how I came to my conclusion - let me know if I'm wrong.
$ diff -u java-gnome-4.0.{7,9}/src/defs/PangoFontMap.defs
--- java-gnome-4.0.7/src/defs/PangoFontMap.defs 2008-04-30 04:52:30.000000000 +0200
+++ java-gnome-4.0.9/src/defs/PangoFontMap.defs 2008-10-13 11:36:36.000000000 +0200
@@ -36,11 +36,11 @@
   )
 )

-(define-method get_shape_engine_type
- (of-object "PangoFontMap")
- (c-name "pango_font_map_get_shape_engine_type")
- (return-type "const-char*")
-)
+;;(define-method get_shape_engine_type
+;; (of-object "PangoFontMap")
+;; (c-name "pango_font_map_get_shape_engine_type")
+;; (return-type "const-char*")
+;;)

 (define-virtual load_font
   (of-object "PangoFontMap")
$