diff options
author | obache <obache@pkgsrc.org> | 2009-10-12 03:09:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-12 03:09:30 +0000 |
commit | 3340f9bcd6014961e11ccc203574a30e26345ab6 (patch) | |
tree | 19286de00b0cdb8b56ae17241fb3fa3881085b4c /devel/ruby-gnome2-bonobo | |
parent | b3d049316c2005f801fcc3605c1f030676844f5f (diff) | |
download | pkgsrc-3340f9bcd6014961e11ccc203574a30e26345ab6.tar.gz |
Update ruby-gnome2 to 0.19.3.
== Ruby-GNOME2 0.19.3: 2009-09-24
NOTE: 0.19.x releases are development series.
This release is a bug fix release of 0.19.2.
=== Changes
===== Ruby/GLib2
* Bug fix:
* really fix
'empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.'
[Simon Arnaud, Kouhei Sutou]
=== Thanks
* Simon Arnaud
== Ruby-GNOME2 0.19.2: 2009-09-23
NOTE: 0.19.x releases are development series.
This release is a bug fix release of 0.19.1.
=== Changes
==== Ruby/GLib2
* Bug fixes:
* empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.
[Toshiyuki Suzumura, Kouhei Sutou]
* [#2862022] fix multi thread blocking with Ruby
1.8.6-p368 or later and 1.8.7-p173 or later.
[Roy Wright, Andrea Dallera, Kouhei Sutou]
* [Debian #502262] work Ruby thread with GTK+.
[Johan Walles, Kouhei Sutou]
==== Ruby/GTK2
* Bug fixes:
* [#2679744] fix a typo:
Gtk::Widget#set_scroll_adjustment ->
Gtk::Widget#set_scroll_adjustments.
[Kentaro Fukuchi, Kouhei Sutou]
==== Ruby/GtkMozEmbed
* Bug fixes:
* fix .pc detection.
[OBATA Akio, Kouhei Sutou]
=== Thanks
* OBATA Akio
* Toshiyuki Suzumura
* Roy Wright
* Andrea Dallera
* Johan Walles
* Kentaro Fukuchi
Diffstat (limited to 'devel/ruby-gnome2-bonobo')
-rw-r--r-- | devel/ruby-gnome2-bonobo/Makefile | 5 | ||||
-rw-r--r-- | devel/ruby-gnome2-bonobo/PLIST | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/ruby-gnome2-bonobo/Makefile b/devel/ruby-gnome2-bonobo/Makefile index ebed1d10cb0..3b40176a405 100644 --- a/devel/ruby-gnome2-bonobo/Makefile +++ b/devel/ruby-gnome2-bonobo/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2009/08/26 19:57:23 sno Exp $ +# $NetBSD: Makefile,v 1.4 2009/10/12 03:09:31 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-bonobo-${VERSION} COMMENT= Ruby binding of libbonobo-2.x or later -PKGREVISION= 1 CATEGORIES= devel PKG_DESTDIR_SUPPORT= user-destdir @@ -14,7 +13,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk USE_TOOLS+= pkg-config .include "../../x11/gtk2/buildlink3.mk" -BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION} +BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION}{,nb*} BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build .include "../../devel/ruby-gnome2-glib/buildlink3.mk" .include "../../devel/libbonobo/buildlink3.mk" diff --git a/devel/ruby-gnome2-bonobo/PLIST b/devel/ruby-gnome2-bonobo/PLIST index 1eb5a76859f..b5527cfa712 100644 --- a/devel/ruby-gnome2-bonobo/PLIST +++ b/devel/ruby-gnome2-bonobo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/08/12 12:43:09 obache Exp $ -lib/pkgconfig/libbonobo-2.0-ruby.pc +@comment $NetBSD: PLIST,v 1.3 2009/10/12 03:09:31 obache Exp $ +lib/pkgconfig/ruby-bonobo2.pc ${RUBY_VENDORLIB}/bonobo2.rb ${RUBY_VENDORARCHLIB}/bonobo2.${RUBY_DLEXT} |