diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2016-04-16 17:41:03 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2016-04-16 17:41:03 +0000 |
commit | eb47f6df69ea63f1f9c2e15281188844a90d82ca (patch) | |
tree | cb84acb877dc17700237d25af25b65b9f1ad4d6f /meta-pkgs/ruby-gnome2 | |
parent | 1fa86a54400ddfc23c457b08c4ecbc91a0975b10 (diff) | |
download | pkgsrc-eb47f6df69ea63f1f9c2e15281188844a90d82ca.tar.gz |
Update ruby-gnome2 packages to 3.0.8.
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.0.8/NEWS)
= Ruby-GNOME2 3.0.8: 2016-04-03
It's a release that improves GTK+ 3 support.
=== Changes
==== All
* Droped Ruby 2.0.0 support.
* Travis: use Trusty beta image.
[Patch by Hiroshi Hatake]
* Added AltLinux to supported OSes.
[Patch by Malo Skrylevo]
==== Ruby/GLib2
* Improvements
* Added (({RVAL2CSTR_PTR_ACCEPT_NIL})).
* Added (({RVAL2CSTR_RAW})).
* Added (({RVAL2CSTR_RAW_ACCEPT_NIL})).
* Supported (({GLib::Variant.new(value, type)})).
* Added (({GLib::Regex})) class.
[Patch by cedlemo]
* Supported more variant types in (({rbg_variant_to_ruby})).
[Patch by Aurelien Jacobs]
* Supported array in (({rg_ruby_to_variant})).
[Patch by Aurelien Jacobs]
* Added (({GLib::Regex#split})).
[Patch by cedlemo]
* Added (({GLib::Regex#match})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo})) class.
[Patch by cedlemo]
* Added (({GLib::Regex#max_backref})).
[Patch by cedlemo]
* Added (({GLib::Regex#capture_count})).
[Patch by cedlemo]
* Added (({GLib::Regex#has_cr_or_lf?})).
[Patch by cedlemo]
* Added (({GLib::Regex#max_lookbehind})).
[Patch by cedlemo]
* Added (({GLib::Regex#string_number})).
[Patch by cedlemo]
* Added (({GLib::Regex.escape_string})).
[Patch by cedlemo]
* Added (({GLib::Regex#match?})).
[Patch by cedlemo]
* Added (({GLib::Regex#match_all})).
[Patch by cedlemo]
* Added (({GLib::Regex#split})).
[Patch by cedlemo]
* Added (({GLib::Regex#replace})).
[Patch by cedlemo]
* Added (({GLib::Regex#check_replacement})).
[Patch by cedlemo]
* Added (({GLib::Regex#replace_eval})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#partial_match})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#fetch})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#[]})).
* Added (({GLib::MatchInfo#fetch_pos})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#fetch_position})).
* Added (({GLib::MatchInfo#fetch_all})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#next})).
[Patch by cedlemo]
* Fixes
* Fixed a bug that raw string is converted to UTF-8.
* Fixed handling of 64 bits (({FIXNUM})) variant initialization.
==== Ruby/GObjectIntrospection
* Improvements
* Supported allocated output parameter.
* Supported dynamic callback.
* Supported enum as output value.
* Added function type name in error message.
* Added (({RB_ZALLOC})).
* Supported freeing GType-ed union.
[GitHub#700][Reported by cedlemo]
* Added (({GI::Repository#get_version})).
* Fixes
* Fixed a bug that block is always ignored in singleton method.
[ruby-gnome2-devel-ja][Reported by Yuuki Harano]
==== Ruby/GIO2
* Improvements
* Supported (({Gio::Application.new(:arguments => [...]})).
[GitHub#519][Reported by Mamoru TASAKA]
* Started to use dynamic callback.
==== Ruby/GTK3
* Improvements
* Supported (({Gtk::Clipboard#request_text})).
[ruby-gnome2-devel-en][Reported by Detlef Reichl]
* Supported (({Gtk::Clipboard#request_contents})).
* Supported (({Gtk::Clipboard#request_image})).
* Supported (({Gtk::Clipboard#request_targets})).
* Supported (({Gtk::Clipboard#request_rich_text})).
* Supported (({Gtk::Clipboard#request_uris})).
* Updated main demo application.
[Patch by cedlemo]
* Updated and finished sample tutorial.
[Patch by cedlemo]
* Supported (({Gtk::TreeModel#set_sort_func})).
[GitHub#596][Reported by Christopher L. Ramsey]
* Supported (({Gtk::Box#set_child_packing})).
[GitHub#602][Reported by Ibrahim Tencer]
* Updated stack demo.
[Patch by cedlemo]
* Added scale demo.
[Patch by cedlemo]
* Updated theming style classes demo.
[Patch by cedlemo]
* Created entry buffer demo.
[Patch by cedlemo]
* Made (({Gtk::EntryBuffer#new more rubyish})).
[Patch by cedlemo]
* Added markup demo.
[Patch by cedlemo]
* Added headerbar demo.
[Patch by cedlemo]
* Updated css accordion demo.
[Patch by cedlemo]
* Added pickers demo.
[Patch by cedlemo]
* Updated links demo.
[Patch by cedlemo]
* Added overlay demo.
[Patch by cedlemo]
* Added textmask demo.
[Patch by cedlemo]
* Added sidebar demo.
[Patch by cedlemo]
* Updated spinner demo.
[Patch by cedlemo]
* Updated entry completion demo.
[Patch by cedlemo]
* Added revealer demo.
[Patch by cedlemo]
* Updated expander demo.
[Patch by cedlemo]
* Added overlay2 demo.
[Patch by cedlemo]
* Updated colorsel demo.
[Patch by cedlemo]
* (({rbgobj_gc_mark_instance})) has to be called
for the (({Gtk::TreeSelection})).
[Patch by Hiroyuki Ito]
* Updated css basics demo.
[Patch by cedlemo]
* Made (({Gtk::TreeModel#iter_nth_child})) and
(({Gtk::TreeModel#iter_children})) work like
(({#get_value})).
* Added methods to Gtk::TreeIter:
* (({Gtk::TreeIter#previous!}))
* (({Gtk::TreeIter#has_child?}))
* (({Gtk::TreeIter#n_children}))
* (({Gtk::TreeIter#nth_child}))
* (({Gtk::TreeIter#children})).
[Patch by Hiroyuki Ito]
* Added support for (({Gtk::TreeSelection})).
[Patch by dutchhome]
* Updated builder demo.
[Patch by cedlemo]
* Updated css pixbufs demo.
[Patch by cedlemo]
* Updated button box demo.
[Patch by cedlemo]
* Created css shadows demo.
[Patch by cedlemo]
* Updated infobar demo.
[Patch by cedlemo]
* Added support for MenuPositionFunc in
(({Gtk::Menu#popup})).
[GitHub#61][Reported by Abby Archer]
* Made (({Gtk::Widget#translate_coordinates})) more
rubyish.
[Patch by cedlemo]
* Added support for (({EntryCompletionMatchFunc})).
[Patch by Hiroyuki Ito]
* Updated iconview edit demo.
[Patch by cedlemo]
* Updated sizegroup demo.
[Patch by cedlemo]
* Updated cursors demo.
[Patch by cedlemo]
* Made (({Gtk::MenuItem#new})) like
(({Gtk::CheckMenuItem#new})).
[Patch by Hiroyuki Ito]
* Move the (({#set_values})) implementation to
(({Gtk::TreeModel})) instead of (({Gtk::ListStore})).
[GitHub#659][Reported by detlef]
* Updated search entry2 demo.
[Patch by cedlemo]
* Updated menus demo.
[Patch by cedlemo]
* Updated css multiplebgs demo.
[Patch by cedlemo]
* Added auto generated callback for AssistantPageFunc.
* Added auto generated callback for BuilderConnectFunc.
* Updated model button demo.
[Patch by cedlemo]
* Updated dialog demo.
[Patch by cedlemo]
* Added another example sample for (({Gtk::TreeStore})).
[Patch by cedlemo]
* Added the methods:
* (({Gtk::TreePath#next!}))
* (({Gtk::TreePath#prev!}))
* (({Gtk::TreePath#up!}))
* (({Gtk::TreePath#down!})).
[Patch by cedlemo]
* Added (({Gtk::TreeIter#first_child})).
[Patch by cedlemo]
* Updated filtermodel demo.
[Patch by cedlemo]
* Updated popover demo.
[Patch by cedlemo]
* Supported (({Gtk::Builder#connect_signals})).
* Added new sample icons-theme-viewer.rb.
[Patch by cedlemo]
* Added new sample menus_from_resources.rb.
[Patch by cedlemo]
* Updated printing demo.
[Patch by cedlemo]
* Updated assistant demo.
[Patch by cedlemo]
* Updated panes demo.
[Patch by cedlemo]
* Updated font features demo.
[Patch by cedlemo]
* Fixes:
* Fixed a bug that (({Gtk::Widget.set_connect_func})) doesn't work.
[GitHub#703][Reported by cedlemo]
==== Ruby/Poppler
* Improvements:
* Removed needless (({POPPLER_TYPE_ORIENTATION})) binding.
[GiHub#653][Reported by Rob Brackett]
==== Ruby/WebKit2GTK
* Improvements:
* Supported old WebKit2GTK+.
=== Thanks
* Detlef Reichl
* Mamoru TASAKA
* cedlemo
* Christopher L. Ramsey
* Hiroyuki Ito
* dutchhome Jon Raiford
* Rob Brackett
* Abby Archer
* Yuuki Harano
* detlef
* Aurelien Jacobs
* Hiroshi Hatake
* Malo Skrylevo
Diffstat (limited to 'meta-pkgs/ruby-gnome2')
-rw-r--r-- | meta-pkgs/ruby-gnome2/Makefile | 45 | ||||
-rw-r--r-- | meta-pkgs/ruby-gnome2/Makefile.common | 4 |
2 files changed, 24 insertions, 25 deletions
diff --git a/meta-pkgs/ruby-gnome2/Makefile b/meta-pkgs/ruby-gnome2/Makefile index aceaf7ab9a7..ce463d26958 100644 --- a/meta-pkgs/ruby-gnome2/Makefile +++ b/meta-pkgs/ruby-gnome2/Makefile @@ -1,32 +1,31 @@ -# $NetBSD: Makefile,v 1.24 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile,v 1.25 2016/04/16 17:41:04 tsutsui Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${VERSION} -PKGREVISION= 1 COMMENT= Set of Ruby language bindings for GNOME2 CATEGORIES= meta-pkgs gnome -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-atk>=${VERSION}nb1:../../devel/ruby-gnome2-atk -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=${VERSION}nb1:../../devel/ruby-gnome2-gio -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}nb1:../../devel/ruby-gnome2-glib -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}nb1:../../devel/ruby-gnome2-gobject-introspection -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}nb1:../../devel/ruby-gnome2-pango -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-cairo-gobject>=${VERSION}nb1:../../graphics/ruby-gnome2-cairo-gobject -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter>=${VERSION}nb1:../../graphics/ruby-gnome2-clutter -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter-gtk>=${VERSION}nb1:../../graphics/ruby-gnome2-clutter-gtk -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdk3>=${VERSION}nb1:../../graphics/ruby-gnome2-gdk3 -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}nb1:../../graphics/ruby-gnome2-gdkpixbuf -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg>=${VERSION}nb1:../../graphics/ruby-gnome2-rsvg -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter-gstreamer>=${VERSION}nb1:../../multimedia/ruby-gnome2-clutter-gstreamer -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer>=${VERSION}nb1:../../multimedia/ruby-gnome2-gstreamer -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler>=${VERSION}nb1:../../print/ruby-gnome2-poppler -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-webkit-gtk>=${VERSION}nb1:../../www/ruby-gnome2-webkit-gtk -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-webkit-gtk2>=${VERSION}nb1:../../www/ruby-gnome2-webkit-gtk2 -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}nb1:../../x11/ruby-gnome2-gtk -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk3>=${VERSION}nb1:../../x11/ruby-gnome2-gtk3 -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtksourceview2>=${VERSION}nb1:../../x11/ruby-gnome2-gtksourceview2 -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtksourceview3>=${VERSION}nb1:../../x11/ruby-gnome2-gtksourceview3 -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-vte>=${VERSION}nb1:../../x11/ruby-gnome2-vte +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-atk>=${VERSION}:../../devel/ruby-gnome2-atk +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=${VERSION}:../../devel/ruby-gnome2-gio +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection +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-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 +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg>=${VERSION}:../../graphics/ruby-gnome2-rsvg +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter-gstreamer>=${VERSION}:../../multimedia/ruby-gnome2-clutter-gstreamer +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer>=${VERSION}:../../multimedia/ruby-gnome2-gstreamer +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler>=${VERSION}:../../print/ruby-gnome2-poppler +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-webkit-gtk>=${VERSION}:../../www/ruby-gnome2-webkit-gtk +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-webkit-gtk2>=${VERSION}:../../www/ruby-gnome2-webkit-gtk2 +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk3>=${VERSION}:../../x11/ruby-gnome2-gtk3 +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtksourceview2>=${VERSION}:../../x11/ruby-gnome2-gtksourceview2 +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtksourceview3>=${VERSION}:../../x11/ruby-gnome2-gtksourceview3 +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-vte>=${VERSION}:../../x11/ruby-gnome2-vte META_PACKAGE= yes diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common index ddb4f1a63cb..dd3c6fb4b9e 100644 --- a/meta-pkgs/ruby-gnome2/Makefile.common +++ b/meta-pkgs/ruby-gnome2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.49 2016/01/24 05:03:23 tsutsui Exp $ +# $NetBSD: Makefile.common,v 1.50 2016/04/16 17:41:04 tsutsui Exp $ # # used by devel/ruby-gnome2-atk/Makefile # used by devel/ruby-gnome2-gio/Makefile @@ -28,4 +28,4 @@ MAINTAINER= tsutsui@NetBSD.org HOMEPAGE= http://ruby-gnome2.osdn.jp/ LICENSE= gnu-lgpl-v2.1 -VERSION= 3.0.7 +VERSION= 3.0.8 |