diff options
author | tsutsui <tsutsui> | 2017-01-29 07:54:19 +0000 |
---|---|---|
committer | tsutsui <tsutsui> | 2017-01-29 07:54:19 +0000 |
commit | 2f5683467b09d8e37be90650bdb5ada5c6e09b26 (patch) | |
tree | 623d92cd490eedcd5a94a8586b9a897044e6164a /meta-pkgs | |
parent | 93b7684f1c335947e73b86285ee9c6d806097cae (diff) | |
download | pkgsrc-2f5683467b09d8e37be90650bdb5ada5c6e09b26.tar.gz |
Update ruby-gnome2 packages to 3.1.1.
pkgsrc changes:
* add graphics/ruby-gnome2-clutter-gdk
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.1/NEWS)
== Ruby-GNOME2 3.1.1: 2017-01-26
=== Changes
==== All
* Improvements
* Windows: Supported Ruby 2.4.
==== Ruby/GLib2
* Improvements
* (({GLib::DateTime})): Added.
[GitHub#961][GitHub#965]
[Patch by cedlemo]
* (({GLib::TimeZone})): Added. [GitHub#963][Patch by cedlemo]
* Stopped to show "message", "info" and "debug" level logs by default.
You can enable them by (({$DEBUG = true})).
[GitHub#981][Reported by PeterWAWood]
* Windows: Updated bundled PCRE to 8.40.
==== Ruby/GObjectIntrospection
* Improvements
* Supported outputting (({guint8})) array.
* Supported converting (({equal})) method to (({==})) method.
* Supported auto (({Enumerable})) inclusion for classes and
modules that have (({each})) method.
==== Ruby/GIO2
* Improvements
* (({Gio::Settings#initialize})): Added backward compatible API
again.
* Fixes
* Supported GIO 2.38 or earlier again.
==== Ruby/Pango
* Fixes
* (({Pango::LayoutLine#x_to_index})): Fixed a crash bug.
* Windows: Updated bundled HarfBuzz to 1.4.1.
* Windows: Updated bundled ICU to 58.2.
==== Ruby/GdkPixbuf2
* Improvements
* (({GdkPixbuf::Pixbuf#save_to_buffer})): Supported again but it's
deprecated. Use (({GdkPixbuf::Pixbuf#save})) instead.
* Windows: Updated bundled gdk-pixbuf to 2.36.4.
==== Ruby/GDK3
* Improvements
* Windows: Updated bundled GTK+ to 3.22.7.
==== Ruby/GTK3
* Improvements
* (({Gtk::TreeViewColumn#initialize})): Supported option Hash.
[GitHub#958][Patch by Detlef Wagner]
* Updated samples. [Patch by cedlemo]
* (({Gtk::Dialog#get_widget_for_response_id})): Supported
(({Symbol})) as response ID.
[GitHub#978][Patch by Detlef Wagner]
* (({Gtk::Container#add})): Changed to return (({self})) again.
* Windows: u
==== Ruby/Poppler
* Fixes
* (({Poppler::IndexIter})): Fixed a crash bug.
* (({Poppler::IndexIter#child})): Added a missing (({NULL}))
check.
* Fixed types of action classes. They must be (({GLib::Boxed})).
==== Ruby/GStreamer
* Improvements
* Windows: Updated bundled GStreamer to 1.10.2.
==== Ruby/ClutterGStreamer
* Improvements
* Windows: Updated bundled Clutter-GStreamer to 3.0.22.
==== Ruby/GtkSourceView3
* Improvements
* Windows: Updated bundled GtkSourceView to 3.22.2.
==== Ruby/GSF
* Improvements
* Windows: Updated bundled GSF to 1.14.41.
=== Thanks
* Detlef Wagner
* cedlemo
* PeterWAWood
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/ruby-gnome2/Makefile | 3 | ||||
-rw-r--r-- | meta-pkgs/ruby-gnome2/Makefile.common | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/meta-pkgs/ruby-gnome2/Makefile b/meta-pkgs/ruby-gnome2/Makefile index ce463d26958..e2b47c33bb5 100644 --- a/meta-pkgs/ruby-gnome2/Makefile +++ b/meta-pkgs/ruby-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2016/04/16 17:41:04 tsutsui Exp $ +# $NetBSD: Makefile,v 1.26 2017/01/29 07:54:20 tsutsui Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${VERSION} @@ -12,6 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}:../../devel/ruby-gnome2-pango DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-cairo-gobject>=${VERSION}:../../graphics/ruby-gnome2-cairo-gobject DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter>=${VERSION}:../../graphics/ruby-gnome2-clutter +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter-gdk>=${VERSION}:../../graphics/ruby-gnome2-clutter-gdk DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter-gtk>=${VERSION}:../../graphics/ruby-gnome2-clutter-gtk DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdk3>=${VERSION}:../../graphics/ruby-gnome2-gdk3 DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common index 0ff9a886541..de12eda8bb5 100644 --- a/meta-pkgs/ruby-gnome2/Makefile.common +++ b/meta-pkgs/ruby-gnome2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.52 2016/11/18 12:41:35 tsutsui Exp $ +# $NetBSD: Makefile.common,v 1.53 2017/01/29 07:54:20 tsutsui Exp $ # # used by devel/ruby-gnome2-atk/Makefile # used by devel/ruby-gnome2-gio/Makefile @@ -7,6 +7,7 @@ # used by devel/ruby-gnome2-pango/Makefile # used by graphics/ruby-gnome2-cairo-gobject/Makefile # used by graphics/ruby-gnome2-clutter/Makefile +# used by graphics/ruby-gnome2-clutter-gdk/Makefile # used by graphics/ruby-gnome2-clutter-gtk/Makefile # used by graphics/ruby-gnome2-gdk3/Makefile # used by graphics/ruby-gnome2-gdkpixbuf/Makefile @@ -28,4 +29,4 @@ MAINTAINER= tsutsui@NetBSD.org HOMEPAGE= http://ruby-gnome2.osdn.jp/ LICENSE= gnu-lgpl-v2.1 -VERSION= 3.1.0 +VERSION= 3.1.1 |