summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2015-12-13 10:52:14 +0000
committertsutsui <tsutsui@pkgsrc.org>2015-12-13 10:52:14 +0000
commit32d9ad8b7badbd0e1fcc0cef51bb99f89874f4a7 (patch)
tree710a2c87f26de2d83efd2c6e7b66596f89eae212
parent611dc141b10c2fd3050be6a3966eb0553d0b5ef5 (diff)
downloadpkgsrc-32d9ad8b7badbd0e1fcc0cef51bb99f89874f4a7.tar.gz
Update ruby-gnome2 to 3.0.7.
Upstream changes: --- Ruby-GNOME2 3.0.7 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20151006_1 It is a bug fix release of 3.0.6. Changes Ruby/GLib2 * Fixes + Fixed a bug that `xxx_yyy` enum name isn't accepted. [ruby-gnome2-devel-en][Reported by Detlef Reichl] + Fixed a bug that internal Ruby API is used. [ruby-gnome2-devel-en] [Reported by Detlef Reichl] Ruby/GTK3 * Improvements + Added backward compatibility API to Gtk::TreeView#insert_column. [ruby-gnome2-devel-en][Reported by Detlef Reichl] Thanks * Detlef Reichl --- Ruby-GNOME2 3.0.6 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20151004_1 It is a bug fix release of 3.0.5. Changes Ruby/GLib2 * Improvements + Supported GLib.format_size on 32bit. [GitHub#565][Reported by Mamoru TASAKA] + Supported GLib.format_size_for_display on 32bit. [GitHub#565][Reported by Mamoru TASAKA] + Added GLib::Version.or_later??. [GitHub#570][Patch by cedlemo] Ruby/GObjectIntrospection * Improvements + Added GObjectIntrospection::Version.or_later?. [GitHub#572][Patch by cedlemo] + Supported GSList for filename. [ruby-gnome2-devel-en][Reported by Stefan Salewski] Ruby/GIO2 * Improvements + Added Gio::Version.or_later?. [GitHub#571][Patch by cedlemo] + Made Gio::APplicationCommandLine#attributes Rubyish. Ruby/Pango * Improvements + Added Pango::Version.or_later??. [GitHub#576][Patch by cedlemo] Ruby/GTK2 * Improvements + Added Gtk::Version.or_later??. [GitHub#574][Patch by cedlemo] Ruby/GTK3 * Improvements + Supported Gtk::CellLayout#set_cell_data_func. [ruby-gnome2-devel-en] [Reported by Stefan Salewski] + Supported Gtk::Container#add with child properties. [ruby-gnome2-devel-en][Reported by Stefan Salewski] + Added Gtk::StockItem#[]? for backward compatibility. [ruby-gnome2-devel-en][Reported by Stefan Salewski] + Added Gtk::IconSize::IconSize for backward compatibility. [ruby-gnome2-devel-en][Reported by Stefan Salewski] + Supported marking cell renderers in Gtk::CellLayout for GC. [ruby-gnome2-devel-en][Reported by Stefan Salewski] + Supported nil for Gtk::TreeIter#set_value. + Supported marking columns in Gtk::TreeView for GC. [ruby-gnome2-devel-en][Reported by Stefan Salewski] + Updated tutorial samples. [GitHub#567][GitHub#568][GitHub#587][Patch by cedlemo] + Supported marking records in Gtk::TreeModel for GC. [ruby-gnome2-devel-en][Reported by Stefan Salewski] + Started updating gtk-demo with Gtk::Application?. [GitHub#583][GitHub# 586][GitHub#588][Patch by cedlemo] + Supported option style API by Gtk::Builder#add. + Supported :object_ids by Gtk::Builder#add. [GitHub#585][Patch by cedlemo] + Added backward compatible API to Gtk.show_uri. Ruby/GStreamer * Improvements + Added Gst::Version.or_later??. [GitHub#573][Patch by cedlemo] Ruby/Poppler * Improvements + Added Poppler::Version.or_later??. [GitHub#577][Patch by cedlemo] Ruby/RSVG2 * Improvements + Added RSVG::Version.or_later??. [GitHub#578][Patch by cedlemo] Ruby/VTE3 * Improvements + Stopped to run tests for old VTE with new VTE. [GitHub#566][Reported by Mamoru TASAKA] Ruby/WebKitGTK * Improvements + Added WebKitGtk::Version.or_later??. Thanks * Stefan Salewski * Mamoru TASAKA * cedlemo --- Ruby-GNOME2 3.0.5 http://sourceforge.net/projects/ruby-gnome2/files/ruby-gnome2/ruby-gnome2-3.0.5/ It is a bug fix release for mikutter. Changes Ruby/GTK2 * Fixes + Fixed a bug that g_object_ref_sink() isn't called for instance of type_registered class. [http://dev.mikutter.hachune.net/issues/771#note-3] [Reported by toshi_a] Thanks * toshi_a --- Ruby-GNOME2 3.0.4 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20150922_1 Posted by kou on 2015-09-22 (Tue) 05:40:57 It is a build fix release for 32bit Windows. Changes All * Improvements + Supported auto native package installation on Arch Linux. [GitHub#553] [GitHub#563] [Patch by lilole] Ruby/GObjctIntrospection * Fixes + 32bit Windows: Fixed strut field accessors access wrong address. Ruby/ATK * Improvements + Added Atk::Version.or_later? [GitHub#552] [Patch by cedlemo] Ruby/GdkPixbuf2 * Improvements + Added Gdk::Pixbuf::Version.or_later??. [GitHub#561] [Patch by cedlemo] Ruby/GDK3 * Improvements + Supported GTK+ 3.17.9. [GitHub#558] [Reported by Mamoru TASAKA] Ruby/GTK3 * Improvements + Updated examples. [GitHub#550] [Patch by cedlemo] Ruby/ClutterGstreamer * Improvements + Added ClutterGst.load_version. + Added ClutterGst.load_version=. + Added ClutterGst::Version.or_later??. [GitHub#556] [Patch by cedlemo] Thanks * cedlemo * lilole * Mamoru TASAKA --- Ruby-GNOME2 3.0.3 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20150913_1 It is a compatibility improvement release of 3.0.2. Changes All * Improvements + Removed test-unit-notify gem from development dependencies. [GitHub# 547] [Patch by cedlemo] Ruby/GObjectIntrospection * Improvements + Supported GObjectIntrospection::Repository.prepend_search_path. + Supported GObjectIntrospection::Repository.search_path. + Windows: Supported requiring library after one GObjectIntrospection::Loader#load. [GitHub#546] [Reported by Abby Archer] Ruby/GTK3 * Improvements + Supported Gtk::IconSize.lookup. [GitHub#544] [Reported by Masafumi Yokoyama] + Supported size name as argument of Gtk::Widget#render_icon_pixbuf. [GitHub#544] [Reported by Masafumi Yokoyama] + Supported Gio::Icon in Gtk::IconTheme#lookup_icon. [GitHub#544] [Reported by Masafumi Yokoyama] + Supported Gtk::TreeModel#iter_parent. + Supported Gtk::TreeIter#parent. + Updated examples. [GitHub#548] [Patch by cedlemo] * Fixes + Fixed a bug that Gtk::Widget.bind_template_child is required. [GitHub# 549] [Reported by cedlemo] + Fixed a bug that default x_option and y_option values of Gtk::Table# attach is wrong. [GitHub#546] [Reported by Abby Archer] + Windows: Fixed a bug that Ruby/RSVG2 isn't required automatically. [GitHub#546] [Reported by Abby Archer] Thanks * Masafumi Yokoyama * cedlemo * Abby Archer --- Ruby-GNOME2 3.0.2 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20150913_1 It is a compatibility improvement release of 3.0.1. Changes Ruby/GObjectIntrospection * Improvements + Supported void pointer. [GitHub#540] [Reported by Abby Archer] + Added GObjectIntrospection::Loader.instantiate_gobject_pointer. Ruby/GDK3 * Improvements + Supported Gdk::Window#user_data. [GitHub#540] [Reported by Abby Archer] + compatibility: Cairo::Context#set_source_rgba accepts nil as alpha value. [GitHub#540] [Reported by Abby Archer] + compatibility: Added fallback feature for deprecated Gdk::EventScroll::Direction. + Windows: Added hicolor-icon-theme as fallback theme. Ruby/GTK3 * Improvements + compatibility: Gtk::Window#icon= accepts icon file name. [GitHub#540] [Reported by Abby Archer] + compatibility: Gtk::Dialog#add_button accepts Symbol as response ID. [GitHub#540] [Reported by Abby Archer] + Deprecated Gtk::ColorSelectionDialog. + compatibility: Added fallback feature for deprecated Gtk::TextTag::WrapMode. + compatibility: Added fallback feature for deprecated Gtk::TextBuffer# insert(iter, target, *tags) usage. + compatibility: Added fallback feature for deprecated Gtk::ButtonBox::Style. + compatibility: Added fallback feature for deprecated Gtk::MessageDialog::ButtonsType. + compatibility: Supported creating an empty image by Gtk::Image.new. + compatibility: Added fallback feature for deprecated Gtk::ImageMenuItem.new usage. + Supported Gtk::TreeIter#next!. + Supported Gtk::TreeModel#get_value. + compatibility: Added fallback feature for deprecated Gtk::Alignment::Align. + compatibility: Added fallback feature for deprecated Gtk::Widget# get_size_request. + compatibility: Added fallback feature for deprecated Gtk::Table.new. + compatibility: Added fallback feature for deprecated Gtk::Table# column_spaces. + compatibility: Added fallback feature for deprecated Gtk::Table# column_spaces=. + compatibility: Added fallback feature for deprecated Gtk::Table#attach. + compatibility: Added fallback feature for deprecated Gtk::ToggleButton.new. + Windows: Added missing Ruby/RSVG2 dependency. + compatibility: Added fallback feature for deprecated Gtk::Container# each_forall. + Supported nil as size for Gtk::Image.new. + compatibility: Added fallback feature for deprecated Gtk::Image.new (pixbuf). + compatibility: Added fallback feature for deprecated Gtk::Toolbar::Style. + Supported Rubyish Gtk::CheckMenuItem.new. * Fixes + Fixed samples. [GitHub#536][GitHub#541] [Patch by cedlemo] [GitHub#540] [Reported by Abby Archer] + Fixed a bug that Gtk::Calendar#date returns 0-11 range month value. Ruby/RSVG2 * Improvements + Windows: Added missing Ruby/Pango dependency. + Windows: Updated loaders.cache for gdk-pixbuf automatically. Ruby/GStreamer * Improvements + compatibility: Gst::TypeFindFactory#extensions always returns Array. Thanks * cedlemo * Abby Archer --- Ruby-GNOME2 3.0.1 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20150911_1 It is a bug fix release of 3.0.0. Changes Ruby/GLib2 * Fixes + Windows: Fixed a bug that large number flag value isn't usable. [GitHub #538] [Reported by Abby Archer] Ruby/GTK3 * Improvements + Updated tutorials. [GitHub#534][GitHub#537] [Patch by cedlemo] Ruby/VTE3 * Improvements + Added Vte::Version.or_later??. [GitHub#535] [Patch by cedlemo] Thanks * cedlemo * Abby Archer --- Ruby-GNOME2 3.0.0 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20150910_1 It is a GTK+ 3.16 support release. To GTK+ 3.16 support, many people helped us. Especially, cedlemo did great works. Very thanks all!!! Changes All * Improvements + Added install instruction for GitHub master branch. [GitHub#425][Patch by Hiroyuki Sato] Ruby/GLib2 * Improvements + Added new APIs: o RVAL2GOBJGLIST o RVAL2GOBJGSLIST o rbg_rval2glist o rbg_rval2gslist o RVAL2CSTR_PTR o rbg_name_to_nick o rbgobj_class_init_func o rbgobj_register_type + Changed RVAL2CSTR to return NULL terminated string. If you want to get raw string that may not be terminated by NULL, use RVAL2CSTR_PTR. + Supported Symbol as flag value. + Added windows_platform? + Supported GLib::Value.new? without value. + Supported array of flag value as GLib::Flags.new input. + Supported name, nick and GLib::Enum as GLib::Enum.new input. + Migrated to Markdown for README markup. [GitHub#484][Patch by prpr_man] + Supported GVariantType. + Supported GVariant. + Supported GBinding. [GitHub#524][Reported by cedlemo] * Fixes + Fixed a bug that GLib.format_size doesn't work 32bit over integer value. [GitHub#413][Reported by eumario] Ruby/GObjectIntrospection * Improvements + Supported non GObject struct as return value. [GitHub#286][Reported by Christopher L. Ramsey] + Supported list_XXX method name. + Supported freeing GList<GObjet *>. + Supported array of struct as input argument. + Supported auto native package install on CentOS 7. + Supported can_XXX? predicate. + Supported the number of array as input argument. [Suggested by John Cupitt] + Supported array of GValue as input argument. + Supported array as return value. + Supported GClosure as input argument. + Supported GSList<GObject *> as input argument. + Supported GSList<GObject *> as output argument. [GitHub#324][Reported by cedlemo] + Supported union as input argument. + Supported array of guint8 as input argument. + Supported array of gint32 as input argument. + Supported class methods defined in XXXClass. + Supported GList<GBoxed *> as output argument. [GitHub#389][Reported by eumario] + Supported GList<GInterface *> as return value. [GitHub#501][Reported by Christopher L. Ramsey] + Supported GVariant as return value. [GitHub#502][Reported by kitone] * Fixes + Fixed a bug that GList<GObjet *> return type method always returns nil. + Fixed a bug that not predicate is treated as predicate. + Fixed a bug that self is different. Ruby/GIO2 * Improvements + Supported GAsyncReadyCallback. [GitHub#302][Reported by Christopher L. Ramsey] + Added ActionMap#add_actions. Ruby/Pango * Improvements + Added Pango::Language#sample_string. Ruby/GDK3 * Improvements + Added backward compatibility APIs. [GitHub#284][Reported by Christopher L. Ramsey] + Added constants in Gdk::Selection. [GitHub#254][Patch by Masafumi Yokoyama] + Added missing deprecations. [GitHub#291][Reported by Michel Boaventura] + Added RGBA.parse. [GitHub#295][Reported by carlosjhr64] + Supported Gdk::Rectangle. [GitHub#319][Reported by cedlemo] + Supported Gdk::Screen#get_setting. [GitHub#376][Reported by cedlemo] + Added Gdk::Screen#get_monitor. * Fixes + Fixed a bug that GDK_KEY_XXX raises an error. [ruby-gnome2-devel-en] [Reported by Detlef Reichl] Ruby/GTK3 * Improvements + Migrated to GObject Introspection based bindings from hand writing bindings. Now, all the latest API in GTK+ are supported. [Hiroshi Hatake][Detlef Reichl][cedlemo][John Cupitt] [Masafumi Yokoyama] [eumario][PeterWAWood][Daiki Ueno] + Updated samples. [Patch by cedlemo] Ruby/GtkSourceView3 * Improvements + Migrated to GObject Introspection based bindings from hand writing bindings. Now, all the latest API in GtkSourceView are supported. Ruby/VTE3 * Improvements + Migrated to GObject Introspection based bindings from hand writing bindings. Now, all the latest API in VTE are supported. [cedlemo] Ruby/GStreamer * Fixes + Fixed native package name on CentOS and Fedora. + Fixed shebang. [GitHub#507][Patch by Dmitry Marakasov] Ruby/RSVG2 * Improvements + Added :file_name, :data and :flags option to RSVG::Handle.new. + Updated a sample. [GitHub#518][Patch by Robert A. Heiler]. * Fixes + Fixed a memory leak of RSVG::Handle.new_from_data and RSVG::Handle.new_from_file. [GitHub#318][Reported by Kagetsuki] Ruby/Clutter * Improvements + Added Clutter::Version.or_later?. Ruby/WebKit2GTK * Improvements + Added. Thanks * Hiroshi Hatake * Christopher L. Ramsey * Masafumi Yokoyama * cedlemo * Detlef Reichl * Kagetsuki * eumario * PeterWAWood * Hiroyuki Sato * Daiki Ueno * prpr_mann * Dmitry Marakasov ---
-rw-r--r--devel/ruby-gnome2-gio/PLIST6
-rw-r--r--devel/ruby-gnome2-glib/PLIST3
-rw-r--r--devel/ruby-gnome2-gobject-introspection/PLIST4
-rw-r--r--devel/ruby-gnome2-pango/PLIST3
-rw-r--r--graphics/ruby-gnome2-clutter/PLIST3
-rw-r--r--graphics/ruby-gnome2-gdk3/PLIST5
-rw-r--r--meta-pkgs/ruby-gnome2/Makefile.common5
-rw-r--r--meta-pkgs/ruby-gnome2/distinfo9
-rw-r--r--multimedia/ruby-gnome2-clutter-gstreamer/PLIST3
-rw-r--r--multimedia/ruby-gnome2-gstreamer/PLIST4
-rw-r--r--print/ruby-gnome2-poppler/Makefile3
-rw-r--r--www/ruby-gnome2-webkit-gtk/Makefile3
-rw-r--r--www/ruby-gnome2-webkit-gtk/PLIST3
-rw-r--r--www/ruby-gnome2-webkit-gtk2/Makefile3
-rw-r--r--x11/ruby-gnome2-gtk3/Makefile3
-rw-r--r--x11/ruby-gnome2-gtk3/PLIST74
-rw-r--r--x11/ruby-gnome2-gtksourceview3/Makefile7
-rw-r--r--x11/ruby-gnome2-gtksourceview3/PLIST6
18 files changed, 114 insertions, 33 deletions
diff --git a/devel/ruby-gnome2-gio/PLIST b/devel/ruby-gnome2-gio/PLIST
index 54127b3d2b4..90101af2911 100644
--- a/devel/ruby-gnome2-gio/PLIST
+++ b/devel/ruby-gnome2-gio/PLIST
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2014/11/09 06:27:02 obache Exp $
+@comment $NetBSD: PLIST,v 1.6 2015/12/13 10:52:14 tsutsui Exp $
lib/pkgconfig/ruby-gio2.pc
${RUBY_VENDORLIB}/gio2.rb
+${RUBY_VENDORLIB}/gio2/action-map.rb
+${RUBY_VENDORLIB}/gio2/action.rb
+${RUBY_VENDORLIB}/gio2/application-command-line.rb
${RUBY_VENDORLIB}/gio2/deprecated.rb
${RUBY_VENDORLIB}/gio2/inet-address.rb
${RUBY_VENDORLIB}/gio2/input-stream.rb
@@ -8,4 +11,5 @@ ${RUBY_VENDORLIB}/gio2/loader.rb
${RUBY_VENDORLIB}/gio2/pollable-input-stream.rb
${RUBY_VENDORLIB}/gio2/pollable-output-stream.rb
${RUBY_VENDORLIB}/gio2/resources.rb
+${RUBY_VENDORLIB}/gio2/simple-action.rb
${RUBY_VENDORARCHLIB}/gio2.${RUBY_DLEXT}
diff --git a/devel/ruby-gnome2-glib/PLIST b/devel/ruby-gnome2-glib/PLIST
index 3849fa2c156..e782de756b7 100644
--- a/devel/ruby-gnome2-glib/PLIST
+++ b/devel/ruby-gnome2-glib/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.15 2014/12/30 08:53:44 obache Exp $
+@comment $NetBSD: PLIST,v 1.16 2015/12/13 10:52:15 tsutsui Exp $
lib/pkgconfig/ruby-glib2.pc
${RUBY_VENDORLIB}/glib-mkenums.rb
${RUBY_VENDORLIB}/glib2.rb
${RUBY_VENDORLIB}/glib2/deprecatable.rb
+${RUBY_VENDORLIB}/glib2/version.rb
${RUBY_VENDORLIB}/gnome2-raketask.rb
${RUBY_VENDORLIB}/gnome2/rake/external-package.rb
${RUBY_VENDORLIB}/gnome2/rake/native-binary-build-task.rb
diff --git a/devel/ruby-gnome2-gobject-introspection/PLIST b/devel/ruby-gnome2-gobject-introspection/PLIST
index d9598937baa..bccc89a24bc 100644
--- a/devel/ruby-gnome2-gobject-introspection/PLIST
+++ b/devel/ruby-gnome2-gobject-introspection/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2013/06/15 09:39:33 obache Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/12/13 10:52:15 tsutsui Exp $
lib/pkgconfig/ruby-gobject-introspection.pc
${RUBY_VENDORLIB}/gobject-introspection.rb
+${RUBY_VENDORLIB}/gobject-introspection/arg-info.rb
${RUBY_VENDORLIB}/gobject-introspection/boxed-info.rb
${RUBY_VENDORLIB}/gobject-introspection/callable-info.rb
${RUBY_VENDORLIB}/gobject-introspection/collection-reader.rb
@@ -10,5 +11,6 @@ ${RUBY_VENDORLIB}/gobject-introspection/object-info.rb
${RUBY_VENDORLIB}/gobject-introspection/repository.rb
${RUBY_VENDORLIB}/gobject-introspection/struct-info.rb
${RUBY_VENDORLIB}/gobject-introspection/union-info.rb
+${RUBY_VENDORLIB}/gobject-introspection/version.rb
${RUBY_VENDORARCHLIB}/gobject_introspection.${RUBY_DLEXT}
${RUBY_VENDORARCHLIB}/rb-gobject-introspection.h
diff --git a/devel/ruby-gnome2-pango/PLIST b/devel/ruby-gnome2-pango/PLIST
index e7f3cbde8c5..5c301a6613e 100644
--- a/devel/ruby-gnome2-pango/PLIST
+++ b/devel/ruby-gnome2-pango/PLIST
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.6 2012/01/15 12:34:44 obache Exp $
+@comment $NetBSD: PLIST,v 1.7 2015/12/13 10:52:15 tsutsui Exp $
lib/pkgconfig/ruby-pango.pc
${RUBY_VENDORARCHLIB}/pango.${RUBY_DLEXT}
${RUBY_VENDORARCHLIB}/rbpango.h
${RUBY_VENDORARCHLIB}/rbpangoconversions.h
-${RUBY_VENDORARCHLIB}/rbpangoversion.h
${RUBY_VENDORLIB}/pango.rb
diff --git a/graphics/ruby-gnome2-clutter/PLIST b/graphics/ruby-gnome2-clutter/PLIST
index bddaedec1d3..6a7264a6eb9 100644
--- a/graphics/ruby-gnome2-clutter/PLIST
+++ b/graphics/ruby-gnome2-clutter/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/12/30 08:53:44 obache Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/12/13 10:52:15 tsutsui Exp $
${RUBY_VENDORLIB}/clutter.rb
${RUBY_VENDORLIB}/clutter/actor-iter.rb
${RUBY_VENDORLIB}/clutter/actor.rb
@@ -12,3 +12,4 @@ ${RUBY_VENDORLIB}/clutter/point.rb
${RUBY_VENDORLIB}/clutter/text-buffer.rb
${RUBY_VENDORLIB}/clutter/text.rb
${RUBY_VENDORLIB}/clutter/threads.rb
+${RUBY_VENDORLIB}/clutter/version.rb
diff --git a/graphics/ruby-gnome2-gdk3/PLIST b/graphics/ruby-gnome2-gdk3/PLIST
index b2ab82f41af..6f8903d1f5a 100644
--- a/graphics/ruby-gnome2-gdk3/PLIST
+++ b/graphics/ruby-gnome2-gdk3/PLIST
@@ -1,12 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2014/11/09 06:27:03 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/12/13 10:52:15 tsutsui Exp $
${RUBY_VENDORLIB}/gdk3.rb
${RUBY_VENDORLIB}/gdk3/atom.rb
${RUBY_VENDORLIB}/gdk3/cairo.rb
${RUBY_VENDORLIB}/gdk3/color.rb
+${RUBY_VENDORLIB}/gdk3/cursor.rb
${RUBY_VENDORLIB}/gdk3/deprecated.rb
${RUBY_VENDORLIB}/gdk3/event.rb
${RUBY_VENDORLIB}/gdk3/loader.rb
${RUBY_VENDORLIB}/gdk3/rectangle.rb
${RUBY_VENDORLIB}/gdk3/rgba.rb
+${RUBY_VENDORLIB}/gdk3/screen.rb
${RUBY_VENDORLIB}/gdk3/window-attr.rb
${RUBY_VENDORLIB}/gdk3/window.rb
+
diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common
index cf732181e32..15ac7e03a0f 100644
--- a/meta-pkgs/ruby-gnome2/Makefile.common
+++ b/meta-pkgs/ruby-gnome2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2015/06/29 11:06:48 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.48 2015/12/13 10:52:15 tsutsui Exp $
#
# used by devel/ruby-gnome2-atk/Makefile
# used by devel/ruby-gnome2-gio/Makefile
@@ -10,7 +10,6 @@
# used by graphics/ruby-gnome2-clutter-gtk/Makefile
# used by graphics/ruby-gnome2-gdk3/Makefile
# used by graphics/ruby-gnome2-gdkpixbuf/Makefile
-# used by graphics/ruby-gnome2-goocanvas/Makefile
# used by graphics/ruby-gnome2-rsvg/Makefile
# used by multimedia/ruby-gnome2-clutter-gstreamer/Makefile
# used by multimedia/ruby-gnome2-gstreamer/Makefile
@@ -34,7 +33,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ruby-gnome2.osdn.jp/
LICENSE= gnu-lgpl-v2.1
-VERSION= 2.2.5
+VERSION= 3.0.7
USE_RUBY_EXTCONF?= yes
CONFIGURE_ENV+= RUBYOPT="-Ku"
diff --git a/meta-pkgs/ruby-gnome2/distinfo b/meta-pkgs/ruby-gnome2/distinfo
index e4875fd2d42..65478a100c7 100644
--- a/meta-pkgs/ruby-gnome2/distinfo
+++ b/meta-pkgs/ruby-gnome2/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.43 2015/05/17 06:45:23 tsutsui Exp $
+$NetBSD: distinfo,v 1.44 2015/12/13 10:52:15 tsutsui Exp $
-SHA1 (ruby-gnome2-all-2.2.5.tar.gz) = 646a2486df575b3eb6cf9143e9a741f09a7a2af3
-RMD160 (ruby-gnome2-all-2.2.5.tar.gz) = 154f8ba4ed6a8e4d912937b6a0b340eff2021b55
-Size (ruby-gnome2-all-2.2.5.tar.gz) = 1696485 bytes
+SHA1 (ruby-gnome2-all-3.0.7.tar.gz) = 4a425fd604ace29319c9774dc52cdc0fc7532110
+RMD160 (ruby-gnome2-all-3.0.7.tar.gz) = 11dadb53ec4e9039c33df32aa84afd6b358afb8e
+SHA512 (ruby-gnome2-all-3.0.7.tar.gz) = 0cfd5dd13ef0e0986ddd2235f88ffb21d15e6cb709b47252bb34e587fef88c0234e65f178eccec7dbfd45759ba37f1bbdcee6c7908d3f9daaf3369453b2478ee
+Size (ruby-gnome2-all-3.0.7.tar.gz) = 1692752 bytes
SHA1 (patch-glib2_lib_mkmf-gnome2.rb) = 7ea9f2066aae905e64d8477f500245e3e3b5df9e
diff --git a/multimedia/ruby-gnome2-clutter-gstreamer/PLIST b/multimedia/ruby-gnome2-clutter-gstreamer/PLIST
index a1846253107..7b8c155d7db 100644
--- a/multimedia/ruby-gnome2-clutter-gstreamer/PLIST
+++ b/multimedia/ruby-gnome2-clutter-gstreamer/PLIST
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/11/09 06:27:03 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/12/13 10:52:15 tsutsui Exp $
${RUBY_VENDORLIB}/clutter-gst.rb
+${RUBY_VENDORLIB}/clutter-gst/version.rb
${RUBY_VENDORLIB}/clutter-gstreamer.rb
diff --git a/multimedia/ruby-gnome2-gstreamer/PLIST b/multimedia/ruby-gnome2-gstreamer/PLIST
index 45ad2070048..feeb9783f1b 100644
--- a/multimedia/ruby-gnome2-gstreamer/PLIST
+++ b/multimedia/ruby-gnome2-gstreamer/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2014/11/09 06:27:03 obache Exp $
+@comment $NetBSD: PLIST,v 1.9 2015/12/13 10:52:15 tsutsui Exp $
lib/pkgconfig/ruby-gstreamer.pc
${RUBY_VENDORLIB}/gst.rb
${RUBY_VENDORLIB}/gst/base-loader.rb
@@ -11,5 +11,7 @@ ${RUBY_VENDORLIB}/gst/element.rb
${RUBY_VENDORLIB}/gst/plugin-feature.rb
${RUBY_VENDORLIB}/gst/registry.rb
${RUBY_VENDORLIB}/gst/structure.rb
+${RUBY_VENDORLIB}/gst/type-find-factory.rb
+${RUBY_VENDORLIB}/gst/version.rb
${RUBY_VENDORLIB}/gstreamer.rb
${RUBY_VENDORARCHLIB}/gstreamer.${RUBY_DLEXT}
diff --git a/print/ruby-gnome2-poppler/Makefile b/print/ruby-gnome2-poppler/Makefile
index 2aa1b045114..f805d053d1e 100644
--- a/print/ruby-gnome2-poppler/Makefile
+++ b/print/ruby-gnome2-poppler/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2015/11/23 10:30:17 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2015/12/13 10:52:15 tsutsui Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION}
-PKGREVISION= 3
COMMENT= Ruby binding of poppler-glib
CATEGORIES= print
diff --git a/www/ruby-gnome2-webkit-gtk/Makefile b/www/ruby-gnome2-webkit-gtk/Makefile
index fc74007520c..309c66066a5 100644
--- a/www/ruby-gnome2-webkit-gtk/Makefile
+++ b/www/ruby-gnome2-webkit-gtk/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2015/08/23 10:17:55 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2015/12/13 10:52:15 tsutsui Exp $
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-webkit-gtk-${VERSION}
-PKGREVISION= 1
COMMENT= Ruby binding of WebKitGTK+
CATEGORIES= www
diff --git a/www/ruby-gnome2-webkit-gtk/PLIST b/www/ruby-gnome2-webkit-gtk/PLIST
index 64575f43211..a80dcda5a77 100644
--- a/www/ruby-gnome2-webkit-gtk/PLIST
+++ b/www/ruby-gnome2-webkit-gtk/PLIST
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2013/06/15 09:39:34 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/12/13 10:52:15 tsutsui Exp $
${RUBY_VENDORLIB}/webkit-gtk.rb
+${RUBY_VENDORLIB}/webkit-gtk/version.rb
diff --git a/www/ruby-gnome2-webkit-gtk2/Makefile b/www/ruby-gnome2-webkit-gtk2/Makefile
index fbdba729be0..7638108ccea 100644
--- a/www/ruby-gnome2-webkit-gtk2/Makefile
+++ b/www/ruby-gnome2-webkit-gtk2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2015/08/23 13:19:41 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2015/12/13 10:52:16 tsutsui Exp $
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-webkit-gtk2-${VERSION}
-PKGREVISION= 1
COMMENT= Ruby binding of WebKitGTK+ for GTK2+
CATEGORIES= www
diff --git a/x11/ruby-gnome2-gtk3/Makefile b/x11/ruby-gnome2-gtk3/Makefile
index 84c02cbb339..78337091528 100644
--- a/x11/ruby-gnome2-gtk3/Makefile
+++ b/x11/ruby-gnome2-gtk3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2015/05/17 06:45:23 tsutsui Exp $
+# $NetBSD: Makefile,v 1.18 2015/12/13 10:52:16 tsutsui Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtk3-${VERSION}
@@ -19,6 +19,7 @@ do-test:
BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}
.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
BUILDLINK_API_DEPENDS.ruby-gnome2-pango+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}
+.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../devel/ruby-gnome2-pango/buildlink3.mk"
.include "../../graphics/ruby-rcairo/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
diff --git a/x11/ruby-gnome2-gtk3/PLIST b/x11/ruby-gnome2-gtk3/PLIST
index 63427be54b8..035b8538ca3 100644
--- a/x11/ruby-gnome2-gtk3/PLIST
+++ b/x11/ruby-gnome2-gtk3/PLIST
@@ -1,8 +1,74 @@
-@comment $NetBSD: PLIST,v 1.1 2013/02/07 13:41:57 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/12/13 10:52:16 tsutsui Exp $
lib/pkgconfig/ruby-gtk3.pc
${RUBY_VENDORLIB}/gtk3.rb
-${RUBY_VENDORLIB}/gtk3/base.rb
+${RUBY_VENDORLIB}/gtk3/about-dialog.rb
+${RUBY_VENDORLIB}/gtk3/action-group.rb
+${RUBY_VENDORLIB}/gtk3/action.rb
+${RUBY_VENDORLIB}/gtk3/binding-set.rb
+${RUBY_VENDORLIB}/gtk3/border.rb
+${RUBY_VENDORLIB}/gtk3/box.rb
+${RUBY_VENDORLIB}/gtk3/builder.rb
+${RUBY_VENDORLIB}/gtk3/button.rb
+${RUBY_VENDORLIB}/gtk3/calendar.rb
+${RUBY_VENDORLIB}/gtk3/cell-layout.rb
+${RUBY_VENDORLIB}/gtk3/check-menu-item.rb
+${RUBY_VENDORLIB}/gtk3/clipboard.rb
+${RUBY_VENDORLIB}/gtk3/color-chooser-dialog.rb
+${RUBY_VENDORLIB}/gtk3/combo-box-text.rb
+${RUBY_VENDORLIB}/gtk3/combo-box.rb
+${RUBY_VENDORLIB}/gtk3/container.rb
+${RUBY_VENDORLIB}/gtk3/css-provider.rb
${RUBY_VENDORLIB}/gtk3/deprecated.rb
+${RUBY_VENDORLIB}/gtk3/dialog.rb
+${RUBY_VENDORLIB}/gtk3/file-chooser-dialog.rb
+${RUBY_VENDORLIB}/gtk3/font-chooser-dialog.rb
+${RUBY_VENDORLIB}/gtk3/gdk-drag-context.rb
+${RUBY_VENDORLIB}/gtk3/gesture-multi-press.rb
+${RUBY_VENDORLIB}/gtk3/icon-size.rb
+${RUBY_VENDORLIB}/gtk3/icon-theme.rb
+${RUBY_VENDORLIB}/gtk3/icon-view.rb
+${RUBY_VENDORLIB}/gtk3/image-menu-item.rb
+${RUBY_VENDORLIB}/gtk3/image.rb
+${RUBY_VENDORLIB}/gtk3/label.rb
+${RUBY_VENDORLIB}/gtk3/level-bar.rb
+${RUBY_VENDORLIB}/gtk3/list-store.rb
+${RUBY_VENDORLIB}/gtk3/loader.rb
+${RUBY_VENDORLIB}/gtk3/menu-item.rb
+${RUBY_VENDORLIB}/gtk3/message-dialog.rb
+${RUBY_VENDORLIB}/gtk3/paned.rb
+${RUBY_VENDORLIB}/gtk3/radio-action.rb
+${RUBY_VENDORLIB}/gtk3/radio-button.rb
+${RUBY_VENDORLIB}/gtk3/recent-chooser-dialog.rb
+${RUBY_VENDORLIB}/gtk3/scale-button.rb
+${RUBY_VENDORLIB}/gtk3/scrolled-window.rb
+${RUBY_VENDORLIB}/gtk3/search-bar.rb
+${RUBY_VENDORLIB}/gtk3/selection-data.rb
+${RUBY_VENDORLIB}/gtk3/show-uri.rb
+${RUBY_VENDORLIB}/gtk3/spin-button.rb
+${RUBY_VENDORLIB}/gtk3/stack.rb
+${RUBY_VENDORLIB}/gtk3/stock-item.rb
+${RUBY_VENDORLIB}/gtk3/stock.rb
+${RUBY_VENDORLIB}/gtk3/style-context.rb
+${RUBY_VENDORLIB}/gtk3/style-properties.rb
+${RUBY_VENDORLIB}/gtk3/table.rb
+${RUBY_VENDORLIB}/gtk3/target-entry.rb
+${RUBY_VENDORLIB}/gtk3/target-list.rb
+${RUBY_VENDORLIB}/gtk3/text-buffer.rb
+${RUBY_VENDORLIB}/gtk3/text-iter.rb
+${RUBY_VENDORLIB}/gtk3/text-tag-table.rb
+${RUBY_VENDORLIB}/gtk3/toggle-action.rb
+${RUBY_VENDORLIB}/gtk3/toggle-button.rb
+${RUBY_VENDORLIB}/gtk3/tool-button.rb
+${RUBY_VENDORLIB}/gtk3/tree-iter.rb
+${RUBY_VENDORLIB}/gtk3/tree-model-filter.rb
+${RUBY_VENDORLIB}/gtk3/tree-model.rb
+${RUBY_VENDORLIB}/gtk3/tree-path.rb
+${RUBY_VENDORLIB}/gtk3/tree-selection.rb
+${RUBY_VENDORLIB}/gtk3/tree-store.rb
+${RUBY_VENDORLIB}/gtk3/tree-view-column.rb
+${RUBY_VENDORLIB}/gtk3/tree-view.rb
+${RUBY_VENDORLIB}/gtk3/ui-manager.rb
+${RUBY_VENDORLIB}/gtk3/version.rb
+${RUBY_VENDORLIB}/gtk3/widget.rb
+${RUBY_VENDORLIB}/gtk3/window.rb
${RUBY_VENDORARCHLIB}/gtk3.${RUBY_DLEXT}
-${RUBY_VENDORARCHLIB}/rbgtk3.h
-${RUBY_VENDORARCHLIB}/rbgtk3conversions.h
diff --git a/x11/ruby-gnome2-gtksourceview3/Makefile b/x11/ruby-gnome2-gtksourceview3/Makefile
index 94b58593902..ec2617583ff 100644
--- a/x11/ruby-gnome2-gtksourceview3/Makefile
+++ b/x11/ruby-gnome2-gtksourceview3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/05/17 06:45:24 tsutsui Exp $
+# $NetBSD: Makefile,v 1.19 2015/12/13 10:52:16 tsutsui Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtksourceview3-${VERSION}
@@ -7,7 +7,10 @@ CATEGORIES= x11
CONFLICTS+= ruby[0-9][0-9]-gnome2-gtksourceview3-[0-9]*
-RUBY_EXTCONF_SUBDIRS= gtksourceview3
+RUBY_SETUP_SUBDIRS= gtksourceview3
+USE_RUBY_EXTCONF= no
+USE_RUBY_SETUP= yes
+USE_RUBY_SETUP_PKG= yes
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk3>=${VERSION}:../../x11/ruby-gnome2-gtk3
diff --git a/x11/ruby-gnome2-gtksourceview3/PLIST b/x11/ruby-gnome2-gtksourceview3/PLIST
index 35d9ae71839..676d9110612 100644
--- a/x11/ruby-gnome2-gtksourceview3/PLIST
+++ b/x11/ruby-gnome2-gtksourceview3/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2013/02/07 13:41:57 obache Exp $
-lib/pkgconfig/ruby-gtksourceview3.pc
+@comment $NetBSD: PLIST,v 1.2 2015/12/13 10:52:16 tsutsui Exp $
${RUBY_VENDORLIB}/gtksourceview3.rb
${RUBY_VENDORLIB}/gtksourceview3/deprecated.rb
-${RUBY_VENDORARCHLIB}/gtksourceview3.${RUBY_DLEXT}
+${RUBY_VENDORLIB}/gtksourceview3/loader.rb
+${RUBY_VENDORLIB}/gtksourceview3/mark-attributes.rb