diff options
author | obache <obache@pkgsrc.org> | 2008-10-22 10:42:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-10-22 10:42:02 +0000 |
commit | bdbef3d0627605340338e3924e740f365a23ca9b (patch) | |
tree | 2e70319c0a859f03e56d694c9d2c5983ae7a8744 /graphics/Makefile | |
parent | 4bff5e91a8fb00be9ddcb23d97dcfabb9f95045e (diff) | |
download | pkgsrc-bdbef3d0627605340338e3924e740f365a23ca9b.tar.gz |
Update ruby-gnome2 to 0.18.0.
== Ruby-GNOME2 0.18.0: 2008-09-30
This release fixes some memory leak bugs and has new
experimental packages.
=== Changes
Ruby/GLib:
* mkmf-gnome2.rb: add check_cairo. [Kouhei Sutou]
* fixed memory leaks. [Kouhei Sutou]
* [#2110165] Gdk::Pixbuf memory leak
* install glib-enum-types.h. [Andy Spencer]
* [#2106938] Install glib-enum-types.h
Ruby/GTK2:
* add GTK+ 2.12 related bindings. [Guillaume Cottenceau]
* fixed initialize order. [Kouhei Sutou]
* [#2113491] Incorrect initialize order (compiling with mingw)
Ruby/GooCanvas [NEW][EXPERIMENTAL]:
* added. [Kouhei Sutou]
Ruby/Pango:
* fixed memory leaks. [Kouhei Sutou]
Ruby/GtkSourceView2 [NEW][EXPERIMENTAL]:
* add. [yselkowitz]
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f8977057ff7..af154afe9fd 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.494 2008/10/22 10:29:45 obache Exp $ +# $NetBSD: Makefile,v 1.495 2008/10/22 10:42:02 obache Exp $ # COMMENT= Graphics tools and libraries @@ -299,6 +299,7 @@ SUBDIR+= ruby-color SUBDIR+= ruby-gd SUBDIR+= ruby-gnome2-gdkpixbuf SUBDIR+= ruby-gnome2-gnomecanvas +SUBDIR+= ruby-gnome2-goocanvas SUBDIR+= ruby-gnome2-gtkglext SUBDIR+= ruby-gnome2-libart SUBDIR+= ruby-gnome2-rsvg |