diff options
author | obache <obache@pkgsrc.org> | 2011-02-11 13:50:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-11 13:50:06 +0000 |
commit | 1f05d39f7fab44a482058c17286fcc5c7dbf1232 (patch) | |
tree | 17ba96a80d05309415ef9f4242878c3640771b91 /x11/Makefile | |
parent | 4c7d7fa034b8481ab8bafc5338e969a8c36f67d7 (diff) | |
download | pkgsrc-1f05d39f7fab44a482058c17286fcc5c7dbf1232.tar.gz |
Update ruby-gnome2 to 0.90.7.
Removed deprecated binding packages.
== Ruby-GNOME2 0.90.7: 2011-02-02
NOTE: 0.90.x releases are for 1.0.0 major release.
A package fix release of 0.90.6.
=== Changes
==== Ruby/GLib2
* Improvments
* force remove "-Wl,--noundefined" linker option because
Ruby-GNOME2 packages doesn't support the option.
[Dobai-Pataky Bálint, Kouhei Sutou]
==== Ruby/GTK2
* Improvments
* use "MS-Windows" GTK+ theme by default on Windows.
[ashbb, Kouhei Sutou]
=== Thanks
* ashbb
* Dobai-Pataky Bálint
== Ruby-GNOME2 0.90.6: 2011-01-29
NOTE: 0.90.x releases are for 1.0.0 major release.
Removed deprecated packages. All supported packages support
RubyGems. All supported packages except Ruby/VTE,
Ruby/GStreamer and Ruby/GtkMozEmbed support also Windows
binary bundled gem.
=== Changes
==== All
* remove all deprecated packages.
[Masaaki Aoyagi]
* all supported packages support RubyGems.
[Masaaki Aoyagi]
==== Ruby/GLib2
* Imrpovements
* add gnome2-raketask.rb that is a utility library to
define Rake tasks for Ruby-GNOME2 packages.
[Masaaki Aoyagi, Kouhei Sutou]
* Fixes
* fix GType conversion.
[Kouhei Sutou]
* fix rcairo installed by RubyGems detection.
[Masaaki Aoyagi]
==== Ruby/GIO2
* Improvements
* support GIO 2.26.
[Nikolai Weibull]
==== Ruby/GStreamer
* Improvements
* add Gst::MissingURISourceMessage.
[Vincent Carmona, Kouhei Sutou]
* support RubyGems.
[Masaaki Aoyagi]
==== Ruby/Pango
* Fixes
* rename Pango::LayoutIter#at_last_line! to
at_last_line? because at_last_line is a predicate
method. (at_last_line! still exists for backward compatibility.)
[mrkn, Kouhei Sutou]
==== Ruby/GtkMozEmbed
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
* Fixes
* support "2.0b7" style module version. #3141244
[reandr, Kouhei Sutou]
==== Ruby/GooCanvas
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
==== Ruby/GtkSourceView2
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
==== Ruby/VTE
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
=== Thanks
* Vincent Carmona
* mrkn
* reandr
* Nikolai Weibull
* Masaaki Aoyagi
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/Makefile b/x11/Makefile index f914210c14d..086cfc4debc 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.628 2011/02/03 19:00:01 drochner Exp $ +# $NetBSD: Makefile,v 1.629 2011/02/11 13:50:07 obache Exp $ # COMMENT= Packages to support the X window system @@ -326,11 +326,8 @@ SUBDIR+= resourceproto SUBDIR+= rgb SUBDIR+= rox-session SUBDIR+= rox-wallpaper -SUBDIR+= ruby-gnome2-gnome SUBDIR+= ruby-gnome2-gtk -SUBDIR+= ruby-gnome2-gtksourceview SUBDIR+= ruby-gnome2-gtksourceview2 -SUBDIR+= ruby-gnome2-panelapplet SUBDIR+= ruby-gnome2-vte SUBDIR+= ruby-gtk SUBDIR+= ruby-tk |