[DRE-commits] [ruby-gnome2] 02/07: Merge tag 'upstream/2.2.5'
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Jul 17 13:32:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-gnome2.
commit ae9ff34eee3a8a1df61fa9e6c10fb121d69a51e0
Merge: a66df72 c4f35d4
Author: Antonio Terceiro <terceiro at debian.org>
Date: Mon Jun 22 18:24:13 2015 -0300
Merge tag 'upstream/2.2.5'
Upstream version 2.2.5
# gpg: Signature made Seg 22 Jun 2015 18:24:09 BRT using RSA key ID CD460BDE
# gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>"
# gpg: aka "Antonio Terceiro <terceiro at dcc.ufba.br>"
# gpg: aka "Antonio Terceiro <terceiro at colivre.coop.br>"
# gpg: aka "Antonio Terceiro <terceiro at debian.org>"
NEWS | 313 +++++
README | 205 ----
README.md | 141 +++
Rakefile | 63 +-
atk/Rakefile | 2 +-
atk/ext/atk/extconf.rb | 2 +-
cairo-gobject/Rakefile | 22 +-
cairo-gobject/ext/cairo-gobject/extconf.rb | 22 +-
cairo-gobject/ext/cairo-gobject/rb-cairo-gobject.c | 10 +-
clutter-gstreamer/Rakefile | 11 +-
clutter-gstreamer/lib/clutter-gst.rb | 6 +-
.../lib/clutter-gstreamer.rb | 8 +-
clutter-gstreamer/sample/video-player.rb | 11 +-
clutter-gstreamer/sample/video-sink-navigation.rb | 3 +-
clutter-gstreamer/sample/video-sink.rb | 3 +-
.../test/clutter-gstreamer-test-utils.rb | 22 +-
clutter-gstreamer/test/run-test.rb | 5 +-
clutter-gstreamer/test/test-clutter-gst.rb | 5 +-
clutter-gtk/Rakefile | 6 +-
clutter-gtk/lib/clutter-gtk.rb | 5 +-
clutter/Rakefile | 37 +-
clutter/lib/clutter.rb | 19 +-
clutter/lib/clutter/brightness-contrast-effect.rb | 44 +
.../lib/clutter/clutter.rb | 11 +-
.../lib/clutter/text-buffer.rb | 28 +-
.../json-glib-1.0.2-add-missing-config-h.diff | 21 +
clutter/test/clutter-test-utils.rb | 12 +
clutter/test/run-test.rb | 5 +-
clutter/test/test-clutter-actor.rb | 242 ++++
.../test/test-clutter-blur-effect.rb | 15 +-
.../test-clutter-brightness-contrast-effect.rb | 56 +
.../test/test-clutter-canvas.rb | 28 +-
.../test/test-clutter-colorize-effect.rb | 20 +-
.../test/test-clutter-desaturate-effect.rb | 19 +-
.../test/test-clutter-feature.rb | 21 +-
clutter/test/test-clutter-flow-layout.rb | 83 ++
.../test/test-clutter-page-turn-effect.rb | 31 +-
.../test/test-clutter-property-transiton.rb | 19 +-
clutter/test/test-clutter-shader-effect.rb | 65 ++
clutter/test/test-clutter-text-buffer.rb | 72 ++
clutter/test/test-clutter-timeline.rb | 59 +
extconf.rb | 3 +-
gdk3/Rakefile | 40 +-
gdk3/ext/gdk3/depend | 11 -
gdk3/ext/gdk3/extconf.rb | 130 ---
gdk3/ext/gdk3/gdk3.def | 12 -
gdk3/ext/gdk3/init.c | 35 -
gdk3/ext/gdk3/rbgdk.c | 491 --------
gdk3/ext/gdk3/rbgdk3.h | 73 --
gdk3/ext/gdk3/rbgdk3conversions.h | 121 --
gdk3/ext/gdk3/rbgdk3private.h | 85 --
gdk3/ext/gdk3/rbgdkatom.c | 122 --
gdk3/ext/gdk3/rbgdkcairo.c | 91 --
gdk3/ext/gdk3/rbgdkcolor.c | 137 ---
gdk3/ext/gdk3/rbgdkcursor.c | 92 --
gdk3/ext/gdk3/rbgdkdevice.c | 253 ----
gdk3/ext/gdk3/rbgdkdevicemanager.c | 39 -
gdk3/ext/gdk3/rbgdkdisplay.c | 434 -------
gdk3/ext/gdk3/rbgdkdisplaymanager.c | 55 -
gdk3/ext/gdk3/rbgdkdragcontext.c | 191 ---
gdk3/ext/gdk3/rbgdkevent.c | 1173 -------------------
gdk3/ext/gdk3/rbgdkgeometry.c | 253 ----
gdk3/ext/gdk3/rbgdkkeymap.c | 151 ---
gdk3/ext/gdk3/rbgdkkeyval.c | 108 --
gdk3/ext/gdk3/rbgdkpango.c | 197 ----
gdk3/ext/gdk3/rbgdkpangorenderer.c | 144 ---
gdk3/ext/gdk3/rbgdkpixbuf.c | 176 ---
gdk3/ext/gdk3/rbgdkproperty.c | 305 -----
gdk3/ext/gdk3/rbgdkrectangle.c | 140 ---
gdk3/ext/gdk3/rbgdkrgb.c | 199 ----
gdk3/ext/gdk3/rbgdkrgba.c | 142 ---
gdk3/ext/gdk3/rbgdkscreen.c | 443 -------
gdk3/ext/gdk3/rbgdkselection.c | 146 ---
gdk3/ext/gdk3/rbgdkthreads.c | 77 --
gdk3/ext/gdk3/rbgdktimecoord.c | 133 ---
gdk3/ext/gdk3/rbgdkvisual.c | 251 ----
gdk3/ext/gdk3/rbgdkwindow.c | 1069 -----------------
gdk3/ext/gdk3/rbgdkwindowattr.c | 191 ---
gdk3/ext/gdk3/rbgdkx11.c | 102 --
gdk3/ext/gdk3/rbgdkx11x11window.c | 66 --
gdk3/extconf.rb | 49 -
gdk3/lib/gdk3.rb | 63 +-
.../gio2/output-stream.rb => gdk3/lib/gdk3/atom.rb | 12 +-
gdk3/lib/gdk3/base.rb | 59 -
gdk3/lib/gdk3/cairo.rb | 64 +
gdk3/lib/gdk3/color.rb | 49 +
gdk3/lib/gdk3/deprecated.rb | 54 +-
.../output-stream.rb => gdk3/lib/gdk3/event.rb | 24 +-
gdk3/lib/gdk3/loader.rb | 265 +++++
.../lib/gdk3/rectangle.rb | 28 +-
.../gio2/output-stream.rb => gdk3/lib/gdk3/rgba.rb | 18 +-
.../lib/gdk3/window-attr.rb | 14 +-
.../output-stream.rb => gdk3/lib/gdk3/window.rb | 9 +-
gdk3/patches/gdk+-3.10.6-remove-def-use.diff | 106 --
gdk3/test/run-test.rb | 21 +-
gdk3/test/test-gdk-cairo.rb | 71 ++
gdk3/test/test-gdk-color.rb | 25 +
.../test/test-gdk-event-type.rb | 13 +-
gdk3/test/test-gdk-event.rb | 96 +-
gdk3/test/test-gdk-keyval.rb | 76 ++
gdk3/test/test-gdk-pixbuf.rb | 49 +
gdk3/test/test-gdk-rectangle.rb | 39 +-
gdk3/test/test-gdk-rgba.rb | 7 +-
gdk3/test/test-gdk-window-attr.rb | 6 +-
gdk_pixbuf2/Rakefile | 2 +-
gdk_pixbuf2/ext/gdk_pixbuf2/extconf.rb | 2 +-
gio2/Makefile | 20 +
gio2/Makefile.lib | 226 ++++
gio2/ext/gio2/Makefile | 244 ++++
{goocanvas/ext/goocanvas => gio2/ext/gio2}/depend | 2 +-
gio2/ext/gio2/extconf.rb | 2 +-
gio2/ext/gio2/ruby-gio2.pc | 3 +
gio2/lib/gio2/input-stream.rb | 13 +-
gio2/lib/gio2/loader.rb | 28 +-
gio2/lib/gio2/pollable-input-stream.rb | 13 +-
gio2/lib/gio2/pollable-output-stream.rb | 5 -
gio2/test/gio2-test-utils.rb | 1 +
.../gio2-test-utils/omissions.rb} | 9 +-
gio2/test/test-content-type.rb | 8 +
gio2/test/{test-content-type.rb => test-dbus.rb} | 29 +-
gio2/test/test-file.rb | 2 +
.../test-memory-input-stream.rb} | 9 +-
.../test-memory-output-stream.rb} | 9 +-
glib2/Makefile | 20 +
glib2/Makefile.lib | 242 ++++
glib2/Rakefile | 120 +-
glib2/ext/glib2/Makefile | 256 ++++
glib2/ext/glib2/extconf.rb | 15 +-
glib2/ext/glib2/glib-enum-types.c | 1233 ++++++++++++++++++++
glib2/ext/glib2/glib-enum-types.h | 154 +++
glib2/ext/glib2/glib2.def | 2 +
glib2/ext/glib2/rbglib.c | 4 +-
glib2/ext/glib2/rbglib.h | 2 +-
glib2/ext/glib2/rbglib2conversions.h | 2 +
glib2/ext/glib2/rbglib_fileutils.c | 25 +
glib2/ext/glib2/rbglib_maincontext.c | 356 +-----
glib2/ext/glib2/rbglib_mainloop.c | 29 +-
glib2/ext/glib2/rbglib_source.c | 52 +-
glib2/ext/glib2/rbglib_threads.c | 2 +-
glib2/ext/glib2/rbglib_utils.c | 11 +-
glib2/ext/glib2/rbgobj_boxed.c | 24 +-
glib2/ext/glib2/rbgobj_convert.c | 21 +-
glib2/ext/glib2/rbgobj_object.c | 26 +-
glib2/ext/glib2/rbgobj_type.c | 10 +-
glib2/ext/glib2/rbgprivate.h | 2 -
glib2/ext/glib2/rbgutil.c | 40 +-
glib2/ext/glib2/rbgutil.h | 3 +-
glib2/ext/glib2/rbgutil_callback.c | 2 -
glib2/ext/glib2/ruby-glib2.pc | 3 +
glib2/lib/glib2/deprecatable.rb | 46 +-
glib2/lib/gnome2/rake/external-package.rb | 12 +
glib2/lib/gnome2/rake/native-binary-build-task.rb | 12 +-
glib2/lib/gnome2/rake/package-task.rb | 78 +-
glib2/lib/gnome2/rake/package.rb | 34 +-
...-build-task.rb => windows-binary-build-task.rb} | 127 +-
...oad-task.rb => windows-binary-download-task.rb} | 34 +-
glib2/lib/mkmf-gnome2.rb | 115 +-
glib2/test/test_file_utils.rb | 38 +
glib2/test/test_source.rb | 40 +-
gobject-introspection/Makefile | 20 +
gobject-introspection/Makefile.lib | 232 ++++
gobject-introspection/Rakefile | 38 +-
.../ext/gobject-introspection/Makefile | 248 ++++
.../ext/gobject-introspection/extconf.rb | 2 +-
.../gobject-introspection-enum-types.c | 230 ++++
.../gobject-introspection-enum-types.h | 42 +
.../ext/gobject-introspection/rb-gi-argument.c | 153 ++-
.../gobject-introspection/rb-gi-constructor-info.c | 7 +-
.../gobject-introspection/rb-gi-function-info.c | 37 +-
.../ext/gobject-introspection/rb-gi-loader.c | 22 +-
.../ext/gobject-introspection/rb-gi-repository.c | 82 ++
.../ext/gobject-introspection/rb-gi-struct-info.c | 44 +-
.../ext/gobject-introspection/rbgiversion.h | 24 +
.../ruby-gobject-introspection.pc | 3 +
.../lib/gobject-introspection/callable-info.rb | 23 +-
.../lib/gobject-introspection/loader.rb | 79 +-
.../patches/cross-g-ir-scanner.diff | 50 +-
...er.patch => support-external-g-ir-scanner.diff} | 200 ++--
gobject-introspection/test/test-object-info.rb | 2 +-
gobject-introspection/test/test-signal-info.rb | 4 +-
gobject-introspection/test/test-struct-info.rb | 2 +-
goocanvas/README | 37 -
goocanvas/Rakefile | 14 -
goocanvas/ext/goocanvas/extconf.rb | 82 --
goocanvas/ext/goocanvas/goocanvas.def | 2 -
goocanvas/ext/goocanvas/rbgoocanvas.c | 58 -
goocanvas/ext/goocanvas/rbgoocanvas.h | 29 -
goocanvas/extconf.rb | 49 -
goocanvas/lib/goo/canvas-item.rb | 32 -
goocanvas/lib/goocanvas.rb | 72 --
goocanvas/sample/demo-animation.rb | 176 ---
goocanvas/sample/demo-arrowhead.rb | 354 ------
goocanvas/sample/demo-events.rb | 187 ---
goocanvas/sample/demo-features.rb | 148 ---
goocanvas/sample/demo-fifteen.rb | 226 ----
goocanvas/sample/demo-focus.rb | 135 ---
goocanvas/sample/demo-primitives.rb | 719 ------------
goocanvas/sample/demo.rb | 94 --
goocanvas/sample/flower.png | Bin 818 -> 0 bytes
goocanvas/sample/scalability-demo.rb | 169 ---
goocanvas/sample/simple-demo.rb | 70 --
goocanvas/sample/table-demo.rb | 218 ----
goocanvas/sample/toroid.png | Bin 16917 -> 0 bytes
goocanvas/sample/units-demo.rb | 129 --
goocanvas/sample/widgets-demo.rb | 277 -----
gstreamer/Rakefile | 57 +-
gstreamer/ext/gstreamer/extconf.rb | 2 +-
gstreamer/ext/gstreamer/rbgst-child-proxy.c | 105 ++
gstreamer/ext/gstreamer/rbgst.c | 3 +-
gstreamer/ext/gstreamer/rbgst.h | 3 +-
gstreamer/lib/gst.rb | 3 +-
gstreamer/lib/gst/caps.rb | 14 +
.../lib/gstreamer.rb | 8 +-
.../test/gstreamer-test-utils.rb | 6 +-
{clutter => gstreamer}/test/run-test.rb | 27 +-
.../test/test-caps.rb | 17 +-
.../test/test-child-proxy.rb | 15 +-
.../test/test-element-factory.rb | 11 +-
gtk2/Rakefile | 29 +-
gtk2/ext/gtk2/extconf.rb | 17 +-
gtk2/ext/gtk2/rbgdkproperty.c | 8 +-
gtk2/ext/gtk2/rbgtk.c | 17 +
gtk2/ext/gtk2/rbgtkaboutdialog.c | 2 +-
gtk2/ext/gtk2/rbgtkdialog.c | 33 +-
gtk2/ext/gtk2/rbgtkselectiondata.c | 9 +-
.../gtk+-2.24.22-remove-PRIVATE-from-def.diff | 210 ++++
...4.25-add-missing-exeext-and-fix-directory.diff} | 16 +-
.../test-file.rb => gtk2/test/test_gdk_pixbuf.rb | 22 +-
gtk3/ext/gtk3/extconf.rb | 22 +-
gtk3/ext/gtk3/rbgtk-about-dialog.c | 4 +-
.../ext/gtk3/rbgtk-action-bar.c | 49 +-
gtk3/ext/gtk3/rbgtk-color-button.c | 8 +-
gtk3/ext/gtk3/rbgtk-dialog.c | 32 +-
gtk3/ext/gtk3/rbgtk-image.c | 1 +
gtk3/ext/gtk3/rbgtk-selection-data.c | 9 +-
.../ext/gtk3/rbgtk-stack-switcher.c | 26 +-
gtk3/ext/gtk3/rbgtk-window.c | 8 +
gtk3/ext/gtk3/rbgtk.c | 161 +++
gtk3/ext/gtk3/rbgtk3.h | 33 +
gtk3/ext/gtk3/rbgtk3conversions.h | 64 +-
gtk3/ext/gtk3/rbgtk3private.h | 5 +-
gtk3/lib/gtk3.rb | 1 +
gtk3/sample/gtk-demo/cairo-arc-negative.rb | 2 +-
gtk3/sample/gtk-demo/cairo-arc.rb | 2 +-
gtk3/sample/gtk-demo/cairo-clip-image.rb | 12 +-
gtk3/sample/gtk-demo/cairo-clip-rectangle.rb | 4 +-
gtk3/sample/gtk-demo/cairo-curve-rectangle.rb | 4 +-
gtk3/sample/gtk-demo/cairo-curve-to.rb | 4 +-
gtk3/sample/gtk-demo/cairo-dash.rb | 2 +-
gtk3/sample/gtk-demo/cairo-fill-and-stroke.rb | 2 +-
gtk3/sample/gtk-demo/cairo-fill-and-stroke2.rb | 4 +-
gtk3/sample/gtk-demo/cairo-gradient.rb | 2 +-
gtk3/sample/gtk-demo/cairo-image-pattern.rb | 10 +-
gtk3/sample/gtk-demo/cairo-image.rb | 8 +-
gtk3/sample/gtk-demo/cairo-line-cap.rb | 16 +-
gtk3/sample/gtk-demo/cairo-line-join.rb | 6 +-
gtk3/sample/gtk-demo/cairo-long-lines.rb | 6 +-
gtk3/sample/gtk-demo/cairo-pattern-fill.rb | 22 +-
gtk3/sample/gtk-demo/cairo-self-intersect.rb | 4 +-
gtk3/sample/gtk-demo/cairo-text-align-center.rb | 8 +-
gtk3/sample/gtk-demo/cairo-text-extents.rb | 10 +-
gtk3/sample/gtk-demo/cairo-text.rb | 6 +-
gtk3/sample/gtk-demo/common.rb | 1 -
gtk3/sample/gtk-demo/dialog.rb | 46 +-
gtk3/sample/gtk-demo/drawingarea.rb | 6 +-
gtk3/sample/gtk-demo/editable_cells.rb | 56 +-
gtk3/sample/gtk-demo/entry_completion.rb | 6 +-
gtk3/sample/gtk-demo/images.rb | 150 +--
gtk3/sample/gtk-demo/item_factory.rb | 80 +-
gtk3/sample/gtk-demo/list_store.rb | 26 +-
gtk3/sample/gtk-demo/menus.rb | 68 +-
gtk3/sample/gtk-demo/panes.rb | 56 +-
gtk3/sample/gtk-demo/rotated_text.rb | 94 +-
gtk3/sample/gtk-demo/sizegroup.rb | 34 +-
gtk3/sample/gtk-demo/spinner.rb | 2 +-
gtk3/sample/gtk-demo/textview.rb | 274 ++---
gtk3/sample/gtk-demo/theming.ui | 319 +++++
gtk3/sample/gtk-demo/theming_style_classes.rb | 48 +
gtk3/sample/gtk-demo/tree_store.rb | 254 ++--
gtk3/sample/misc/assistant.rb | 72 +-
gtk3/sample/misc/bindings.rb | 54 +-
gtk3/sample/misc/button.rb | 13 +-
gtk3/sample/misc/buttonbox.rb | 4 +-
gtk3/sample/misc/checkbutton.rb | 5 +-
gtk3/sample/misc/colorselection.rb | 17 +-
gtk3/sample/misc/combo_check.rb | 60 +-
gtk3/sample/misc/combobox.rb | 21 +-
gtk3/sample/misc/cursor.rb | 4 +-
gtk3/sample/misc/dialog.rb | 24 +-
gtk3/sample/misc/dialog2.rb | 29 +-
gtk3/sample/misc/drawing.rb | 61 +-
gtk3/sample/misc/statusicon.rb | 73 +-
gtk3/sample/misc/threads.rb | 34 +-
gtk3/sample/misc/tree_progress.rb | 22 +-
gtk3/test/run-test.rb | 26 +-
.../test/test_gtk_action_group.rb | 31 +-
gtk3/test/test_gtk_image.rb | 2 +-
gtk3/test/test_gtk_search_bar.rb | 2 +-
.../test/test_gtk_stack_switcher.rb | 14 +-
gtksourceview2/Rakefile | 17 +-
gtksourceview2/ext/gtksourceview2/extconf.rb | 17 +-
gtksourceview3/Rakefile | 2 +-
gtksourceview3/ext/gtksourceview3/extconf.rb | 20 +-
.../gtksourceview3/rbgtksourcegutterrenderertext.c | 26 +-
.../gtksourceview3/rbgtksourceview3conversions.h | 7 +
.../ext/gtksourceview3/rbgtksourceview3private.h | 1 -
gtksourceview3/test/run-test.rb | 24 +-
gtksourceview3/test/test_mark_attributes.rb | 2 +-
.../test/test_source_gutter_renderer.rb | 18 +-
.../test/test_source_language_manager.rb | 31 +-
gtksourceview3/test/test_source_view.rb | 34 +
pango/Rakefile | 42 +-
pango/ext/pango/extconf.rb | 16 +-
poppler/Rakefile | 17 +-
poppler/ext/poppler/extconf.rb | 21 +-
poppler/lib/poppler.rb | 5 +-
poppler/test/test_annotation.rb | 4 +-
poppler/test/test_page.rb | 18 -
rsvg2/Rakefile | 3 +-
rsvg2/ext/rsvg2/extconf.rb | 17 +-
rsvg2/ext/rsvg2/rbrsvghandle.c | 71 +-
rsvg2/ext/rsvg2/rsvg2.h | 6 +-
...rsvg-2.40.1-replace-canonicalize-file-name.diff | 75 --
.../test/rsvg2-test-utils.rb | 6 +-
{gdk3 => rsvg2}/test/run-test.rb | 31 +-
rsvg2/test/test-handle.rb | 91 ++
run-test.rb | 5 +-
vte/Rakefile | 16 +-
vte/ext/vte/extconf.rb | 2 +-
vte3/Rakefile | 22 +-
vte3/ext/vte3/extconf.rb | 6 +-
vte3/ext/vte3/rbvte.c | 4 +
vte3/ext/vte3/rbvte3conversions.h | 9 +
vte3/ext/vte3/rbvte3private.h | 1 -
vte3/ext/vte3/rbvteterminal.c | 20 +
vte3/lib/vte3/deprecated.rb | 9 +-
webkit-gtk/Rakefile | 37 +-
.../libsoup-2.48.0-remove-nonexistent-symbol.diff | 11 +
webkit-gtk/patches/webkitgtk-2.2.3-buildable.diff | 63 -
webkit-gtk/patches/webkitgtk-2.6.0-buildable.diff | 20 +
webkit-gtk/test/run-test.rb | 2 +
.../test/test_webkit_gtk_webview.rb | 12 +-
webkit-gtk/test/webkit-gtk-test-utils.rb | 18 +
.../test/webkit-gtk-test-utils/omissions.rb | 9 +-
webkit-gtk2/Rakefile | 23 +-
.../test/test_webkit_gtk_webview.rb | 12 +-
webkit-gtk2/test/webkit-gtk-test-utils.rb | 4 +-
.../test/webkit-gtk-test-utils/omissions.rb | 9 +-
348 files changed, 9418 insertions(+), 14307 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gnome2.git
More information about the Pkg-ruby-extras-commits
mailing list