summaryrefslogtreecommitdiff
path: root/sysutils/ruby-gnome2-gnomevfs
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-23 15:35:58 +0000
committerobache <obache@pkgsrc.org>2010-09-23 15:35:58 +0000
commit6f5724d8a904d1eb81d0cecca81039588bd7bb7b (patch)
treed2b71a6727118fa18b2d826514e652202bec433a /sysutils/ruby-gnome2-gnomevfs
parent172d67feba3a96137cc41493d326f888f462b5f4 (diff)
downloadpkgsrc-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 'sysutils/ruby-gnome2-gnomevfs')
-rw-r--r--sysutils/ruby-gnome2-gnomevfs/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/ruby-gnome2-gnomevfs/Makefile b/sysutils/ruby-gnome2-gnomevfs/Makefile
index 917fd77f5a2..71aebd30143 100644
--- a/sysutils/ruby-gnome2-gnomevfs/Makefile
+++ b/sysutils/ruby-gnome2-gnomevfs/Makefile
@@ -1,17 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2010/09/14 11:02:49 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2010/09/23 15:36:02 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomevfs-${VERSION}
COMMENT= Ruby binding of gnomevfs
-PKGREVISION= 2
CATEGORIES= sysutils
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gnomevfs
-USE_TOOLS+= pkg-config
-
do-test:
${RUN} cd ${WRKSRC}/gnomevfs/tests; \
for t in test*.rb; do \
@@ -21,4 +18,5 @@ do-test:
BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}
.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
.include "../../sysutils/gnome-vfs/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"