pkgsrc/meta-pkgs
tsutsui d9c551a49a Update ruby-gnome2 packages to 3.1.6.
pkgsrc changes:
 - remove a pkgsrc patch for ruby-gnome2-gtk that seems fixed in upstream
 - ignore native-package-installer dependency checks
   in ruby-gnome2-clutter-gstreamer and ruby-gnome2-webkit-gtk

Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.6/NEWS)

== Ruby-GNOME2 3.1.6: 2017-06-03

=== Changes

This is a bug fix release for Windows packages.

==== All

  * Fixes
    * Added a missing path existence check on Windows.

== Ruby-GNOME2 3.1.5: 2017-06-03

=== Changes

This is a bug fix release for Windows packages.

==== All

  * Improvements
    * Supported RubyInstaller2.

==== Ruby/Pango

  * Improvements
    * Add backward compatibility APIs:
      * (({Pango::FontDescription::WEIGHT_*}))
      * (({Pango::FontDescription::STYLE_*}))

== Ruby-GNOME2 3.1.4: 2017-05-30

=== Changes

This is a release that supports Ruby 2.4 on Windows.

==== All

  * Improvements
    * Supported MSYS2.

==== Ruby/GLib2

  * Improvements
    * Added (({GLib::Object#floating?})) for debugging.

==== Ruby/GIO2

  * Improvements
    * Added (({Gio::File.open})). The followings are deprecated.
      * (({Gio::File.commandline_arg}))
      * (({Gio::File.path}))
      * (({Gio::File.uri}))

==== Ruby/GObjectIntrospection

  * Improvements
    * Relaxed expected test result for 32bit environment.
      [GitHub#1026][Reported by Mamoru TASAKA]
    * Added tests for (({GObjectIntrospection::ConstantInfo})).
      [GitHub#1027][Patch by cedlemo]
    * Supported floating "transfer full" GObject.

==== Ruby/GDK3

  * Improvements
    * Supported (({Cairo::Surface#to_pixbuf(options={})})).
      (({Cairo::Surface#to_pixbuf(src_x, src_y, width, height)})) is
      deprecated.

==== Ruby/Rsvg2

  * Improvements
    * Migrated to GObject Introspection bindings.
    * Renamed to (({Rsvg})) from (({RSVG})). (({RSVG})) is still
      usable but it's deprecated.
      [GitHub#1030][Patch by cedlemo]
    * Supported (({Cairo::Context#render_rsvg_handle(handle, :id =>
      ...)})).

==== Ruby/WebKit2GTK

  * Improvements
    * (({WebKit3Gtk::WebView#initialize})): Supported (({Hash}))
      options.
      [GitHub#1028][Patch by Matijs van Zuijlen]

=== Thanks

  * Mamoru TASAKA
  * cedlemo
  * Matijs van Zuijlen

== Ruby-GNOME2 3.1.3: 2017-04-27

=== Changes

This is a release that improve backward compatibility for Ruby/Pango.

==== Ruby/Pango

  * Improvements
    * Defined constants under (({Pango})) again for backward compatibility.
      [GitHub#1022][Reported by Andy Meneely]
    * Defined constants under (({Pango::Layout})) again for backward
      compatibility.
      [GitHub#1022][Reported by Andy Meneely]
    * (({Pango.pixels})): Added again.
    * (({Pango::AttrShape#data})): Supported again.
  * Fixes
    * (({Pango::Layout#text=})): Fixed a bug that wrong bytesize is
      used for multibyte string.
    * (({Pango::Layout#markup=})): Fixed a bug that wrong bytesize
      is used for multibyte string.

=== Thanks

  * Andy Meneely

== Ruby-GNOME2 3.1.2: 2017-04-26

There is an incompatible change. (({GBytes})) to (({String}))
conversion is changed to (({GBytes})) to (({GLib::Bytes}))
conversion. You can get (({String})) by (({GLib::Bytes#to_s})).

Other incompatible changes are bugs. Please report them to us.

=== Changes

==== All

  * Improvements
    * Supported auto depended package install for GObject
      Introspection based bindings.

==== Ruby/GLib2

  * Improvements
    * Supported overriding (({alloc_func})) in super class.
    * Extracted native package installer code as
      native-package-installer gem.
    * (({GLib::Bytes})): Added.
    * Supported pkg-config 1.1.9 or later.
  * Fixes
    * Fixed a build error on CentOS 6 and Ubuntu 12.04. They use
      GLib < 2.34.
      [GitHub#1012][Reported by Scot]
    * Fixed a bug that (({GLib::TypePlugin})) can't be included.
      [GitHub#1019][Patch by Matijs van Zuijlen]

==== Ruby/GIO2

  * Fixes
    * Fixed a path in test. [GitHub#990][Reported by Mamoru TASAKA]

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported getting interface, union and boxed type as a field value.
    * Supported setting an interface as a field.
    * Supported more struct types.
    * Supported cairo-gobject types.
    * Supported outputting an array of interfaces.
      [GitHub#1006][Reported by cedlemo]
    * Supported Rubyish method name conversion for (({list_XXX}))
      methods that return an array.
    * Supported customizing field reader method name.
    * Supported auto (({int})) to boolean conversion for field value.
    * (({GObjectIntrospection::Repository.default})): Added a GC guard.
    * Supported inputting (({unichar})).
    * Supported inputting (({gint64})) C array.
    * Supported inputting (({gint8})) C array.
    * Added tests for (({GObjectIntrospection::UnionInfo})).
      [GitHub#1016][Patch by cedlemo]
    * Stopped auto (({GBytes})) to (({String}))
      conversion. (({GBytes})) is converted to (({GLib::Bytes})). It's
      for efficient byte sequence handling in Ruby. It's
      an incompatible change. You can use (({GLib::Bytes#to_s})) to
      get (({String})).
  * Fixes
    * (({GObjectIntrospection::RepositoryError})): Fixed parent class.
    * Fixed a typo. [GitHub#1002][Reported by cedlemo]

==== Ruby/ATK

  * Improvements
    * Migrated to GObject Introspection bindings.
      [GitHub#998][Patch by cedlemo]

==== Ruby/CairoGObject

  * Fixes
    * Fixed a double free bug.

==== Ruby/Pango

  * Improvements
    * Migrated to GObject Introspection bindings.
      [GitHub#1007][GitHub#1008][GitHub#1009][GitHub#1010]
      [GitHub#1011][Patch by cedlemo]
      [GitHub#1013][GitHub#1014][Patch by Detlef Wagner]

==== Ruby/GdkPixbuf2

  * Improvements
    * Supported GdkPixbuf 2.31.6 on CentOS 7 again.

==== Ruby/GDK3

  * Improvements
    * (({Gdk::Event})) and subclasses: Supported again.
    * Supported old GDK 3 again.
    * Supported X11 related features.
      [GitHub#999][Reported by johnlane]

==== Ruby/GTK3

  * Improvements
    * (({Gtk::Widget#click})): Added.
    * (({Gtk::Widget#send_key})): Added.
    * (({Gtk::Widget#wait_for_draw})): Added.
    * (({Gtk::WiAccelGroup.activate})): Added.
    * Updated samples.
      [GitHub#1002][GitHub#1003]
      [Patch by cedlemo]
    * (({Gtk::IconTheme#choose_icon})): Changed the default flags to
      (({0})) from (({:generic_fallback})).
    * (({Gtk::IconTheme#lookup_icon})): Changed the default flags to
      (({0})) from (({:generic_fallback})).
    * Supported GTK+ < 3.20 again.
  * Fixes
    * Updated signal name in document.
      [GitHub#995][Patch by Arnaud Meuret]

==== Ruby/ClutterGdk

  * Fixes
    * Ensured initializing GDK.
      [GitHub#1000][Reported by cedlemo]

==== Ruby/GOffice

  * Improvements
    * (({GOffice::Version})): Added.

=== Thanks

  * Mamoru TASAKA
  * Arnaud Meuret
  * cedlemo
  * johnlane
  * Scot
  * Detlef Wagner
  * Matijs van Zuijlen
2017-06-10 08:27:19 +00:00
..
boost boost: correct wrong OS logic about ctype.h macros. 2017-05-29 17:17:13 +00:00
bulk-large Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
bulk-medium Drop building ruby18-base. 2017-04-22 23:14:26 +00:00
bulk-small Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
c++-gnome-bindings
compiz-fusion
courier
deforaos-desktop Also depend on net/deforaos-vncviewer 2016-02-23 00:15:14 +00:00
desktop-gnome Bump PKGREVISION for cups15 -> cups change. 2017-05-19 13:29:02 +00:00
fxtv-capture
gimp-docs Bump PKGVERSION to 2.8.2 2016-01-09 08:25:07 +00:00
gnome Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
gnome-devtools
gnome-mobile
gnome-platform
gnuradio Updated ham/gnuradio-core (and other gnuradio-*) to 3.7.10.1 2017-01-13 22:03:35 +00:00
gnustep Revbump after icu update 2017-04-22 21:03:07 +00:00
gstreamer0.10-plugins
kde-telepathy Fake a DESCR until jaapb makes a real one. 2016-04-05 12:18:38 +00:00
kde3 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
kde4 update package versions 2017-01-19 09:33:04 +00:00
kf5 Update KDE Frameworks to 5.25.0 2016-08-21 21:11:57 +00:00
libdbusmenu Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
lxde Import lxde-1.0 as meta-pkgs/lxde. 2016-05-23 22:48:30 +00:00
matchbox
mate Import mate-1.14.0 as meta-pkgs/mate. 2016-05-21 19:23:25 +00:00
modular-xorg modular-xorg-server & drivers are not for Darwin 2015-10-06 11:29:55 +00:00
modular-xorg-apps Mark xephyr as not for Darwin for now. 2015-10-23 10:58:28 +00:00
modular-xorg-drivers Need new ati on dragonfly too. 2017-05-11 20:55:19 +00:00
modular-xorg-fonts
modular-xorg-libs Pull in libXfont2. Bump version. 2015-12-11 15:59:56 +00:00
modular-xorg-protos
modular-xorg-utils
mono-gnome-bindings
nagios Import nagios-4.0.8 as meta-pkgs/nagios. 2015-04-04 16:04:14 +00:00
netbsd-doc Bump PKGREVISION for tidy dependency change. 2017-02-20 09:37:11 +00:00
netbsd-doc-print Update package to version 1.4: 2015-05-17 12:32:33 +00:00
netbsd-www Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
p5-gnome-bindings Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
php56-extensions Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
php70-extensions Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
php71-extensions Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
pkg_developer Fix the build by marking this as a meta package before we include 2016-01-13 18:14:14 +00:00
pkgsrc-guide-tools
pulseaudio-tools
py-gnome-bindings Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-tryton-platform Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
ruby-gnome2 Update ruby-gnome2 packages to 3.1.6. 2017-06-10 08:27:19 +00:00
ruby-redmine-plugins Bump version due to plugin updates. 2017-01-04 23:20:31 +00:00
ruby-redmine-themes Bump package version due to theme updates. 2017-01-04 23:19:54 +00:00
ruby-shoulda Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
suse100
suse121 Add gc and bump PKGREVISION 2015-09-26 01:14:20 +00:00
suse131 Add gc and bump PKGREVISION 2015-09-26 01:14:20 +00:00
texlive-collection-all Fix dependency patterns 2017-01-22 04:25:31 +00:00
texlive-collection-basic Update to 2016.41616 2016-08-07 10:51:20 +00:00
texlive-collection-basic-doc s/tex/texlive/ 2015-05-06 10:15:58 +00:00
texlive-collection-bibtexextra Add tex-urlbst 2017-01-20 23:31:08 +00:00
texlive-collection-binextra Update to texlive rev 41779 2016-08-07 10:57:56 +00:00
texlive-collection-context All packages added, update DEPENDS. Bump version to 2016. 2016-07-17 22:13:04 +00:00
texlive-collection-fontsextra Add additional tex packages 2017-01-20 22:13:28 +00:00
texlive-collection-fontsrecommended Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-fontsrecommended-doc s/tex/texlive/ 2015-05-06 10:15:58 +00:00
texlive-collection-fontutils Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-formatsextra Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-games Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-genericextra Add tex-eijkhout 2016-09-20 13:40:12 +00:00
texlive-collection-genericrecommended Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-genericrecommended-doc s/tex/texlive/ 2015-05-06 10:15:58 +00:00
texlive-collection-htmlxml Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langafrican Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langarabic Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langchinese Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langcjk Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langcyrillic Add tex-cyrplain 2016-09-20 13:34:59 +00:00
texlive-collection-langczechslovak Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langenglish Update to texlive rev 41445 2016-08-07 11:09:32 +00:00
texlive-collection-langeuropean Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langfrench Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langgerman Add tex-milog and tex-uhrzeit completing collection. 2017-01-20 23:35:18 +00:00
texlive-collection-langgreek Add tex-greek-inputenc 2016-09-20 13:44:20 +00:00
texlive-collection-langindic Update to texlive rev 41661 2016-08-07 11:13:18 +00:00
texlive-collection-langitalian Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langjapanese Note addition of tex-platex 2017-03-26 20:11:58 +00:00
texlive-collection-langkorean Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langother Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langpolish Add tex-przechlewski-book to complete collection 2017-01-20 23:32:41 +00:00
texlive-collection-langportuguese Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langspanish Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-latex Update to texlive rev 41614 2016-08-07 11:15:46 +00:00
texlive-collection-latex-doc Fix tex-fix2col pattern for changed version. 2016-06-16 22:04:06 +00:00
texlive-collection-latexextra Add tex-eqparbox 2017-01-20 23:29:08 +00:00
texlive-collection-latexrecommended Update to texlive rev 41452 2016-08-07 11:22:03 +00:00
texlive-collection-luatex Update to texlive rev 41654 2016-08-07 11:24:24 +00:00
texlive-collection-mathextra Update to texlive rev 41676 2016-08-07 11:26:52 +00:00
texlive-collection-metapost Add tex-mparrows to complete collection. 2017-01-20 23:09:56 +00:00
texlive-collection-music Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-omega Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-pictures Add additional tex packages 2017-01-20 22:13:28 +00:00
texlive-collection-plainextra Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-pstricks Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
texlive-collection-publishers Add additional tex packages 2017-01-20 22:13:28 +00:00
texlive-collection-science Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-xetex Update to texlive rev 41611 2016-08-07 11:33:39 +00:00
web-server Since Apache 2.4 is normally picked up anyway, just use it in first 2015-09-12 16:52:09 +00:00
windowmaker-desktop
xfce4 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
xfce4-extras Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
Makefile Add and enable php71-extensions. 2017-03-12 13:46:51 +00:00