diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2016-11-18 12:41:34 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2016-11-18 12:41:34 +0000 |
commit | 5b3bb118168edfcc479551b2a1443d46925ed715 (patch) | |
tree | f4f61a9938400e31b2402c8c5448eab31242cf6f /x11 | |
parent | 86790aea549263c3270cb88295c91667e172a531 (diff) | |
download | pkgsrc-5b3bb118168edfcc479551b2a1443d46925ed715.tar.gz |
Update ruby-gnome2 packages to 3.1.0.
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.0/NEWS)
== Ruby-GNOME2 3.10.0: 2016-11-12
=== Changes
* Improvements
* update README.
[Patch by cedlemo]
* fix format in README.
* use pthread version of MinGW in build-windows.sh.
* improve main Rakefile.
* windows : update bundled versions.
* Fixes
* fix path in gem:windows:push in main Rakefile.
* fix markup in NEWS file.
* use Win32 thread again in build-windows.sh.
* libmount is required for GLib on Linux.
* install libgtk-3-dev explicitly.
==== All
==== Ruby/GIO2
* Improvements
* make (({Gio::SettingsSchemaSource#list_schemas})) Rubyish.
* make (({Gio::Settings#set_value})) Rubyish.
* support array like API for (({Gio::Settings})).
* (({Gio::ActionMap#add_action})) accepts :state
* simplify, load (({Gio::File})) with GObject-Introspection loader.
* simplify (({Gio::ContentType})) implementation.
* Fixes
* add missing required argument in test-settings-schema-source.rb.
* add version check in Gio tests.
* increase required version.
* fix typo in action-map.rb.
[Path by cedlemo]
==== Ruby/GLIB2
* Improvements
* New implementation of GRClosure with new APIS:
* RGClosureCallData
* RGClosureCallFunc
* rbgobj_set_signal_call_func()
* rbgobj_get_signal_call_func()
* g_rclosure_new_call()
* support exit_application error message when no backtrace.
* improve rbg_scan_options() performance
* show all backtrace on GLib log.
[GitHub#935][Suggested by Matijs van Zuijlen]
* Fixes
* windows:
* Fix indent in windows-binary-build-task.rb.
* Export glib2_binary_base_dir.
* Remove needless "windows_" in methods name in windows-binary-build-task.rb.
* add a debug argument for make command.
* add GNOME2::Rake::WindowsBinaryBuildTask#binary_base_dir
* fix a bug that SIGUSR1 breaks main loop.
[GitHub#933][Reported by Vegard Sandengen]
* fix error messages typo
[Patch by dai-vr]
* fix typo in rbgutil.c.
[Patch by Kazuhiro NISHIYAMA]
* fix style in rbglib_messages.c
* remove needless check in rbglib_messages.c and extconf.rb
==== Ruby/GStreamer
* Improvements
* Fixes
* fix text_color_example.rb demo.
[Patch by cedlemo]
==== Ruby/GObjectIntrospection
* Improvements
* support GVariant string array to Ruby
[Patch by Konstantinos Natsakis]
* use g_variant_iter_init () to reduce dynamic memory allocation
* support omitting allow-null arguments in middle of arguments
* improve performance in callable-info.rb.
* reduce needless method calls.
* simplify invoke arguments in rb-gi-method-info.c, it improves performance.
* support "can_be_" as predicate prefix.
* improve performance calling a method. It catches data from info.
* add GI.load shortcut for fast load.
* Fixes
* use short for 16bit Integer.
* accept Array of numbers for gint8/guint8 array
* wrong condition in function info arguments management.
* use suitable type macros in ruby to C code from rb-gi-argument.c.
* assign temporary Ruby object to local variable to guard from GC.
* fix name conflict in rb-gi-argument.c.
[Reported by kitone]
* touch unrefed object in rb-gi-argument.c.
* support array of UTF-8.
* fill from last omitted arguments in function arguments loader.
* add a missing all required case check in function arguments loader.
* use rbg_variant_to_ruby in rb-gi-argument.c.
* define unlock_gvl as info method.
* fix typo in rb-gi-function-info.c.
* don't fill missing arguments when given N arguments is less.
* sink created GObject based object by default.
* fix wrong default argument fill condition.
* fix limit when loading arguments infos.
[GitHub#895][Reported by cedlemo]
* fix libffi return value handling.
[GitHub#758][Reported by Mamoru TASAKA]
* do not try to run a gtk demo when the user provide a bad demo name.
[Patch by cedlemo]
* focus on the related line in the TreeView when running demo from command line.
[Patch by cedlemo]
* do nothing for void type return type.
[GitHub#952][Reported by cedlemo]
* return value is return type is void but pointer.
* windows : update patch support-external-g-ir-scanner.diff.
==== Ruby/GDK
* Improvements
* make (({Gdk::EventFocus#in})) rubyish.
* add init hook as Gdk.on_init
* Fixes
* backport a patch to fix build error.
==== Ruby/GdkPixbuf2
* Improvements
* support loading from file.
* Fixes
* fix dependency in Rakefile.
[GitHub#862][Reported by Mamoru TASAKA]
* add missing gio2 dependency in tests.
* add missing variable in tests.
* omit a test that failed by float error on i386
[GitHub#898][Reported by Mamoru TASAKA]
==== Ruby/GTK3
* Improvements
* support for (({Gtk::SpinButton::input})) signal.
[GitHub#855][Reported cedlemo]
* new gtk demo spinbutton.
[Patch by cedlemo]
* add demo search_entry.rb
[Patch by cedlemo]
* update gtk demos to use class form instead of module form.
[Patches by cedlemo]
* add listbox gtk demo.
[Patch by cedlemo]
* update editable_cells demo.
[Patch by cedlemo]
* add glarea demo.
[Patch by cedlemo]
* update transparent demo.
[Patch by Arjun Menon]
* update theming_style_classes demo.
[Patch by Arjun Menon]
* update textscroll demo.
[Patch by Arjun Menon]
* update stack demo.
[Patch by Arjun Menon]
* update spinbutton demo.
[Patch by Arjun Menon]
* create (({Gtk::TreeModel#create_filter})) as an alias of #filter_new.
* Fixes
* load demos as classes instead of modules in main.rb.
[Patch by cedlemo]
* enable Gtk::Rc deprecation.
* fix treemodelfilter sample issue.
* force LC_NUMERIC to C when gtk3 is initialized.
[Patch by cedlemo]
==== Ruby/WebKitGTK
* Improvements
* Fixes
* windows :
* update dependencies in Rakefile and patches.
* use Ubuntu 16.04 as build environment.
* install jsmin
==== Ruby/WebKit2GTK
* Improvements
* Fixes
* windows :
* update Rakefile and patches.
* support auto latest version detection.
==== Ruby/ClutterGdk
* Improvements
* Fixes
* add init hook as Clutter.on_init.
* add Clutter and Gdk integration API.
==== Ruby/ClutterGtk
* Improvements
* add clutter-gdk dependency.
* Fixes
* window-test.rb sample : use icons only included in the default theme.
* remove needless pack method usage in test.rb sample.
* follow improved API in event.rb sample.
==== Ruby/ClutterGdk
* Improvements
* create a GObject-Introspection loader.
[Patch by cedlemo]
* Fixes
* update description in README and in Rakefile.
* remove needless code in Rakefile.
* remove needless code in GObject-Introspection loader. ClutterGdk is part of Clutter.
==== Ruby/GStreamer
* Improvements
* add (({Gst::Bin#each})).
[GitHub#927][Reported by cedlemo]
* add only_gstreamer_version method.
* Fixes
* use post_load in order to use require_libraries.
==== Ruby/Pango
* Fixes
* pango windows: remove needless patch.
==== Thanks
* Arjun Menon
* cedlemo
* dai-vr
* Kazuhiro NISHIYAMA
* kitone
* Konstantinos Natsakis
* Mamoru TASAKA
* Matijs van Zuijlen
* Vegard Sandengen
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ruby-gnome2-gtk/distinfo | 10 | ||||
-rw-r--r-- | x11/ruby-gnome2-gtk3/PLIST | 7 | ||||
-rw-r--r-- | x11/ruby-gnome2-gtk3/distinfo | 10 | ||||
-rw-r--r-- | x11/ruby-gnome2-gtksourceview2/distinfo | 10 | ||||
-rw-r--r-- | x11/ruby-gnome2-gtksourceview3/distinfo | 10 | ||||
-rw-r--r-- | x11/ruby-gnome2-vte/distinfo | 10 |
6 files changed, 31 insertions, 26 deletions
diff --git a/x11/ruby-gnome2-gtk/distinfo b/x11/ruby-gnome2-gtk/distinfo index 4933f478829..de0ec040da7 100644 --- a/x11/ruby-gnome2-gtk/distinfo +++ b/x11/ruby-gnome2-gtk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/10/09 15:43:31 tsutsui Exp $ +$NetBSD: distinfo,v 1.7 2016/11/18 12:41:36 tsutsui Exp $ -SHA1 (gtk2-3.0.9.gem) = 5575c3124caec80e517f5a9ebbfc3e172da8b5df -RMD160 (gtk2-3.0.9.gem) = 0078678292c37e356d764c7da202173f5d244f45 -SHA512 (gtk2-3.0.9.gem) = c2f9e56e90d2b8adc780c60cf8c5b031c6dc9da2b147542f74ed305e0ca735c1af2dad9632c1d88139a01fa85be7d38e2a59e6a999e3cfe3270786bff019ba15 -Size (gtk2-3.0.9.gem) = 466944 bytes +SHA1 (gtk2-3.1.0.gem) = 593ad3f39bc35a1e86028e658d6f3509ebb8e5dc +RMD160 (gtk2-3.1.0.gem) = bad3d5169a4e64e123a21bae3514485305783804 +SHA512 (gtk2-3.1.0.gem) = b9658b4423f86616cf25a7a8127e0c72ed120b1b804082664a181058197af2a3015ee02bd34c50318f24a5804a874aabd2a346fcf84bf93a080206c33ba6e0a8 +Size (gtk2-3.1.0.gem) = 466944 bytes diff --git a/x11/ruby-gnome2-gtk3/PLIST b/x11/ruby-gnome2-gtk3/PLIST index 004d85b9db4..3364f756817 100644 --- a/x11/ruby-gnome2-gtk3/PLIST +++ b/x11/ruby-gnome2-gtk3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/10/09 15:43:31 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/11/18 12:41:36 tsutsui Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete ${GEM_EXTSDIR}/gtk3.${RUBY_DLEXT} @@ -8,6 +8,7 @@ ${GEM_LIBDIR}/ext/gtk3/extconf.rb ${GEM_LIBDIR}/ext/gtk3/rb-gtk3-cell-layout.c ${GEM_LIBDIR}/ext/gtk3/rb-gtk3-container.c ${GEM_LIBDIR}/ext/gtk3/rb-gtk3-private.h +${GEM_LIBDIR}/ext/gtk3/rb-gtk3-spin-button.c ${GEM_LIBDIR}/ext/gtk3/rb-gtk3-tree-model.c ${GEM_LIBDIR}/ext/gtk3/rb-gtk3-tree-view.c ${GEM_LIBDIR}/ext/gtk3/rb-gtk3-widget.c @@ -181,6 +182,7 @@ ${GEM_LIBDIR}/sample/gtk-demo/font-features.ui ${GEM_LIBDIR}/sample/gtk-demo/font_features.rb ${GEM_LIBDIR}/sample/gtk-demo/glarea-fragment.glsl ${GEM_LIBDIR}/sample/gtk-demo/glarea-vertex.glsl +${GEM_LIBDIR}/sample/gtk-demo/glarea.rb ${GEM_LIBDIR}/sample/gtk-demo/gnome-applets.png ${GEM_LIBDIR}/sample/gtk-demo/gnome-calendar.png ${GEM_LIBDIR}/sample/gtk-demo/gnome-foot.png @@ -204,6 +206,7 @@ ${GEM_LIBDIR}/sample/gtk-demo/infobar.rb ${GEM_LIBDIR}/sample/gtk-demo/item_factory.rb ${GEM_LIBDIR}/sample/gtk-demo/links.rb ${GEM_LIBDIR}/sample/gtk-demo/list_store.rb +${GEM_LIBDIR}/sample/gtk-demo/listbox.rb ${GEM_LIBDIR}/sample/gtk-demo/listbox.ui ${GEM_LIBDIR}/sample/gtk-demo/main.rb ${GEM_LIBDIR}/sample/gtk-demo/main.ui @@ -245,6 +248,7 @@ ${GEM_LIBDIR}/sample/gtk-demo/s_resize_cursor.png ${GEM_LIBDIR}/sample/gtk-demo/scale.rb ${GEM_LIBDIR}/sample/gtk-demo/scale.ui ${GEM_LIBDIR}/sample/gtk-demo/se_resize_cursor.png +${GEM_LIBDIR}/sample/gtk-demo/search_entry.rb ${GEM_LIBDIR}/sample/gtk-demo/search_entry2.rb ${GEM_LIBDIR}/sample/gtk-demo/shortcuts-boxes.ui ${GEM_LIBDIR}/sample/gtk-demo/shortcuts-builder.ui @@ -253,6 +257,7 @@ ${GEM_LIBDIR}/sample/gtk-demo/shortcuts-gedit.ui ${GEM_LIBDIR}/sample/gtk-demo/shortcuts.ui ${GEM_LIBDIR}/sample/gtk-demo/sidebar.rb ${GEM_LIBDIR}/sample/gtk-demo/sizegroup.rb +${GEM_LIBDIR}/sample/gtk-demo/spinbutton.rb ${GEM_LIBDIR}/sample/gtk-demo/spinbutton.ui ${GEM_LIBDIR}/sample/gtk-demo/spinner.rb ${GEM_LIBDIR}/sample/gtk-demo/stack.rb diff --git a/x11/ruby-gnome2-gtk3/distinfo b/x11/ruby-gnome2-gtk3/distinfo index 84bebf77876..b927bbf3ebc 100644 --- a/x11/ruby-gnome2-gtk3/distinfo +++ b/x11/ruby-gnome2-gtk3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/10/09 15:43:31 tsutsui Exp $ +$NetBSD: distinfo,v 1.4 2016/11/18 12:41:36 tsutsui Exp $ -SHA1 (gtk3-3.0.9.gem) = 1ecfd1173e05a5b048e56be2731154784c45a4d6 -RMD160 (gtk3-3.0.9.gem) = 428259d1172908302069466ba29f85580b10b60d -SHA512 (gtk3-3.0.9.gem) = 976bac2916ca73495c17c6fae6dcedb72a72e4d8bb0507c1f09a4133b93f8cc1b32878fbb9ea753a911fc79015c8186be8100a97b25c0c1faa3f7090d1627d00 -Size (gtk3-3.0.9.gem) = 514560 bytes +SHA1 (gtk3-3.1.0.gem) = a006f46755c9e91af75af9b854759858ca7e5c00 +RMD160 (gtk3-3.1.0.gem) = 1f75678306310486f4b4f079ad45e93d298dd045 +SHA512 (gtk3-3.1.0.gem) = d2a9188b7a67a9798e76162258d078bc988107db005538dfae45649d1e8c5a19b473452f3c338c7b80e0c6e532820057d2a4899f69d70782389993649d66346e +Size (gtk3-3.1.0.gem) = 522240 bytes diff --git a/x11/ruby-gnome2-gtksourceview2/distinfo b/x11/ruby-gnome2-gtksourceview2/distinfo index db3939db1e0..8799ac52d90 100644 --- a/x11/ruby-gnome2-gtksourceview2/distinfo +++ b/x11/ruby-gnome2-gtksourceview2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/10/09 15:43:31 tsutsui Exp $ +$NetBSD: distinfo,v 1.4 2016/11/18 12:41:36 tsutsui Exp $ -SHA1 (gtksourceview2-3.0.9.gem) = e71c1b862a0281a2d74181b7860cf5d20e134423 -RMD160 (gtksourceview2-3.0.9.gem) = 9b4a71cd95278e91e9ad6f4a860ef2a25c2a96fc -SHA512 (gtksourceview2-3.0.9.gem) = 053c70d49c51a457cd1fe402424e84707165ab61eef04c175a0d1964507670b8d075491447b3e0c4db2d6c05e85d69717e0c18a5415a097419ab8b70141be165 -Size (gtksourceview2-3.0.9.gem) = 15360 bytes +SHA1 (gtksourceview2-3.1.0.gem) = 6a15db5eb1442a0a11cac122a7515e39c9fb185c +RMD160 (gtksourceview2-3.1.0.gem) = e7b9efb064462bab65dc9aa50ef64d5a4cdd7e58 +SHA512 (gtksourceview2-3.1.0.gem) = 5f2f174a6f580b48d7f7e8d1b315d79f414485494909874bca5b74ec1299619992ed8450c3699b5e3e521fa13c49726f489ffa7b89caf8571a9a19d9c177a8e3 +Size (gtksourceview2-3.1.0.gem) = 15360 bytes diff --git a/x11/ruby-gnome2-gtksourceview3/distinfo b/x11/ruby-gnome2-gtksourceview3/distinfo index 467074a8c8e..013f19ccc8e 100644 --- a/x11/ruby-gnome2-gtksourceview3/distinfo +++ b/x11/ruby-gnome2-gtksourceview3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/10/09 15:43:31 tsutsui Exp $ +$NetBSD: distinfo,v 1.4 2016/11/18 12:41:36 tsutsui Exp $ -SHA1 (gtksourceview3-3.0.9.gem) = 4ba61a035bb467fd0fd19b23b8ab86c90ae073d3 -RMD160 (gtksourceview3-3.0.9.gem) = 35b58968af09f6b1f9584f48a2feb058b3e39660 -SHA512 (gtksourceview3-3.0.9.gem) = 993bcd9024e3ecc7fc3709e587714033dc9b72904cadc0fb480b0e616deb37d08064c06158be62f9c5b5e33eb99db71e51d88c060362306b602e929166de9546 -Size (gtksourceview3-3.0.9.gem) = 7680 bytes +SHA1 (gtksourceview3-3.1.0.gem) = 5d7b57e8ec5d144dbe42c173e9c05a6833f3ece3 +RMD160 (gtksourceview3-3.1.0.gem) = f8218180b2f3766382ae748c32e86b2f7bee0093 +SHA512 (gtksourceview3-3.1.0.gem) = 8adc9f15c32d9cfe3d519322ee1104b2f83f433e04db3a211723171502b04d9b964358732fe4d7e801bcdea13eb34702fab2ce962a8c8a7cb869b1d2ffdfc0f7 +Size (gtksourceview3-3.1.0.gem) = 7680 bytes diff --git a/x11/ruby-gnome2-vte/distinfo b/x11/ruby-gnome2-vte/distinfo index 30d0fe4a7cb..3cb331c8f70 100644 --- a/x11/ruby-gnome2-vte/distinfo +++ b/x11/ruby-gnome2-vte/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/10/09 15:43:31 tsutsui Exp $ +$NetBSD: distinfo,v 1.4 2016/11/18 12:41:36 tsutsui Exp $ -SHA1 (vte-3.0.9.gem) = 2ab5d68fb096b0575caca0b45e76e124941a7fbc -RMD160 (vte-3.0.9.gem) = fadc3a5ccc75be7d001d8cd799b93258db9ee932 -SHA512 (vte-3.0.9.gem) = f578f42d54431f025452ed9e33d67b6f3417c22c4b36d558e807a6aee4878c13abffedd2479c2b0759753e797de316a2e176816f9207b97ed8b88b6d11ec512e -Size (vte-3.0.9.gem) = 14848 bytes +SHA1 (vte-3.1.0.gem) = 4eb87bb1dc905bcd1095fc936abaf606170837be +RMD160 (vte-3.1.0.gem) = 37a568c64cc98fff5f054a0602283c85a4c4f1fe +SHA512 (vte-3.1.0.gem) = b5d708757786c2bd1d8c77fc0352149e5ca9db20042bfc72afd0e01bcce43293676fac1ef6749618849fa34bbfa5f26cf15b9bea84054957a34717b9bfdb314c +Size (vte-3.1.0.gem) = 14848 bytes |