summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2022-12-08 15:22:00 +0000
committertsutsui <tsutsui@pkgsrc.org>2022-12-08 15:22:00 +0000
commit0c37fbd748667473fafaec55b97d2acccce97b90 (patch)
tree2de65f5ccb7fdba8929fa5364c3f17adf1d9f857 /meta-pkgs
parenta632e6c63a1a7762a56221274cfdff82aa0a20d4 (diff)
downloadpkgsrc-0c37fbd748667473fafaec55b97d2acccce97b90.tar.gz
ruby-gnome: update to 4.0.3.
pkgsrc changes: - update HOMEPAGE - refactor dependencies Upstream changes (from NEWS.md): Ruby-GNOME 4.0.3: 2022-09-13 This is a bug fix release of 4.0.2. Changes Ruby/GTK4 * Fixes + Fixed a bug that ext/**/*.* aren't included in .gem. [GitHub#1498] [Reported by Anatol Pomozov] Thanks * Anatol Pomozov Ruby-GNOME 4.0.2: 2022-09-05 This is a bug fix release of 4.0.1. Changes Ruby/GLib2 * Fixes + Fixed a bug that closure may be GC-ed. [GitHub#1495][Reported by Matijs van Zuijlen] Ruby/GObjectIntrospection * Fixes + Fixed a bug that callback doesn't work with GObject Introspection 1.72.0 or later. [GitHub#1496][Reported by Mamoru TASAKA] Thanks * Mamoru TASAKA * Matijs van Zuijlen Ruby-GNOME 4.0.1: 2022-09-02 This is a bug fix release of 4.0.0. Changes Ruby/GLib2 * Fixes + Fixed wrong false constant value. Ruby-GNOME 4.0.0: 2022-09-01 This is a release that supports GTK 4. Changes All * windows: Removed a needless workaround for old libintl-8.dll. * doc: Added support for generating API documents. [GitHub#1468][Patch by kojix2] * doc: Added Rake tasks to generate documents. [GitHub#1482][Patch by Sean Champ] * Use Bundler API to load (({Gemfile.local})). [GitHub#1483][Patch by Sean Champ] Ruby/GLib2 * Improvements + Changed to use g_warning() from rb_warn() for already destroyed closure warning. + Dropped support for GLib 2.48 or earlier. + Added GLib::DateTime#format_iso8601. + Added rbg_mGLib(). + Added rbg_mGLibObject(). + Deprecated mGLib. + Added support for auto native package installation on Gentoo Linux. + Added GLib.malloc. + Added GLib.malloc0. + Added GLib.free. + Added GLib::Variant#to_s. [GitHub#1491][Reported by Sean Champ] + Added GLib::Variant#inspect. + Added GLib::Variant.parse. [GitHub#1491][Reported by Sean Champ] * Fixes + closure: Fixed a reference count problem. Ruby/GObjectIntrospection * Improvements + Don't raise an exception for object == nil. [GitHub#1472][Reported by Hirokazu SUZUKI] + Added support for returning a fixed size C array of GObject. [GitHub# 1481][Reported by Sean Champ] + Added support for GObject Introspection 1.72.0 or later. + Added support for returning GClosure from virtual method. + Added support for transfer full boxed type returned by closure. * Fixes + Fixed a bug that gpointer to VALUE conversion is broken on 32bit environment. [GitHub#1462][Reported by Mamoru TASAKA] + Fixed a wrong GHashTable value conversion in Ruby -> GHashTable. [GitHub#1481][Reported by Sean Champ] + Fixed a memory leak of GObjectIntrospection::CallableInfo#return_type. + Fixed a memory leak for async callback. Ruby/GTK3 * Improvements + Required GTK+ 3.22 or later. + Added support for Gtk::AccelMap.each(filter: true). [GitHub#1487] [Reported by Sean Champ] * Fixes + Fixed wrong {Gtk::RadioToolButton.new usage in demo. [GitHub#1475] [Reported by Sami Sieranoja] + Fixed a GC related bug of Gtk::Widget#insert_action_group. [GitHub# 1490][Reported by Sean Champ] Ruby/GDK4 * Re-implemented based on the current Ruby/GDK3. Ruby/GTK4 * Re-implemented based on the current Ruby/GTK4. Ruby/Poppler * Improvements + Added support for Poppler::Document.new(GLib::Bytes). Ruby/RSVG2 * Fixes + doc: Fixed a link. [GitHub#1469][Patch by Blake Gearin] Ruby/GStreamer * Fixes + example: Updated to work with the latest GStreamer. [GitHub#1478][Patch by kojix2] Ruby/libsecret * Improvements + Added support for Secret::Schema#attributes. Ruby/VTE3 * Improvements + Removed needless Vte::Terminal#feed_child wrapper. [GitHub#1484][Patch by Sean Champ] Thanks * Mamoru TASAKA * kojix2 * Blake Gearin * Hirokazu SUZUKI * Sami Sieranoja * Sean Champ
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/ruby-gnome/Makefile3
-rw-r--r--meta-pkgs/ruby-gnome/Makefile.common6
2 files changed, 4 insertions, 5 deletions
diff --git a/meta-pkgs/ruby-gnome/Makefile b/meta-pkgs/ruby-gnome/Makefile
index 401f92fff14..623a3a64aa7 100644
--- a/meta-pkgs/ruby-gnome/Makefile
+++ b/meta-pkgs/ruby-gnome/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/11/18 10:15:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2022/12/08 15:22:02 tsutsui Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome-${VERSION}
-PKGREVISION= 1
COMMENT= Set of Ruby language bindings for GNOME
CATEGORIES= meta-pkgs gnome
diff --git a/meta-pkgs/ruby-gnome/Makefile.common b/meta-pkgs/ruby-gnome/Makefile.common
index 637fb70c199..f5486020840 100644
--- a/meta-pkgs/ruby-gnome/Makefile.common
+++ b/meta-pkgs/ruby-gnome/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2022/11/18 10:15:04 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.10 2022/12/08 15:22:02 tsutsui Exp $
#
# used by devel/ruby-atk/Makefile
# used by devel/ruby-gio2/Makefile
@@ -18,7 +18,7 @@
# used by x11/ruby-gtk3/Makefile
# used by x11/ruby-gtksourceview3/Makefile
-HOMEPAGE= https://ruby-gnome2.osdn.jp/
+HOMEPAGE= https://ruby-gnome.github.io/
LICENSE= gnu-lgpl-v2.1
-VERSION= 3.5.1
+VERSION= 4.0.3