diff options
author | obache <obache@pkgsrc.org> | 2012-01-15 12:34:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-15 12:34:44 +0000 |
commit | 37f7183d6e86e72108473fb33da717c5751040bc (patch) | |
tree | d53cfffc0588d2e2f6d1a9e03db34583b297b15f /devel | |
parent | 7e28a59773b85137889f6258d671901a6126e69c (diff) | |
download | pkgsrc-37f7183d6e86e72108473fb33da717c5751040bc.tar.gz |
Update ruby-gnome2 to 1.1.2.
== Ruby-GNOME2 1.1.2: 2012-01-15
This is a bug fix release of 1.1.1.
=== Changes
==== Ruby/GLib2
* Fixes
* [GitHub#94] install missing header files.
[Reported by mtasaka]
==== Ruby/Pango
* Fixes
* [GitHub#94] install a missing header file.
[Reported by mtasaka]
==== Ruby/GdkPixbuf2
* Fixes
* [GitHub#94] install missing header files.
[Reported by mtasaka]
=== Thanks
* mtasaka
== Ruby-GNOME2 1.1.1: 2012-01-14
This is a bug fix release of 1.1.0.
=== Changes
==== Ruby/GLib2
* Fixes
* [ruby-list:48587] Re: [ANN] Ruby-GNOME2 1.1.0
fix wrong parent class for GLib::IOChannelWin32Socket.
[Reported by ashbb]
==== Ruby/GTK2
* Fixes
* Fixed a bug that Gtk::ActionGroup#add_radio_actions always fail.
==== Ruby/GStreamer
* Improvements
* [win32] Supported FLAC.
=== Thanks
* ashbb
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-gnome2-glib/PLIST | 6 | ||||
-rw-r--r-- | devel/ruby-gnome2-pango/PLIST | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/devel/ruby-gnome2-glib/PLIST b/devel/ruby-gnome2-glib/PLIST index 3f174a556bd..6d98b63b704 100644 --- a/devel/ruby-gnome2-glib/PLIST +++ b/devel/ruby-gnome2-glib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2012/01/11 13:47:30 obache Exp $ +@comment $NetBSD: PLIST,v 1.12 2012/01/15 12:34:44 obache Exp $ lib/pkgconfig/ruby-glib2.pc ${RUBY_VENDORLIB}/glib-mkenums.rb ${RUBY_VENDORLIB}/glib2.rb @@ -9,6 +9,10 @@ ${RUBY_VENDORARCHLIB}/glib-enum-types.h ${RUBY_VENDORARCHLIB}/glib2.${RUBY_DLEXT} ${RUBY_VENDORARCHLIB}/rbgcompat.h ${RUBY_VENDORARCHLIB}/rbglib.h +${RUBY_VENDORARCHLIB}/rbglib2conversions.h +${RUBY_VENDORARCHLIB}/rbglibdeprecated.h ${RUBY_VENDORARCHLIB}/rbgobject.h ${RUBY_VENDORARCHLIB}/rbgutil.h +${RUBY_VENDORARCHLIB}/rbgutil_list.h +${RUBY_VENDORARCHLIB}/rbgutildeprecated.h ${RUBY_VENDORLIB}/mkmf-gnome2.rb diff --git a/devel/ruby-gnome2-pango/PLIST b/devel/ruby-gnome2-pango/PLIST index 73f03a2c857..e7f3cbde8c5 100644 --- a/devel/ruby-gnome2-pango/PLIST +++ b/devel/ruby-gnome2-pango/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2009/10/12 03:09:31 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/01/15 12:34:44 obache 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 |