diff options
author | obache <obache@pkgsrc.org> | 2013-05-08 12:47:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-05-08 12:47:05 +0000 |
commit | 796e1f21069e6344364655a323b07b89f506d03a (patch) | |
tree | d175cf6301a016a4d85aadad4603fbc2ba7f3b40 /devel/ruby-gnome2-glib | |
parent | 8c2b3b847f1d894f8f28ab21b977f7e9ba801653 (diff) | |
download | pkgsrc-796e1f21069e6344364655a323b07b89f506d03a.tar.gz |
Update ruby-gnome2 to 2.0.0.
GObject Introspection based bindings on Windows support release!
=== Changes
==== NEWS
* Fixes
* Fixed a typo. [Reported by Masafumi Yokoyama]
* FIxed a typo. [Reported by Toyo Abe]
==== Ruby/GLib2
* Improvements
* Moved lib/gnome2-*.rb files to lib/gnome2/ directory.
* Supported GLib 2.34. [Reported by OBATA Akio]
==== Ruby/GdkPixbuf2
* Fixes
* [windows] Fixed PNG can't be handled problem.
[ruby-gnoem2-devel-ja] [Reported by Masafumi Yokoyama]
==== Ruby/GDK3
* Improvements
* [windows] Removed needless Greybird theme.
[ruby-gnome2-devel-en] [Reported by Regis d'Aubarede]
* Added Gdk::Window#create_cairo_context
[ruby-gnome2-devel-en] [Reported by Detlef Reichl]
==== Ruby/GTK3
* Improvements
* Updated samples.
[GitHub #140][GitHub #141][GitHub #144]
[Patch by Simon Arnaud]
[GitHub #142][GitHub #143][GitHub #145][GitHub #146][GitHub #148]
[Patch by Detlef Reichl]
==== Ruby/GObjectIntrospection
* Improvements
* [windows] Supported!
==== Ruby/GStreamer
* Improvements
* Supported GStreamer 1.0!
* Migrated to GObject Introspection bindings!
* Dropped GStreamer 0.10 support.
==== Ruby/Clutter
* Improvements
* [windows] Supported!
==== Ruby/ClutterGTK
* Improvements
* [windows] Supported!
Diffstat (limited to 'devel/ruby-gnome2-glib')
-rw-r--r-- | devel/ruby-gnome2-glib/PLIST | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/ruby-gnome2-glib/PLIST b/devel/ruby-gnome2-glib/PLIST index 21fb6aeb39c..1192ea3daa5 100644 --- a/devel/ruby-gnome2-glib/PLIST +++ b/devel/ruby-gnome2-glib/PLIST @@ -1,11 +1,16 @@ -@comment $NetBSD: PLIST,v 1.13 2012/08/30 13:36:33 obache Exp $ +@comment $NetBSD: PLIST,v 1.14 2013/05/08 12:47:05 obache Exp $ lib/pkgconfig/ruby-glib2.pc ${RUBY_VENDORLIB}/glib-mkenums.rb ${RUBY_VENDORLIB}/glib2.rb ${RUBY_VENDORLIB}/glib2/deprecatable.rb ${RUBY_VENDORLIB}/gnome2-raketask.rb -${RUBY_VENDORLIB}/gnome2-win32-binary-build-task.rb -${RUBY_VENDORLIB}/gnome2-win32-binary-download-task.rb +${RUBY_VENDORLIB}/gnome2/rake/external-package.rb +${RUBY_VENDORLIB}/gnome2/rake/native-binary-build-task.rb +${RUBY_VENDORLIB}/gnome2/rake/package-task.rb +${RUBY_VENDORLIB}/gnome2/rake/package.rb +${RUBY_VENDORLIB}/gnome2/rake/source-download-task.rb +${RUBY_VENDORLIB}/gnome2/rake/win32-binary-build-task.rb +${RUBY_VENDORLIB}/gnome2/rake/win32-binary-download-task.rb ${RUBY_VENDORARCHLIB}/glib-enum-types.h ${RUBY_VENDORARCHLIB}/glib2.${RUBY_DLEXT} ${RUBY_VENDORARCHLIB}/rbgcompat.h |