diff options
author | obache <obache@pkgsrc.org> | 2013-03-16 12:25:47 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-16 12:25:47 +0000 |
commit | dc3728ff2e7f0bbebc68a38874e4054d4c437473 (patch) | |
tree | 1532a931fc7c8cda620113f18148265645b301e3 /graphics/ruby-gnome2-rsvg | |
parent | 2dd1a43417bbdfca1c60afe0f8d517e21aafe853 (diff) | |
download | pkgsrc-dc3728ff2e7f0bbebc68a38874e4054d4c437473.tar.gz |
Update ruby-gnome2 to 1.2.2.
== Ruby-GNOME2 1.2.2: 2013-03-11
Ruby 2.0.0 support release!
=== Changes
==== Ruby/GLib2
* Improvements
* Supported test on Ruby 2.0.0.
[GitHub #134] [Reported by mtasaka]
==== Ruby/Poppler
* Improvements
* Removed deprecated GDK support.
==== Ruby/GDK3
* Improvements
* Supported Ruby 2.0.0.
[GitHub#129] [Reported by TOMITA Masahiro]
==== Ruby/GObjectIntrospection
* Improvements
* Supported not GType based flags.
* Supported not GType based enum.
* Supported custom callback function.
* Supported .h install.
* Supported .pc install.
* More Rubyish method names are used.
* Stopped to raise exception when there are two or more out
parameters.
* Added Loader.start_callback_dispatch_thread().
* Supported arguments validation.
* Stopped to use array for just one return value.
* Supported Enumerator.
* Hide constructor methods.
==== Ruby/GtkSourceView3
* Fixes
* Fixed wrong deb package name.
==== Ruby/Clutter
* Fixes
* Fixed wrong initialized check.
* Stopped to override Clutter.init unexpectedly.
==== Ruby/ClutterGTK
* Fixes
* Fixed wrong initialized check.
==== Ruby/WebKitGTK
* Fixes
* Fixed wrong initialized check.
=== Thanks
* Vincent Carmona
(for unreleased GObjectIntrospection based GStreamer bindings)
* TOMITA Masahiro
* NAKAJIMA Takashi
(for unreleased GObjectIntrospection based GStreamer bindings)
* mtasaka
Diffstat (limited to 'graphics/ruby-gnome2-rsvg')
-rw-r--r-- | graphics/ruby-gnome2-rsvg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ruby-gnome2-rsvg/Makefile b/graphics/ruby-gnome2-rsvg/Makefile index e281f4eac12..63166adce21 100644 --- a/graphics/ruby-gnome2-rsvg/Makefile +++ b/graphics/ruby-gnome2-rsvg/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2013/02/16 11:22:29 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2013/03/16 12:25:48 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-rsvg-${VERSION} COMMENT= Ruby binding of librsvg -PKGREVISION= 1 CATEGORIES= graphics CONFLICTS+= ruby[0-9][0-9]-gnome2-rsvg-[0-9]* |