summaryrefslogtreecommitdiff
path: root/graphics/ruby-gnome2-gdkpixbuf
diff options
context:
space:
mode:
authorobache <obache>2010-09-23 15:35:58 +0000
committerobache <obache>2010-09-23 15:35:58 +0000
commite296d5970967cb88c7b2222f3359954bbb337c54 (patch)
treed2b71a6727118fa18b2d826514e652202bec433a /graphics/ruby-gnome2-gdkpixbuf
parent106bbe0845da4f627f8c504ad78ba0ee9e2a30b3 (diff)
downloadpkgsrc-e296d5970967cb88c7b2222f3359954bbb337c54.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 'graphics/ruby-gnome2-gdkpixbuf')
-rw-r--r--graphics/ruby-gnome2-gdkpixbuf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile
index 9bed4c43d47..73966fff6a2 100644
--- a/graphics/ruby-gnome2-gdkpixbuf/Makefile
+++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2010/09/14 11:02:04 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2010/09/23 15:36:01 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION}
COMMENT= Ruby binding of GdkPixbuf-2.x
-PKGREVISION= 2
CATEGORIES= graphics devel
CONFLICTS+= ruby-gnome2-gdkpixbuf-[0-9]*
@@ -13,9 +12,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gdkpixbuf
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
-USE_TOOLS+= pkg-config
.include "../../graphics/ruby-rcairo/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"