./x11/ruby-gtksourceview3, Ruby binding of gtksourceview3

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.2.1, Package name: ruby32-gtksourceview3-4.2.1, Maintainer: pkgsrc-users

Ruby-GNOME is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.


Required to run:
[x11/gtksourceview3] [lang/ruby26-base] [x11/ruby-gtk3] [devel/ruby-gobject-introspection]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 16.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-23 12:25:30 by Izumi Tsutsui | Files touched by this commit (37) | Package updated
Log message:
ruby-gnome: update to 4.2.1.

Upstream changes:
 https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.2.1

Ruby-GNOME 4.2.1: 2024-02-23

This is a minor bug fix release.

Changes

Ruby/GLib2

  * Improvements

      + Added support for showing GType name for anonymous GType
        based classes.
          o GH-1577
          o Reported by Sami Sieranoja

      + Added RG_DEF_SALIAS().

      + Stopped providing unusable signal related methods to not signal
        ready objects such as GLib::Instantiatable.
          o GH-1589
          o Reported by Sami Sieranoja

      + Added GLib::Type::INVALID. GLib::Type[nil] is also accepted.
          o GH-1594
          o Reported by Sami Sieranoja

      + Added GLib::TimeZone#identifier.

      + Added GLib::TimeZone.try_convert.

Ruby/GObjectIntrospection

  * Improvements

      + Ignored .hash(some_arguments) methods. It may break something.

      + Ignored fundamental GType.
          o GH-1580
          o Reported by Sami Sieranoja

      + Added support for returning sized GType array.

Ruby/GDK4

  * Fixes

      + Fixed a GC related bug of Gdk::MemoryTexture.new.
          o GH-1596
          o Reported by HuBandiT

      + Fixed a GC related bug of Gdk::Picture.
          o GH-1596
          o Reported by HuBandiT

Ruby/GTK4

  * Improvements

      + Added a menu bar sample.
          o GH-1581
          o GH-1582
          o GH-1584
          o Patch by Sami Sieranoja

      + Added support for Gtk::DropTarget.new([type, ...], actions).
          o GH-1594
          o Reported by Sami Sieranoja

  * Fixes

      + Fixed deprecation message of Gtk::Button.new.
          o GH-1587
          o Reported by Sami Sieranoja

      + Fixed a GC related bug of Gtk::Image.

      + Fixed a GC related bug of Gtk::ColumnView.
          o GH-1600
          o Reported by HuBandiT

      + Fixed a GC related bug of Gtk::SingleSelection.
          o GH-1600
          o Reported by HuBandiT

Ruby/GStreamer

  * Improvements

      + Added a missing GC guard for Gst::Element#bus.
          o GH-1586
          o Reported by Sami Sieranoja

Thanks

  * Sami Sieranoja
  * HuBandiT
   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-09-03 12:22:14 by Izumi Tsutsui | Files touched by this commit (24) | Package updated
Log message:
ruby-gnome: update to 4.2.0.

Upstream changes:
 https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.2.0

Ruby-GNOME 4.2.0: 2023-08-19

This is a minor bug fix release.

Changes

Ruby/GTK3

  * Fixes

      + Suppressed a build type warning.
   2023-08-12 10:37:22 by Izumi Tsutsui | Files touched by this commit (25) | Package updated
Log message:
ruby-gnome: update to 4.1.9.

Upstream changes:
 https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.1.8
 https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.1.9

Ruby-GNOME 4.1.9: 2023-08-11

This is a vte4 added release.

Changes

Ruby/GObjectIntrospection

  * Improvements

      + Changed to use GLib memory allocation functions instead of
        Ruby's one when calling callbacks. Because callbacks may be
        called in out of the main Ruby thread.

Ruby/VTE3

  * Improvements

      + Ensured using GTK3.

Ruby/VTE4

  * Improvements

      + Added.

Ruby-GNOME 4.1.8: 2023-06-25

This is a conda support release.

Changes

All

  * Improvements

      + Added support for installing conda packages automatically.
   2023-06-02 18:43:30 by Izumi Tsutsui | Files touched by this commit (24) | Package updated
Log message:
ruby-gnome: update to 4.1.7.

Upstream changes:
 https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.1.7
 https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.1.6

Ruby-GNOME 4.1.7: 2023-05-31

This is a minor improvement release for 4.1.6.

Changes

Ruby/GLib2

  * Improvements

      + Added support for writer barrier.

Ruby/CairoGObject

  * Improvements

      + Added support for specifying rcairo's source directory by
        RCAIRO_SOURCE_DIR.

Ruby-GNOME 4.1.6: 2023-05-21

This is a minor improvement release for 4.1.5.

Changes

Ruby/GLib2

  * Improvements

      + Avoided closure related TypeError in GC at exit.
        [Reported by Matijs van Zuijlen]

Thanks

  * Matijs van Zuijlen