pkgsrc/devel/ruby-glib2/PLIST
tsutsui 906cc48e8d ruby-gnome: Update to 3.4.0.
Upstream changes (from NEWS):

== Ruby-GNOME 3.4.0: 2019-10-10

This is a bug fix release of 3.3.9.

=== Changes

==== Ruby/ATK

  * Fixes

    * Fixed a typo.
      [GitHub#1302][Reported by kojix2]

=== Thanks

  * kojix2

== Ruby-GNOME 3.3.9: 2019-10-10

This is a full GLib 2.62.0 support release.

=== Changes

==== Ruby/GLib2

  * Improvements

    * Deprecated (({GLib::Param::PRIVATE})). Use
      (({GLib::Param::STATIC_NAME})) instead.

    * Deprecated (({GLib::Param#private?})). Use
      (({GLib::Param#static_name?})) instead.

    * Added new flags:

      * (({GLib::Param::STATIC_NICK}))

      * (({GLib::Param::STATIC_BLURB}))

      * (({GLib::Param::EXPLICIT_NOTIFY}))

      * (({GLib::Param::DEPRECATED}))

    * Added new predicates:

      * (({GLib::Param#static_nick?}))

      * (({GLib::Param#static_blurb?}))

      * (({GLib::Param#explicit_notify?}))

      * (({GLib::Param#deprecated?}))

    * Deprecated (({ruby_gnome2_version})) in `mkmf-gnome`. Use
      (({ruby_gnome_version})) instead.

    * Added (({rbgobj_gtype_from_ruby()})).

    * Added (({rbg_is_object()})).

    * Added (({rbg_is_value()})).

    * Added (({rbg_is_bytes()})).

    * Removed needless const from the return value of
      (({rbg_rval2strv()})).

    * Removed needless const from the return value of
      (({rbg_rval2strv_accept_nil()})).

    * Added (({rbg_rval2filenamev()})).

    * Added (({rbg_rval2filenamev_accept_nil()})).

    * Stopped to define (({GType})) for (({GPollFD})).

==== Ruby/GObjectIntrospection

  * Improvements

    * Added support for conversion from (({GLib::Bytes})) to
      (({[gint8]})) and (({[guint8]})).

    * Added more information to inspected result.

==== Ruby/GIO2

  * Improvements

    * Added support for GLib 2.62.0 or later.
      [GitHub#1296][Reported by Mamoru TASAKA]

==== Ruby/GTK3

  * Improvements

    * Added (({Gtk::TreeModelSort.new})).
      [GitHub#1298][Reported by LutzLue]
      (({[gint8]})) and (({[guint8]})).

==== Ruby/GStreamer

  * Improvements

    * Removed all custom callbacks.

    * (({Gst::TagList#each})): Changed to yield tag name and tag
      values.

=== Thanks

  * LutzLue

  * Mamoru TASAKA
2019-10-11 16:20:22 +00:00

167 lines
6.2 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2019/10/11 16:20:22 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}/COPYING.LIB
${GEM_LIBDIR}/README.md
${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-bytes.c
${GEM_LIBDIR}/ext/glib2/rbglib-gc.c
${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_datetime.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_timezone.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}/glib2.gemspec
${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/deprecated.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-gnome.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-bytes.rb
${GEM_LIBDIR}/test/test-date-time.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-match-info.rb
${GEM_LIBDIR}/test/test-mkenums.rb
${GEM_LIBDIR}/test/test-poll-fd.rb
${GEM_LIBDIR}/test/test-regex.rb
${GEM_LIBDIR}/test/test-signal.rb
${GEM_LIBDIR}/test/test-source.rb
${GEM_LIBDIR}/test/test-spawn.rb
${GEM_LIBDIR}/test/test-time-zone.rb
${GEM_LIBDIR}/test/test-timeout.rb
${GEM_LIBDIR}/test/test-type-interface.rb
${GEM_LIBDIR}/test/test-type.rb
${GEM_LIBDIR}/test/test-unicode.rb
${GEM_LIBDIR}/test/test-utils.rb
${GEM_LIBDIR}/test/test-value.rb
${GEM_LIBDIR}/test/test-variant-type.rb
${GEM_LIBDIR}/test/test-variant.rb
${GEM_LIBDIR}/test/test-version.rb
${GEM_LIBDIR}/test/test-win32.rb
${GEM_LIBDIR}/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec