summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2010-10-23 12:45:08 +0000
committerobache <obache>2010-10-23 12:45:08 +0000
commit8dea0d2d5d55e106c4a9931de022ac0821391e53 (patch)
treed420be142aa6cd3d28ba6761b50c83f51f406f6a
parentb7b9eef6e5c3aee7c7decb4ef9777ffd36132ffd (diff)
downloadpkgsrc-8dea0d2d5d55e106c4a9931de022ac0821391e53.tar.gz
Update ruby-gnome2 to 0.90.3.
= NEWS == Ruby-GNOME2 0.90.3: 2010-10-23 NOTE: 0.90.x releases are for 1.0.0 major release. * Support String encoding in Ruby 1.9. * RVAL2CSTR2 and CSTR2RVAL2 are deprecated. * Ruby/GIO2 is imported as an experimental library. === Changes ==== All * Support String encoding. [Guillaume Cottenceau, Neil Roberts, Kouhei Sutou] * Don't install *.pc by default. Set pkgconfigdir make varialbe like 'make pkgconfigdir=/usr/lib/pkgconfig'. ==== Ruby/GLib2 * Improvements: * declare argument types. [Nobuyoshi Nakada, Kouhei Sutou] ==== Ruby/GIO2 * Imported as an experimental library. [Nikolai Weibull] ==== Ruby/GTK2 * Improvements: * keep backward compatibility around GDK key symbols introduced at GTK+ 2.20. "[ruby-gnome2-devel-en] Constants names change in Gdk::KeyVal" [Vincent Carmona] * move gdk-pixbuf and cairo related methods from Ruby/GdkPixbuf2. "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2" [Andrea Dallera, Kouhei Sutou] * Bug fixes: * fix GType conversion in Gtk::ItemFactory.new on 64bit platform. [Grant McLean, Steve Wills, Kouhei Sutou] ==== Ruby/GdkPixbuf2 * Improvements: * move gdk-pixbuf and cairo related methods to Ruby/GTK2. "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2" [Andrea Dallera, Kouhei Sutou] * change .pc filename from ruby-gdkpixbuf2 to ruby-gdk-pixbuf2. ==== Ruby/RSVG2 * Bug fixes: * add missing libcroco dependency on Windows. [U.Nakamura, Kouhei Sutou] ==== Ruby/Poppler * Improvements: * support Popper 0.15.0. [#3079667] [Mamoru Tasaka, Kouhei Sutou] * Bug fixes: * add missing libjpeg dependency on Windows. [U.Nakamura, Kouhei Sutou] * fix installed Ruby/GLib2 gem can't be detected. [kdmsnr, Kouhei Sutou] === Thanks * U.Nakamura * kdmsnr * Mamoru Tasaka * Guillaume Cottenceau * Vincent Carmona * Grant McLean * Steve Wills * Andrea Dallera * Nobuyoshi Nakada * Neil Roberts == Ruby-GNOME2 0.90.2: 2010-09-26 NOTE: 0.90.x releases are for 1.0.0 major release. A RubyGems package fix release. === Changes ==== All * fix path. [kimura wataru, Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * fix gtk2/base.rb is missing in gem. [S.Kitagawa, Kouhei Sutou] ==== Ruby/GIO2 * Bug fixes: * fix a typo in .pc name. [#3075619] [O01eg, Kouhei Sutou] ==== Ruby/RSVG2 * Bug fixes: * also check rb_cairo.h availability. [#3075617] [O01eg, Kouhei Sutou] === Thanks * S.Kitagawa * O01eg * kimura wataru
-rw-r--r--devel/ruby-gnome2-atk/Makefile3
-rw-r--r--devel/ruby-gnome2-bonobo/Makefile4
-rw-r--r--devel/ruby-gnome2-bonoboui/Makefile4
-rw-r--r--devel/ruby-gnome2-gconf/Makefile4
-rw-r--r--devel/ruby-gnome2-gio/DESCR5
-rw-r--r--devel/ruby-gnome2-gio/Makefile18
-rw-r--r--devel/ruby-gnome2-gio/PLIST4
-rw-r--r--devel/ruby-gnome2-glib/Makefile11
-rw-r--r--devel/ruby-gnome2-libglade/Makefile4
-rw-r--r--devel/ruby-gnome2-pango/Makefile3
-rw-r--r--graphics/ruby-gnome2-gdkpixbuf/Makefile5
-rw-r--r--graphics/ruby-gnome2-gdkpixbuf/PLIST4
-rw-r--r--graphics/ruby-gnome2-gnomecanvas/Makefile3
-rw-r--r--graphics/ruby-gnome2-goocanvas/Makefile4
-rw-r--r--graphics/ruby-gnome2-gtkglext/Makefile4
-rw-r--r--graphics/ruby-gnome2-libart/Makefile3
-rw-r--r--graphics/ruby-gnome2-rsvg/Makefile6
-rw-r--r--meta-pkgs/ruby-gnome2/Makefile3
-rw-r--r--meta-pkgs/ruby-gnome2/Makefile.common7
-rw-r--r--meta-pkgs/ruby-gnome2/distinfo8
-rw-r--r--multimedia/ruby-gnome2-gstreamer/Makefile4
-rw-r--r--print/ruby-gnome2-gnomeprint/Makefile4
-rw-r--r--print/ruby-gnome2-gnomeprintui/Makefile4
-rw-r--r--print/ruby-gnome2-poppler/Makefile4
-rw-r--r--sysutils/ruby-gnome2-gnomevfs/Makefile4
-rw-r--r--www/ruby-gnome2-gtkhtml2/Makefile4
-rw-r--r--www/ruby-gnome2-gtkmozembed/Makefile5
-rw-r--r--x11/ruby-gnome2-gnome/Makefile3
-rw-r--r--x11/ruby-gnome2-gtk/Makefile7
-rw-r--r--x11/ruby-gnome2-gtksourceview/Makefile4
-rw-r--r--x11/ruby-gnome2-gtksourceview2/Makefile4
-rw-r--r--x11/ruby-gnome2-panelapplet/Makefile3
-rw-r--r--x11/ruby-gnome2-vte/Makefile4
33 files changed, 117 insertions, 44 deletions
diff --git a/devel/ruby-gnome2-atk/Makefile b/devel/ruby-gnome2-atk/Makefile
index 6055a28112a..abda8612d13 100644
--- a/devel/ruby-gnome2-atk/Makefile
+++ b/devel/ruby-gnome2-atk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/09/23 15:35:58 obache Exp $
+# $NetBSD: Makefile,v 1.7 2010/10/23 12:45:08 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-atk-${VERSION}
@@ -6,6 +6,7 @@ COMMENT= Ruby binding of ATK-1.0.x or later
CATEGORIES= devel
CONFLICTS+= ruby-gnome2-atk-[0-9]*
+CONFLICTS+= ruby[0-9][0-9]-gnome2-atk-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/devel/ruby-gnome2-bonobo/Makefile b/devel/ruby-gnome2-bonobo/Makefile
index cc74942c3ea..becd17da83f 100644
--- a/devel/ruby-gnome2-bonobo/Makefile
+++ b/devel/ruby-gnome2-bonobo/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2010/09/23 15:35:58 obache Exp $
+# $NetBSD: Makefile,v 1.8 2010/10/23 12:45:08 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-bonobo-${VERSION}
COMMENT= Ruby binding of libbonobo-2.x or later
CATEGORIES= devel
+CONFLICTS+= ruby[0-9][0-9]-gnome2-bonobo-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= bonobo
diff --git a/devel/ruby-gnome2-bonoboui/Makefile b/devel/ruby-gnome2-bonoboui/Makefile
index 69928bac789..5686899bf1d 100644
--- a/devel/ruby-gnome2-bonoboui/Makefile
+++ b/devel/ruby-gnome2-bonoboui/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2010/09/23 15:35:59 obache Exp $
+# $NetBSD: Makefile,v 1.9 2010/10/23 12:45:08 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-bonoboui-${VERSION}
COMMENT= Ruby binding of libbonoboui-2.x or later
CATEGORIES= devel
+CONFLICTS+= ruby[0-9][0-9]-gnome2-bonoboui-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= bonoboui
diff --git a/devel/ruby-gnome2-gconf/Makefile b/devel/ruby-gnome2-gconf/Makefile
index 3ab5ef7994a..65c7189a2ca 100644
--- a/devel/ruby-gnome2-gconf/Makefile
+++ b/devel/ruby-gnome2-gconf/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2010/09/23 15:35:59 obache Exp $
+# $NetBSD: Makefile,v 1.3 2010/10/23 12:45:08 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gconf-${VERSION}
COMMENT= Ruby binding of GConf-1.2.x or later
CATEGORIES= devel
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gconf-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gconf
diff --git a/devel/ruby-gnome2-gio/DESCR b/devel/ruby-gnome2-gio/DESCR
new file mode 100644
index 00000000000..c43b28f07b1
--- /dev/null
+++ b/devel/ruby-gnome2-gio/DESCR
@@ -0,0 +1,5 @@
+Ruby-GNOME 2 is a set of Ruby language bindings for the various
+application development libraries included with the GNOME/GTK+
+environment.
+
+Ruby/GIO2 is a Ruby binding of gio-2.0.x.
diff --git a/devel/ruby-gnome2-gio/Makefile b/devel/ruby-gnome2-gio/Makefile
new file mode 100644
index 00000000000..4891640245d
--- /dev/null
+++ b/devel/ruby-gnome2-gio/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2010/10/23 12:45:09 obache Exp $
+#
+
+PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gio-${VERSION}
+COMMENT= Ruby binding of gio-2.0.x
+CATEGORIES= devel
+
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gio-[0-9]*
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= gio2
+
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
+
+.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-gio/PLIST b/devel/ruby-gnome2-gio/PLIST
new file mode 100644
index 00000000000..344ecb8e86c
--- /dev/null
+++ b/devel/ruby-gnome2-gio/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2010/10/23 12:45:09 obache Exp $
+lib/pkgconfig/ruby-gio2.pc
+${RUBY_VENDORLIB}/gio2.rb
+${RUBY_VENDORARCHLIB}/gio2.${RUBY_DLEXT}
diff --git a/devel/ruby-gnome2-glib/Makefile b/devel/ruby-gnome2-glib/Makefile
index 96170d9694e..517f7bde4ec 100644
--- a/devel/ruby-gnome2-glib/Makefile
+++ b/devel/ruby-gnome2-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/09/23 15:36:00 obache Exp $
+# $NetBSD: Makefile,v 1.10 2010/10/23 12:45:09 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION}
@@ -6,15 +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
+CONFLICTS+= ruby[0-9][0-9]-gnome2-glib-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
-RUBY_EXTCONF_SUBDIRS= glib
+RUBY_EXTCONF_SUBDIRS= glib2
-do-test:
- ${RUN} cd ${WRKSRC}/glib/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
+DEPENDS+= ${RUBY_PKGPREFIX}-pkg-config-[0-9]*:../../devel/ruby-pkg-config
+do-test:
+ ${RUN} cd ${WRKSRC}/glib2/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/ruby-pkg-config/tool.mk"
diff --git a/devel/ruby-gnome2-libglade/Makefile b/devel/ruby-gnome2-libglade/Makefile
index b9d77b15fb4..6c1f322b465 100644
--- a/devel/ruby-gnome2-libglade/Makefile
+++ b/devel/ruby-gnome2-libglade/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2010/09/23 15:36:00 obache Exp $
+# $NetBSD: Makefile,v 1.9 2010/10/23 12:45:09 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-libglade-${VERSION}
COMMENT= Ruby binding of libglade
CATEGORIES= devel
+CONFLICTS+= ruby[0-9][0-9]-gnome2-libglade-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= libglade
diff --git a/devel/ruby-gnome2-pango/Makefile b/devel/ruby-gnome2-pango/Makefile
index 2b8fd297906..c28a93f7ee4 100644
--- a/devel/ruby-gnome2-pango/Makefile
+++ b/devel/ruby-gnome2-pango/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2010/09/23 15:36:00 obache Exp $
+# $NetBSD: Makefile,v 1.15 2010/10/23 12:45:10 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-pango-${VERSION}
@@ -6,6 +6,7 @@ COMMENT= Ruby binding of pango-1.x
CATEGORIES= devel fonts
CONFLICTS+= ruby-gnome2-pango-[0-9]*
+CONFLICTS+= ruby[0-9][0-9]-gnome2-pango-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile
index 73966fff6a2..b1a4cff0392 100644
--- a/graphics/ruby-gnome2-gdkpixbuf/Makefile
+++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2010/09/23 15:36:01 obache Exp $
+# $NetBSD: Makefile,v 1.15 2010/10/23 12:45:10 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION}
@@ -6,10 +6,11 @@ COMMENT= Ruby binding of GdkPixbuf-2.x
CATEGORIES= graphics devel
CONFLICTS+= ruby-gnome2-gdkpixbuf-[0-9]*
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gdkpixbuf-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
-RUBY_EXTCONF_SUBDIRS= gdkpixbuf
+RUBY_EXTCONF_SUBDIRS= gdk_pixbuf2
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
diff --git a/graphics/ruby-gnome2-gdkpixbuf/PLIST b/graphics/ruby-gnome2-gdkpixbuf/PLIST
index 244de303fa6..529dd512aa9 100644
--- a/graphics/ruby-gnome2-gdkpixbuf/PLIST
+++ b/graphics/ruby-gnome2-gdkpixbuf/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2009/10/12 03:09:31 obache Exp $
-lib/pkgconfig/ruby-gdkpixbuf2.pc
+@comment $NetBSD: PLIST,v 1.6 2010/10/23 12:45:10 obache Exp $
+lib/pkgconfig/ruby-gdk-pixbuf2.pc
${RUBY_VENDORLIB}/gdk_pixbuf2.rb
${RUBY_VENDORARCHLIB}/gdk_pixbuf2.${RUBY_DLEXT}
diff --git a/graphics/ruby-gnome2-gnomecanvas/Makefile b/graphics/ruby-gnome2-gnomecanvas/Makefile
index 40f21a70efb..1e249650d75 100644
--- a/graphics/ruby-gnome2-gnomecanvas/Makefile
+++ b/graphics/ruby-gnome2-gnomecanvas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2010/09/23 15:36:01 obache Exp $
+# $NetBSD: Makefile,v 1.17 2010/10/23 12:45:10 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomecanvas-${VERSION}
@@ -6,6 +6,7 @@ COMMENT= Ruby binding of GnomeCanvas-2.x
CATEGORIES= graphics gnome
CONFLICTS+= ruby-gnome2-gnomecanvas-[0-9]*
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gnomecanvas-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/graphics/ruby-gnome2-goocanvas/Makefile b/graphics/ruby-gnome2-goocanvas/Makefile
index 797dae5abe8..64e64112612 100644
--- a/graphics/ruby-gnome2-goocanvas/Makefile
+++ b/graphics/ruby-gnome2-goocanvas/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2010/09/23 15:36:04 obache Exp $
+# $NetBSD: Makefile,v 1.7 2010/10/23 12:45:14 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-goocanvas-${VERSION}
COMMENT= Ruby binding of GooCanvas
CATEGORIES= graphics gnome
+CONFLICTS+= ruby[0-9][0-9]-gnome2-goocanvas-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= goocanvas
diff --git a/graphics/ruby-gnome2-gtkglext/Makefile b/graphics/ruby-gnome2-gtkglext/Makefile
index e18ef1f8213..9acc3dfa936 100644
--- a/graphics/ruby-gnome2-gtkglext/Makefile
+++ b/graphics/ruby-gnome2-gtkglext/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2010/09/23 15:36:01 obache Exp $
+# $NetBSD: Makefile,v 1.8 2010/10/23 12:45:10 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkglext-${VERSION}
COMMENT= Ruby binding of gtkglext
CATEGORIES= graphics
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gtkglext-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gtkglext
diff --git a/graphics/ruby-gnome2-libart/Makefile b/graphics/ruby-gnome2-libart/Makefile
index a8ccb1d04f4..d4dd4919baf 100644
--- a/graphics/ruby-gnome2-libart/Makefile
+++ b/graphics/ruby-gnome2-libart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2010/09/23 15:36:01 obache Exp $
+# $NetBSD: Makefile,v 1.14 2010/10/23 12:45:11 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-libart-${VERSION}
@@ -6,6 +6,7 @@ COMMENT= Ruby binding of Libart_lgpl
CATEGORIES= graphics
CONFLICTS+= ruby-gnome2-libart-[0-9]*
+CONFLICTS+= ruby[0-9][0-9]-gnome2-libart-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/graphics/ruby-gnome2-rsvg/Makefile b/graphics/ruby-gnome2-rsvg/Makefile
index a6c5628c495..ec16ebfda36 100644
--- a/graphics/ruby-gnome2-rsvg/Makefile
+++ b/graphics/ruby-gnome2-rsvg/Makefile
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.15 2010/09/23 15:36:01 obache Exp $
+# $NetBSD: Makefile,v 1.16 2010/10/23 12:45:11 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-rsvg-${VERSION}
COMMENT= Ruby binding of librsvg
CATEGORIES= graphics
+CONFLICTS+= ruby[0-9][0-9]-gnome2-rsvg-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
-RUBY_EXTCONF_SUBDIRS= rsvg
+RUBY_EXTCONF_SUBDIRS= rsvg2
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
diff --git a/meta-pkgs/ruby-gnome2/Makefile b/meta-pkgs/ruby-gnome2/Makefile
index 7fcf07d41ea..6c26bb2a240 100644
--- a/meta-pkgs/ruby-gnome2/Makefile
+++ b/meta-pkgs/ruby-gnome2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2008/10/22 10:42:02 obache Exp $
+# $NetBSD: Makefile,v 1.13 2010/10/23 12:45:08 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${VERSION}
@@ -9,6 +9,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-atk>=${VERSION}:../../devel/ruby-gnome2-atk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-bonobo>=${VERSION}:../../devel/ruby-gnome2-bonobo
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-bonoboui>=${VERSION}:../../devel/ruby-gnome2-bonoboui
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gconf>=${VERSION}:../../devel/ruby-gnome2-gconf
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=${VERSION}:../../devel/ruby-gnome2-gio
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-libglade>=${VERSION}:../../devel/ruby-gnome2-libglade
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}:../../devel/ruby-gnome2-pango
diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common
index ef869935721..df1e0a16c21 100644
--- a/meta-pkgs/ruby-gnome2/Makefile.common
+++ b/meta-pkgs/ruby-gnome2/Makefile.common
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.common,v 1.14 2010/09/23 15:35:58 obache Exp $
+# $NetBSD: Makefile.common,v 1.15 2010/10/23 12:45:08 obache Exp $
#
# used by devel/ruby-gnome2-atk/Makefile
# used by devel/ruby-gnome2-bonobo/Makefile
# used by devel/ruby-gnome2-bonoboui/Makefile
# used by devel/ruby-gnome2-gconf/Makefile
+# used by devel/ruby-gnome2-gio/Makefile
# used by devel/ruby-gnome2-glib/Makefile
# used by devel/ruby-gnome2-libglade/Makefile
# used by devel/ruby-gnome2-pango/Makefile
@@ -38,13 +39,13 @@ MAINTAINER= dieter.NetBSD@pandora.be
HOMEPAGE= http://ruby-gnome2.sourceforge.jp/
LICENSE= gnu-lgpl-v2.1
-VERSION= 0.90.1
+VERSION= 0.90.3
USE_RUBY_EXTCONF= yes
CONFIGURE_ENV+= RUBYOPT="-Ku"
INSTALL_TARGET= install
-INSTALLATION_DIRS= lib/pkgconfig
+INSTALL_MAKE_FLAGS+= pkgconfigdir=${DESTDIR:Q}${PREFIX:Q}/lib/pkgconfig
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/meta-pkgs/ruby-gnome2/distinfo b/meta-pkgs/ruby-gnome2/distinfo
index f797d9ceb04..8d3291bcb93 100644
--- a/meta-pkgs/ruby-gnome2/distinfo
+++ b/meta-pkgs/ruby-gnome2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2010/09/23 15:35:58 obache Exp $
+$NetBSD: distinfo,v 1.17 2010/10/23 12:45:08 obache Exp $
-SHA1 (ruby-gnome2-all-0.90.1.tar.gz) = 1dd09d878da53ba7ae8c15150f6fbc1ef39cecde
-RMD160 (ruby-gnome2-all-0.90.1.tar.gz) = 3a51ed20c458af7fd659a0ff2fa5e1b41cf195db
-Size (ruby-gnome2-all-0.90.1.tar.gz) = 2428633 bytes
+SHA1 (ruby-gnome2-all-0.90.3.tar.gz) = 91bb646ca4eadc391a414c83bfd1e3b643223833
+RMD160 (ruby-gnome2-all-0.90.3.tar.gz) = 7e3664054b5f9d9d97498f6541a7a128fbf2758d
+Size (ruby-gnome2-all-0.90.3.tar.gz) = 2491145 bytes
diff --git a/multimedia/ruby-gnome2-gstreamer/Makefile b/multimedia/ruby-gnome2-gstreamer/Makefile
index 8e1d32366f9..af3210c07aa 100644
--- a/multimedia/ruby-gnome2-gstreamer/Makefile
+++ b/multimedia/ruby-gnome2-gstreamer/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2010/09/23 15:36:01 obache Exp $
+# $NetBSD: Makefile,v 1.6 2010/10/23 12:45:11 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gstreamer-${VERSION}
COMMENT= Ruby binding of GStreamer 0.10.x or later
CATEGORIES= multimedia
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gstreamer-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gstreamer
diff --git a/print/ruby-gnome2-gnomeprint/Makefile b/print/ruby-gnome2-gnomeprint/Makefile
index 06d4c04dd86..38fb67f759e 100644
--- a/print/ruby-gnome2-gnomeprint/Makefile
+++ b/print/ruby-gnome2-gnomeprint/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.14 2010/09/23 15:36:02 obache Exp $
+# $NetBSD: Makefile,v 1.15 2010/10/23 12:45:11 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomeprint-${VERSION}
COMMENT= Ruby binding of libgnomeprint
CATEGORIES= print
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gnomeprint-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gnomeprint
diff --git a/print/ruby-gnome2-gnomeprintui/Makefile b/print/ruby-gnome2-gnomeprintui/Makefile
index 0e01ebf7aa0..2f21d6cd72e 100644
--- a/print/ruby-gnome2-gnomeprintui/Makefile
+++ b/print/ruby-gnome2-gnomeprintui/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2010/09/23 15:36:02 obache Exp $
+# $NetBSD: Makefile,v 1.10 2010/10/23 12:45:11 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomeprintui-${VERSION}
COMMENT= Ruby binding of libgnomeprintui
CATEGORIES= print
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gnomeprintui-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gnomeprintui
diff --git a/print/ruby-gnome2-poppler/Makefile b/print/ruby-gnome2-poppler/Makefile
index 7a995a8c995..aa135d09152 100644
--- a/print/ruby-gnome2-poppler/Makefile
+++ b/print/ruby-gnome2-poppler/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.12 2010/09/23 15:36:02 obache Exp $
+# $NetBSD: Makefile,v 1.13 2010/10/23 12:45:12 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION}
COMMENT= Ruby binding of poppler-glib
CATEGORIES= print
+CONFLICTS+= ruby[0-9][0-9]-gnome2-poppler-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= poppler
diff --git a/sysutils/ruby-gnome2-gnomevfs/Makefile b/sysutils/ruby-gnome2-gnomevfs/Makefile
index 71aebd30143..15356b90535 100644
--- a/sysutils/ruby-gnome2-gnomevfs/Makefile
+++ b/sysutils/ruby-gnome2-gnomevfs/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2010/09/23 15:36:02 obache Exp $
+# $NetBSD: Makefile,v 1.6 2010/10/23 12:45:12 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomevfs-${VERSION}
COMMENT= Ruby binding of gnomevfs
CATEGORIES= sysutils
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gnomevfs-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gnomevfs
diff --git a/www/ruby-gnome2-gtkhtml2/Makefile b/www/ruby-gnome2-gtkhtml2/Makefile
index 01e53d0bd9c..4b7847a9e7c 100644
--- a/www/ruby-gnome2-gtkhtml2/Makefile
+++ b/www/ruby-gnome2-gtkhtml2/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2010/09/23 15:36:02 obache Exp $
+# $NetBSD: Makefile,v 1.8 2010/10/23 12:45:12 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkhtml2-${VERSION}
COMMENT= Ruby binding of gtkhtml2
CATEGORIES= www
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gtkhtml2-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gtkhtml2
diff --git a/www/ruby-gnome2-gtkmozembed/Makefile b/www/ruby-gnome2-gtkmozembed/Makefile
index 87b09339cde..29357abb023 100644
--- a/www/ruby-gnome2-gtkmozembed/Makefile
+++ b/www/ruby-gnome2-gtkmozembed/Makefile
@@ -1,15 +1,18 @@
-# $NetBSD: Makefile,v 1.11 2010/09/23 15:36:02 obache Exp $
+# $NetBSD: Makefile,v 1.12 2010/10/23 12:45:12 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkmozembed-${VERSION}
COMMENT= Ruby binding of gtkmozembed
CATEGORIES= www
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gtkmozembed-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gtkmozembed
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
+
USE_LANGUAGES= c c++
BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION}{,nb*}
diff --git a/x11/ruby-gnome2-gnome/Makefile b/x11/ruby-gnome2-gnome/Makefile
index bfa6e3282e7..7b06727ffda 100644
--- a/x11/ruby-gnome2-gnome/Makefile
+++ b/x11/ruby-gnome2-gnome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2010/09/23 15:36:03 obache Exp $
+# $NetBSD: Makefile,v 1.23 2010/10/23 12:45:13 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnome-${VERSION}
@@ -6,6 +6,7 @@ CATEGORIES= gnome x11
COMMENT= Ruby binding of libgnome/libgnomeui-2.x
CONFLICTS+= ruby-gnome2-gnome-[0-9]*
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gnome-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/x11/ruby-gnome2-gtk/Makefile b/x11/ruby-gnome2-gtk/Makefile
index 8f794bb9946..28d775cafc7 100644
--- a/x11/ruby-gnome2-gtk/Makefile
+++ b/x11/ruby-gnome2-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2010/09/23 15:36:03 obache Exp $
+# $NetBSD: Makefile,v 1.20 2010/10/23 12:45:13 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtk-${VERSION}
@@ -6,16 +6,17 @@ CATEGORIES= x11
COMMENT= Ruby binding of GTK+-2.x
CONFLICTS+= ruby-gnome2-gtk-[0-9]*
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gtk-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
-RUBY_EXTCONF_SUBDIRS= gtk
+RUBY_EXTCONF_SUBDIRS= gtk2
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-atk>=${VERSION}:../../devel/ruby-gnome2-atk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
do-test:
- ${RUN} cd ${WRKSRC}/gtk/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
+ ${RUN} cd ${WRKSRC}/gtk2/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}
.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
diff --git a/x11/ruby-gnome2-gtksourceview/Makefile b/x11/ruby-gnome2-gtksourceview/Makefile
index dcd3893d6b0..17fa1b2eb32 100644
--- a/x11/ruby-gnome2-gtksourceview/Makefile
+++ b/x11/ruby-gnome2-gtksourceview/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2010/09/23 15:36:03 obache Exp $
+# $NetBSD: Makefile,v 1.10 2010/10/23 12:45:13 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtksourceview-${VERSION}
COMMENT= Ruby binding of gtksourceview
CATEGORIES= x11
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gtksourceview-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gtksourceview
diff --git a/x11/ruby-gnome2-gtksourceview2/Makefile b/x11/ruby-gnome2-gtksourceview2/Makefile
index 462473c1180..395225c7983 100644
--- a/x11/ruby-gnome2-gtksourceview2/Makefile
+++ b/x11/ruby-gnome2-gtksourceview2/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2010/09/23 15:36:04 obache Exp $
+# $NetBSD: Makefile,v 1.7 2010/10/23 12:45:14 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtksourceview2-${VERSION}
COMMENT= Ruby binding of gtksourceview2
CATEGORIES= x11
+CONFLICTS+= ruby[0-9][0-9]-gnome2-gtksourceview2-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= gtksourceview2
diff --git a/x11/ruby-gnome2-panelapplet/Makefile b/x11/ruby-gnome2-panelapplet/Makefile
index 2aa64e40ae0..4edd8a14881 100644
--- a/x11/ruby-gnome2-panelapplet/Makefile
+++ b/x11/ruby-gnome2-panelapplet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2010/09/23 15:36:03 obache Exp $
+# $NetBSD: Makefile,v 1.24 2010/10/23 12:45:13 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-panelapplet-${VERSION}
@@ -6,6 +6,7 @@ COMMENT= Ruby binding of libpanel-applet-2.6.x
CATEGORIES= x11 gnome
CONFLICTS+= ruby-gnome2-panelapplet-[0-9]*
+CONFLICTS+= ruby[0-9][0-9]-gnome2-panelapplet-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/x11/ruby-gnome2-vte/Makefile b/x11/ruby-gnome2-vte/Makefile
index 9a77473ec50..ac29ed2c403 100644
--- a/x11/ruby-gnome2-vte/Makefile
+++ b/x11/ruby-gnome2-vte/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2010/09/23 15:36:03 obache Exp $
+# $NetBSD: Makefile,v 1.11 2010/10/23 12:45:14 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-vte-${VERSION}
COMMENT= Ruby binding of vte
CATEGORIES= x11
+CONFLICTS+= ruby[0-9][0-9]-gnome2-vte-[0-9]*
+
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_EXTCONF_SUBDIRS= vte