summaryrefslogtreecommitdiff
path: root/devel
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 /devel
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 'devel')
-rw-r--r--devel/ruby-gnome2-atk/Makefile4
-rw-r--r--devel/ruby-gnome2-bonobo/Makefile5
-rw-r--r--devel/ruby-gnome2-bonoboui/Makefile5
-rw-r--r--devel/ruby-gnome2-gconf/Makefile5
-rw-r--r--devel/ruby-gnome2-glib/Makefile6
-rw-r--r--devel/ruby-gnome2-glib/PLIST6
-rw-r--r--devel/ruby-gnome2-libglade/Makefile5
-rw-r--r--devel/ruby-gnome2-pango/Makefile6
8 files changed, 18 insertions, 24 deletions
diff --git a/devel/ruby-gnome2-atk/Makefile b/devel/ruby-gnome2-atk/Makefile
index ffaf4176c85..6055a28112a 100644
--- a/devel/ruby-gnome2-atk/Makefile
+++ b/devel/ruby-gnome2-atk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/09/17 00:21:48 obache Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/23 15:35:58 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-atk-${VERSION}
@@ -12,7 +12,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= atk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
-USE_TOOLS+= pkg-config
.include "../../devel/atk/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/devel/ruby-gnome2-bonobo/Makefile b/devel/ruby-gnome2-bonobo/Makefile
index 5ca0a4d3b37..cc74942c3ea 100644
--- a/devel/ruby-gnome2-bonobo/Makefile
+++ b/devel/ruby-gnome2-bonobo/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2010/09/14 11:01:38 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2010/09/23 15:35:58 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-bonobo-${VERSION}
COMMENT= Ruby binding of libbonobo-2.x or later
-PKGREVISION= 2
CATEGORIES= devel
PKG_DESTDIR_SUPPORT= user-destdir
@@ -11,7 +10,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= bonobo
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}{,nb*}
@@ -19,4 +17,5 @@ BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/devel/ruby-gnome2-bonoboui/Makefile b/devel/ruby-gnome2-bonoboui/Makefile
index d22b06f6f1e..69928bac789 100644
--- a/devel/ruby-gnome2-bonoboui/Makefile
+++ b/devel/ruby-gnome2-bonoboui/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2010/09/14 11:01:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2010/09/23 15:35:59 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-bonoboui-${VERSION}
COMMENT= Ruby binding of libbonoboui-2.x or later
-PKGREVISION= 3
CATEGORIES= devel
PKG_DESTDIR_SUPPORT= user-destdir
@@ -12,7 +11,6 @@ RUBY_EXTCONF_SUBDIRS= bonoboui
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gnome>=${VERSION}:../../x11/ruby-gnome2-gnome
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}{,nb*}
@@ -20,4 +18,5 @@ BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/devel/ruby-gnome2-gconf/Makefile b/devel/ruby-gnome2-gconf/Makefile
index 03f0a11ff67..3ab5ef7994a 100644
--- a/devel/ruby-gnome2-gconf/Makefile
+++ b/devel/ruby-gnome2-gconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2008/09/17 00:21:49 obache Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/23 15:35:59 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gconf-${VERSION}
@@ -9,11 +9,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gconf
-USE_TOOLS+= pkg-config
-
do-test:
${RUN} cd ${WRKSRC}/gconf/tests; \
${SETENV} ${TEST_ENV} ${RUBY} -I ${WRKSRC}/gconf/src unittest.rb
.include "../../devel/GConf/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/devel/ruby-gnome2-glib/Makefile b/devel/ruby-gnome2-glib/Makefile
index 62f95090034..96170d9694e 100644
--- a/devel/ruby-gnome2-glib/Makefile
+++ b/devel/ruby-gnome2-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/10/22 10:42:03 obache Exp $
+# $NetBSD: Makefile,v 1.9 2010/09/23 15:36:00 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION}
@@ -6,16 +6,16 @@ COMMENT= Ruby binding of GLib-2.x
CATEGORIES= devel
CONFLICTS+= ruby-gnome2-glib-[0-9]*
+DEPENDS+= ${RUBY_PKGPREFIX}-pkg-config-[0-9]*:../../devel/ruby-pkg-config
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= glib
-USE_TOOLS+= pkg-config
-
do-test:
${RUN} cd ${WRKSRC}/glib/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/devel/ruby-gnome2-glib/PLIST b/devel/ruby-gnome2-glib/PLIST
index f858a610275..e4edf9d75b5 100644
--- a/devel/ruby-gnome2-glib/PLIST
+++ b/devel/ruby-gnome2-glib/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.8 2009/10/12 03:09:31 obache Exp $
+@comment $NetBSD: PLIST,v 1.9 2010/09/23 15:36:00 obache Exp $
lib/pkgconfig/ruby-glib2.pc
${RUBY_VENDORLIB}/glib-mkenums.rb
${RUBY_VENDORLIB}/glib2.rb
-${RUBY_VENDORARCHLIB}/glib2.${RUBY_DLEXT}
+${RUBY_VENDORLIB}/gnome2-win32-binary-downloader.rb
${RUBY_VENDORARCHLIB}/glib-enum-types.h
+${RUBY_VENDORARCHLIB}/glib2.${RUBY_DLEXT}
${RUBY_VENDORARCHLIB}/rbgcompat.h
${RUBY_VENDORARCHLIB}/rbglib.h
${RUBY_VENDORARCHLIB}/rbgobject.h
${RUBY_VENDORARCHLIB}/rbgutil.h
${RUBY_VENDORLIB}/mkmf-gnome2.rb
-${RUBY_VENDORLIB}/pkg-config.rb
diff --git a/devel/ruby-gnome2-libglade/Makefile b/devel/ruby-gnome2-libglade/Makefile
index 5c8beb6e444..b9d77b15fb4 100644
--- a/devel/ruby-gnome2-libglade/Makefile
+++ b/devel/ruby-gnome2-libglade/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2010/09/14 11:01:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2010/09/23 15:36:00 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-libglade-${VERSION}
COMMENT= Ruby binding of libglade
-PKGREVISION= 2
CATEGORIES= devel
PKG_DESTDIR_SUPPORT= user-destdir
@@ -11,7 +10,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= libglade
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
-USE_TOOLS+= pkg-config
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
@@ -19,4 +17,5 @@ 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 "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/devel/ruby-gnome2-pango/Makefile b/devel/ruby-gnome2-pango/Makefile
index eb4e50d20a0..2b8fd297906 100644
--- a/devel/ruby-gnome2-pango/Makefile
+++ b/devel/ruby-gnome2-pango/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2010/09/14 11:00:51 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2010/09/23 15:36:00 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-pango-${VERSION}
COMMENT= Ruby binding of pango-1.x
-PKGREVISION= 2
CATEGORIES= devel fonts
CONFLICTS+= ruby-gnome2-pango-[0-9]*
@@ -14,11 +13,10 @@ RUBY_EXTCONF_SUBDIRS= pango
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
-USE_TOOLS+= pkg-config
-
do-test:
${RUN} cd ${WRKSRC}/pango/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
.include "../../devel/pango/buildlink3.mk"
.include "../../graphics/ruby-rcairo/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"