pkgsrc/devel/ruby-gobject-introspection/PLIST
tsutsui e214eebcf5 ruby-gnome: update to 3.5.1.
Upstream changes (from NEWS):

== Ruby-GNOME 3.5.1: 2021-01-17

This is a release for Windows.

=== Changes

==== All

  * windows: Add workaround for mingw-w64-x86_64-gettext-0.21-1 or
    later. Dummy (({DllMain()})) is defined.

==== Ruby/Pango

  * Fixes

    * Fixed a bug that can't be started.
      [GitHub#1456][Reported by Akira Ouchi]

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed a bug that (({NoMethodError})) is raised on invalid
      signature for constructor.

=== Thanks

  * Akira Ouchi

== Ruby-GNOME 3.5.0: 2021-01-11

This is a release that adds support for Ractor.

Ruby/GObjectIntrospection has some backward incompatibilities for
Ractor support. If you have any problem, please report it to
https://github.com/ruby-gnome/ruby-gnome/issues .

=== Changes

==== Ruby/GLib2

  * Improvements

    * Added support for Ractor.

    * Added support for signal handlers and virtual methods in
      included module.

    * Added support for (({try_convert})) protocol for property setter.

    * Added support for converting tuple (({GVariant})) to Ruby.

==== Ruby/GIO2

  * Improvements

    * Added support for GIO 2.70.

    * Added (({Gio::RubyInputStream})) to use Ruby objects as
      (({Gio::InputStream})).

    * Added (({Gio::RubyOutputStream})) to use Ruby objects as
      (({Gio::OutputStream})).

==== Ruby/GObjectIntrospection

  * Improvements

    * Added support for Ractor. This introduced some backward
      incompatiblities.

    * Added support for "transfer full" for out (({GError})).
      [GitHub#1437][Reported by mcclumpherty]

    * Added support for changing whether GVL is unlocked per object by
      the following APIs.

      * (({GObjectIntrospection::FunctionInfo#set_lock_gvl_default}))

      * (({GObjectIntrospection::FunctionInfo#add_lock_gvl_predicate}))

      * (({GObjectIntrospection::Loader#prepare_function_info_lock_gvl}))

    * Added support for converting from raw argument to enum.

    * Added support for (({GList<GVariant>})) return value.

    * Added support for reporting an error in callback.

  * Fixes

    * Fixed a bug that virtual functions of grandparent class can't be
      implemented.
      [GitHub#1433][Patch by shibafu]

==== Ruby/Pango

  * Improvements

    * Added support for Ruby 3.2.

==== Ruby/GTK3

  * Improvements

    * Improved documentation.
      [GitHub#1454][Patch by Andy Maleh]

    * Added support for Ruby 3.2.

==== Ruby/GDK4

  * Improvements

    * Updated pkg-config ID.
      [GitHub#1435][Patch by Sasi Olin]

==== Ruby/GTK4

  * Improvements

    * Removed needless rsvg2 dependency on Windows.
      [GitHub#1440][Reported by HuBandiT]

  * Fixes

    * Fixed typos in warning messages.
      [GitHub#1442][Patch by HuBandiT]
      [GitHub#1415][Reported by rubyFeedback]

=== Thanks

  * shibafu

  * Sasi Olin

  * mcclumpherty

  * HuBandiT

  * rubyFeedback

  * Andy Maleh
2022-01-17 15:17:14 +00:00

108 lines
5.5 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2022/01/17 15:17:15 tsutsui Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/gobject_introspection.${RUBY_DLEXT}
${GEM_EXTSDIR}/rb-gobject-introspection.h
${GEM_LIBDIR}/COPYING.LIB
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/ext/gobject-introspection/depend
${GEM_LIBDIR}/ext/gobject-introspection/extconf.rb
${GEM_LIBDIR}/ext/gobject-introspection/gobject-introspection-enum-types.c
${GEM_LIBDIR}/ext/gobject-introspection/gobject-introspection-enum-types.h
${GEM_LIBDIR}/ext/gobject-introspection/gobject_introspection.def
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-arg-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-arguments-in.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-arguments-out.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-arguments.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-array-type.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-base-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-boxed-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-callable-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-callback-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-callback.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-constant-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-constructor-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-conversions.h
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-direction.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-enum-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-field-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-flags-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-function-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-interface-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-loader.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-method-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-object-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-private-arg-info.h
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-private-arguments-in.h
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-private-arguments-out.h
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-private-arguments.h
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-private-array-type.h
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-private-callback.h
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-private-direction.h
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-private-transfer.h
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-private.h
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-property-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-registered-type-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-repository.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-signal-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-struct-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-transfer.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-type-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-type-tag.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-types.h
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-union-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-unresolved-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-value-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gi-vfunc-info.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gobject-introspection.c
${GEM_LIBDIR}/ext/gobject-introspection/rb-gobject-introspection.h
${GEM_LIBDIR}/ext/gobject-introspection/rbgiversion.h
${GEM_LIBDIR}/extconf.rb
${GEM_LIBDIR}/gobject-introspection.gemspec
${GEM_LIBDIR}/lib/gi.rb
${GEM_LIBDIR}/lib/gobject-introspection.rb
${GEM_LIBDIR}/lib/gobject-introspection/arg-info.rb
${GEM_LIBDIR}/lib/gobject-introspection/boxed-info.rb
${GEM_LIBDIR}/lib/gobject-introspection/callable-info.rb
${GEM_LIBDIR}/lib/gobject-introspection/collection-reader.rb
${GEM_LIBDIR}/lib/gobject-introspection/function-info.rb
${GEM_LIBDIR}/lib/gobject-introspection/interface-info.rb
${GEM_LIBDIR}/lib/gobject-introspection/loader.rb
${GEM_LIBDIR}/lib/gobject-introspection/object-info.rb
${GEM_LIBDIR}/lib/gobject-introspection/registered-type-info.rb
${GEM_LIBDIR}/lib/gobject-introspection/repository.rb
${GEM_LIBDIR}/lib/gobject-introspection/struct-info.rb
${GEM_LIBDIR}/lib/gobject-introspection/type-info.rb
${GEM_LIBDIR}/lib/gobject-introspection/type-tag.rb
${GEM_LIBDIR}/lib/gobject-introspection/union-info.rb
${GEM_LIBDIR}/lib/gobject-introspection/version.rb
${GEM_LIBDIR}/lib/gobject_introspection.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/rb-gobject-introspection.h
${GEM_LIBDIR}/test/gobject-introspection-test-utils.rb
${GEM_LIBDIR}/test/run-test.rb
${GEM_LIBDIR}/test/test-arg-info.rb
${GEM_LIBDIR}/test/test-base-info.rb
${GEM_LIBDIR}/test/test-boxed-info.rb
${GEM_LIBDIR}/test/test-callable-info.rb
${GEM_LIBDIR}/test/test-callback-info.rb
${GEM_LIBDIR}/test/test-constant-info.rb
${GEM_LIBDIR}/test/test-enum-info.rb
${GEM_LIBDIR}/test/test-field-type.rb
${GEM_LIBDIR}/test/test-flags-info.rb
${GEM_LIBDIR}/test/test-function-info.rb
${GEM_LIBDIR}/test/test-interface-info.rb
${GEM_LIBDIR}/test/test-loader.rb
${GEM_LIBDIR}/test/test-object-info.rb
${GEM_LIBDIR}/test/test-property-info.rb
${GEM_LIBDIR}/test/test-registered-type-info.rb
${GEM_LIBDIR}/test/test-repository.rb
${GEM_LIBDIR}/test/test-signal-info.rb
${GEM_LIBDIR}/test/test-struct-info.rb
${GEM_LIBDIR}/test/test-type-info.rb
${GEM_LIBDIR}/test/test-type-tag.rb
${GEM_LIBDIR}/test/test-union-info.rb
${GEM_LIBDIR}/test/test-value-info.rb
${GEM_LIBDIR}/test/test-version.rb
${GEM_LIBDIR}/test/test-vfunc-info.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec