diff options
author | minskim <minskim@pkgsrc.org> | 2006-07-25 16:49:05 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-07-25 16:49:05 +0000 |
commit | e433b240425a8e9db8bc66c941a5bc3517f98a09 (patch) | |
tree | 4c712e92190d446aed3fdd24261bc9ef32fdbe57 /devel/ruby-gnome2-atk | |
parent | 9163dd08f8275ee6e25fadae9f2b9754c78f5af6 (diff) | |
download | pkgsrc-e433b240425a8e9db8bc66c941a5bc3517f98a09.tar.gz |
Update ruby-gnome2 to 0.15. Patch provided by Dieter Roelants in PR 34064.
Changes:
Ruby/GLib
* Improve signal handlers with pthread ruby(--enable-pthread). [Sjoerd Simons]
* Added new fundamental object for other bindings. [Sjoerd Simons]
* GLib::Source#remove? -> GLib::Soruce.remove? [Kouhei Sutou]
* Added new macros (GLIST2ARYF, GLIST2ARY2F, GSLIST2ARYF, GLIST2ARY2F, G_PROTECT_CALLBACK) [Masao Mutoh]
* Added GLib.win32_locale, GLib, win32_locale_filename_from_utf8 [Kouhei Sutou]
* Improve memory management [Kouhei Sutou, Sjoerd Simons, Masahiro Sakai, Masao Mutoh]
* Other improvement and fix bugs. [Sjoerd Simons, Joao Pedrosa, Kouhei Sutou, Masahiro Sakai, Masao Mutoh]
Ruby/ATK
* Improved cygwin support. [Masao Mutoh]
* Fix a bug. [Masahiro Sakai]
Ruby/Pango
* Fix some bugs. [Laurent Sansonetti, Masao Mutoh]
* Added Pango::Layout#markup=, Pango::AttrAbsoluteSize? [Masao Mutoh]
Ruby/GdkPixbuf
* Fix a bug. [NISHI Takao]
* Code cleanup [Masao Mutoh]
Ruby/GTK
* Improve signal handlers. [Masahiro Sakai]
* Added Gtk::Widget#set_widget, #set_requisition. [Daniel Chokola]
* Added Gtk::Dialog#get_response. [Masao Mutoh]
* Other improvement and fix bugs [Mario Steele, Tilman Sauerbeck, Geoff Youngs, Masahiro Sakai, Kouhei Sutou, Masao Mutoh]
Ruby/GNOME
* Follow Ruby/GLib2 change(GRClosure). [Kouhei Sutou]
Ruby/GnomeCanvas
* Code cleanup [Kouhei Sutou, Masao Mutoh]
Ruby/Libart
* None.
Ruby/PanelApplet
* Fixed a bug [Patch #1431855]
Diffstat (limited to 'devel/ruby-gnome2-atk')
-rw-r--r-- | devel/ruby-gnome2-atk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-gnome2-atk/Makefile b/devel/ruby-gnome2-atk/Makefile index 92267043463..971eeaece1d 100644 --- a/devel/ruby-gnome2-atk/Makefile +++ b/devel/ruby-gnome2-atk/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:52 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/25 16:49:05 minskim Exp $ # PKGNAME= ruby-gnome2-atk-${VERSION} COMMENT= Ruby binding of ATK-1.0.x or later -PKGREVISION= 1 CATEGORIES= devel RUBY_EXTCONF_SUBDIRS= atk |