337c83d595
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
151 lines
5.6 KiB
Text
151 lines
5.6 KiB
Text
@comment $NetBSD: PLIST,v 1.18 2016/04/16 17:41:03 tsutsui Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_EXTSDIR}/gem.build_complete
|
|
${GEM_EXTSDIR}/glib-enum-types.h
|
|
${GEM_EXTSDIR}/glib2.${RUBY_DLEXT}
|
|
${GEM_EXTSDIR}/rbgcompat.h
|
|
${GEM_EXTSDIR}/rbglib.h
|
|
${GEM_EXTSDIR}/rbglib2conversions.h
|
|
${GEM_EXTSDIR}/rbglibdeprecated.h
|
|
${GEM_EXTSDIR}/rbgobject.h
|
|
${GEM_EXTSDIR}/rbgutil.h
|
|
${GEM_EXTSDIR}/rbgutil_list.h
|
|
${GEM_EXTSDIR}/rbgutildeprecated.h
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/ext/glib2/depend
|
|
${GEM_LIBDIR}/ext/glib2/extconf.rb
|
|
${GEM_LIBDIR}/ext/glib2/glib-enum-types.c
|
|
${GEM_LIBDIR}/ext/glib2/glib-enum-types.h
|
|
${GEM_LIBDIR}/ext/glib2/glib2.def
|
|
${GEM_LIBDIR}/ext/glib2/rbgcompat.h
|
|
${GEM_LIBDIR}/ext/glib2/rbglib-variant-type.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib-variant.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib.h
|
|
${GEM_LIBDIR}/ext/glib2/rbglib2conversions.h
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_bookmarkfile.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_convert.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_error.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_fileutils.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_gettext.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_i18n.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_int64.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_io_constants.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_iochannel.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_iochannel_win32_socket.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_iochannelerror.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_keyfile.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_maincontext.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_mainloop.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_matchinfo.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_messages.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_pollfd.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_regex.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_shell.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_shellerror.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_source.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_spawn.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_spawnerror.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_threads.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_timer.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_ucs4.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_unichar.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_unicode.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_utf16.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_utf8.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_utils.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglib_win32.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglibdeprecated.c
|
|
${GEM_LIBDIR}/ext/glib2/rbglibdeprecated.h
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_binding.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_boxed.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_closure.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_convert.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_enumflags.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_enums.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_flags.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_object.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_param.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_paramspecs.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_signal.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_strv.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_type.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_typeinstance.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_typeinterface.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_typemodule.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_typeplugin.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_value.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_valuearray.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobj_valuetypes.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobject.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgobject.h
|
|
${GEM_LIBDIR}/ext/glib2/rbgprivate.h
|
|
${GEM_LIBDIR}/ext/glib2/rbgutil.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgutil.h
|
|
${GEM_LIBDIR}/ext/glib2/rbgutil_callback.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgutil_list.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgutil_list.h
|
|
${GEM_LIBDIR}/ext/glib2/rbgutildeprecated.c
|
|
${GEM_LIBDIR}/ext/glib2/rbgutildeprecated.h
|
|
${GEM_LIBDIR}/extconf.rb
|
|
${GEM_LIBDIR}/lib/glib-enum-types.h
|
|
${GEM_LIBDIR}/lib/glib-mkenums.rb
|
|
${GEM_LIBDIR}/lib/glib2.rb
|
|
${GEM_LIBDIR}/lib/glib2.${RUBY_DLEXT}
|
|
${GEM_LIBDIR}/lib/glib2/deprecatable.rb
|
|
${GEM_LIBDIR}/lib/glib2/regex.rb
|
|
${GEM_LIBDIR}/lib/glib2/version.rb
|
|
${GEM_LIBDIR}/lib/gnome2-raketask.rb
|
|
${GEM_LIBDIR}/lib/gnome2/rake/external-package.rb
|
|
${GEM_LIBDIR}/lib/gnome2/rake/native-binary-build-task.rb
|
|
${GEM_LIBDIR}/lib/gnome2/rake/package-task.rb
|
|
${GEM_LIBDIR}/lib/gnome2/rake/package.rb
|
|
${GEM_LIBDIR}/lib/gnome2/rake/source-download-task.rb
|
|
${GEM_LIBDIR}/lib/gnome2/rake/windows-binary-build-task.rb
|
|
${GEM_LIBDIR}/lib/gnome2/rake/windows-binary-download-task.rb
|
|
${GEM_LIBDIR}/lib/mkmf-gnome2.rb
|
|
${GEM_LIBDIR}/lib/rbgcompat.h
|
|
${GEM_LIBDIR}/lib/rbglib.h
|
|
${GEM_LIBDIR}/lib/rbglib2conversions.h
|
|
${GEM_LIBDIR}/lib/rbglibdeprecated.h
|
|
${GEM_LIBDIR}/lib/rbgobject.h
|
|
${GEM_LIBDIR}/lib/rbgutil.h
|
|
${GEM_LIBDIR}/lib/rbgutil_list.h
|
|
${GEM_LIBDIR}/lib/rbgutildeprecated.h
|
|
${GEM_LIBDIR}/sample/bookmarkfile.rb
|
|
${GEM_LIBDIR}/sample/idle.rb
|
|
${GEM_LIBDIR}/sample/iochannel.rb
|
|
${GEM_LIBDIR}/sample/keyfile.rb
|
|
${GEM_LIBDIR}/sample/shell.rb
|
|
${GEM_LIBDIR}/sample/spawn.rb
|
|
${GEM_LIBDIR}/sample/timeout.rb
|
|
${GEM_LIBDIR}/sample/timeout2.rb
|
|
${GEM_LIBDIR}/sample/timer.rb
|
|
${GEM_LIBDIR}/sample/type-register.rb
|
|
${GEM_LIBDIR}/sample/type-register2.rb
|
|
${GEM_LIBDIR}/sample/utils.rb
|
|
${GEM_LIBDIR}/test/glib-test-init.rb
|
|
${GEM_LIBDIR}/test/glib-test-utils.rb
|
|
${GEM_LIBDIR}/test/run-test.rb
|
|
${GEM_LIBDIR}/test/test-binding.rb
|
|
${GEM_LIBDIR}/test/test-match-info.rb
|
|
${GEM_LIBDIR}/test/test-regex.rb
|
|
${GEM_LIBDIR}/test/test-variant-type.rb
|
|
${GEM_LIBDIR}/test/test-version.rb
|
|
${GEM_LIBDIR}/test/test_enum.rb
|
|
${GEM_LIBDIR}/test/test_file_utils.rb
|
|
${GEM_LIBDIR}/test/test_flags.rb
|
|
${GEM_LIBDIR}/test/test_glib2.rb
|
|
${GEM_LIBDIR}/test/test_iochannel.rb
|
|
${GEM_LIBDIR}/test/test_key_file.rb
|
|
${GEM_LIBDIR}/test/test_mkenums.rb
|
|
${GEM_LIBDIR}/test/test_poll_fd.rb
|
|
${GEM_LIBDIR}/test/test_signal.rb
|
|
${GEM_LIBDIR}/test/test_source.rb
|
|
${GEM_LIBDIR}/test/test_spawn.rb
|
|
${GEM_LIBDIR}/test/test_timeout.rb
|
|
${GEM_LIBDIR}/test/test_unicode.rb
|
|
${GEM_LIBDIR}/test/test_utils.rb
|
|
${GEM_LIBDIR}/test/test_value.rb
|
|
${GEM_LIBDIR}/test/test_win32.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|