diff options
author | obache <obache@pkgsrc.org> | 2009-05-31 09:00:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-05-31 09:00:48 +0000 |
commit | cc74b87014b15c3e153be69bee870dea90a880cc (patch) | |
tree | 12b57e5539ead27991a0f2d9afc69f812e90cb8f /x11 | |
parent | 9369b91b7c9b6fa7ce54af1856357a7dd5bdb88e (diff) | |
download | pkgsrc-cc74b87014b15c3e153be69bee870dea90a880cc.tar.gz |
Update ruby-gnome2 to 0.19.0.
== Ruby-GNOME2 0.19.0: 2009-05-29
This release supports new versions of panel-applet and xulrunner
and fixes various bugs including some GC issues
=== Changes
Ruby/GLib2:
* add 'const' to name argument of rbgerr_define_gerror()
[Nikolai Weibull, Kouhei Sutou]
* Bug fixes:
* #2420281: Failed to build
[troels knak-nielsen, Kouhei Sutou]
* #2493874: glib/rbglib_maincontext.c error in "RUBY_UBF_IO"
[boo, Kouhei Sutou]
* wrong priority conversion in GLib::Timeout.add and
GLib::Timeout.add_seconds.
[Nikolai Weibull]
* fixed limits of basic types
[Pascal Terjan]
Ruby/GTK2:
* Bug fixes:
* fixed initialize function is deleted.
[kimura wataru, Kouhei Sutou]
* checked GTK_FILE_SYSTEM_ERROR availability. GTK+ 2.15.x
doesn't have it.
[Kouhei Sutou]
* fixed GC problems.
[Kouhei Sutou]
* #2195432: Gtk::RCStyle.set_color_flags wrong conversion
[Jesse van den Kieboom, Kouhei Sutou]
* #2318481: gtkselectiondata_set Drag and Drop API problem
[dave foster, Kouhei Sutou]
* #2420281: Failed to build
[troels knak-nielsen, Kouhei Sutou]
Ruby/Pango:
* added Pango::Attribute#start_index= and Pango::Attribute#end_index=.
[Geoff Youngs, Kouhei Sutou]
Ruby/Poppler:
* removed 0.6.x support. 0.8.0 or later is required.
[Kouhei Sutou]
Ruby/RSVG2:
* fixed broken cairo integration.
[James Healy, Kouhei Sutou]
Ruby/PanelApplet:
* #2466921: fixed build failure with libpanel-applet >= 2.25
[Mamoru Tasaka, Kouhei Sutou]
* fixed incomplete install.
[Pascal Terjan, Kouhei Sutou]
Ruby/GtkMozEmbed:
* supported XULRunner 1.9.0.
[Arnaud Cornet, Kouhei Sutou]
Ruby/GNOME2:
* supported MinGW.
[id:luna_8bit, Kouhei Sutou]
Ruby/Bonobo2:
* moved Bonobo.setup_x_error_handler to Ruby/BonoboUI2.
[id:luna_8bit, Kouhei Sutou]
Ruby/BonoboUI2:
* moved Bonobo.setup_x_error_handler from Ruby/Bonobo2.
[id:luna_8bit, Kouhei Sutou]
Ruby/GnomeVFS:
* format security error.
[Pascal Terjan]
=== Thanks
* kimura wataru
* Philipp Götzinger
* Andrew S. Townley
* Jesse van den Kieboom
* James Healy
* dave foster
* troels knak-nielsen
* boo
* Geoff Youngs
* Arnaud Cornet
* id:luna_8bit
* ...
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ruby-gnome2-panelapplet/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/ruby-gnome2-panelapplet/PLIST b/x11/ruby-gnome2-panelapplet/PLIST index a64b7887bb2..328ad0f86ec 100644 --- a/x11/ruby-gnome2-panelapplet/PLIST +++ b/x11/ruby-gnome2-panelapplet/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2008/06/19 15:15:28 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/05/31 09:00:49 obache Exp $ ${RUBY_VENDORARCHLIB}/panelapplet2.${RUBY_DLEXT} +${RUBY_VENDORARCHLIB}/panelapplet2_main.${RUBY_DLEXT} ${RUBY_VENDORLIB}/panelapplet2.rb |