diff options
author | obache <obache@pkgsrc.org> | 2010-09-23 15:35:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-23 15:35:58 +0000 |
commit | 6f5724d8a904d1eb81d0cecca81039588bd7bb7b (patch) | |
tree | d2b71a6727118fa18b2d826514e652202bec433a /x11/ruby-gnome2-vte | |
parent | 172d67feba3a96137cc41493d326f888f462b5f4 (diff) | |
download | pkgsrc-6f5724d8a904d1eb81d0cecca81039588bd7bb7b.tar.gz |
Update ruby-gnome2 to 0.90.1.
= NEWS
== Ruby-GNOME2 0.90.1: 2010-09-23
NOTE: 0.90.x releases are for 1.0.0 major release.
A install bug fix release of 0.90.0.
=== Changes
==== Ruby/ATK
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
==== Ruby/GTK2
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Pango
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Poppler
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
==== Ruby/RSVG
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
=== Thanks
* OBATA Akio
== Ruby-GNOME2 0.90.0: 2010-09-23
NOTE: 0.90.x releases are for 1.0.0 major release.
RubyGems support!
=== Changes
==== Ruby/GTK2
* Bug fixes:
* [ruby-gnome2-devel-en] Gtk 2.20, Gtk::Builder and 'name'
add Gtk::Buildable#builder_name/set_builder_name.
[Simon Arnaud, Kouhei Sutou]
=== Thanks
* Simon Arnaud
Diffstat (limited to 'x11/ruby-gnome2-vte')
-rw-r--r-- | x11/ruby-gnome2-vte/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/ruby-gnome2-vte/Makefile b/x11/ruby-gnome2-vte/Makefile index eed468e9587..9a77473ec50 100644 --- a/x11/ruby-gnome2-vte/Makefile +++ b/x11/ruby-gnome2-vte/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2010/09/14 11:03:06 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2010/09/23 15:36:03 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-vte-${VERSION} COMMENT= Ruby binding of vte -PKGREVISION= 2 CATEGORIES= x11 PKG_DESTDIR_SUPPORT= user-destdir @@ -11,11 +10,11 @@ PKG_DESTDIR_SUPPORT= user-destdir RUBY_EXTCONF_SUBDIRS= vte DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk -USE_TOOLS+= pkg-config 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 "../../graphics/ruby-rcairo/buildlink3.mk" .include "../../x11/vte/buildlink3.mk" +.include "../../devel/ruby-pkg-config/tool.mk" .include "../../meta-pkgs/ruby-gnome2/Makefile.common" |