summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-12-30 08:53:44 +0000
committerobache <obache@pkgsrc.org>2014-12-30 08:53:44 +0000
commit847d72e2e8470f5c82f1bb41e2248637e6664372 (patch)
tree39fd87106bae98470915bb90bc4da8ac20f692d6
parent0f3b34ecf4096e3eccf0816b65a6bbf5aeb7e64e (diff)
downloadpkgsrc-847d72e2e8470f5c82f1bb41e2248637e6664372.tar.gz
Update ruby-gnome2 to 2.2.4.
It is a x64 Windows support release. === Changes ==== Ruby/GLib2 * Improvements * Stopped to call g_thread_init() for GLib 2.32.0 or later because g_thread_init() is called automatically. * Added GLib.format_size. * Added GLib::Source#name. * Added GLib::Source#name=. * Added GLib::Source#ready_time. * Added GLib::Source#ready_time=. * Added GLib::Source#destroy. * Fixes * Fixed a bug that wrong converter is used on bigendian environment. [GitHub#270][Reported by mtasaka] ==== Ruby/GIO2 * Improvements * Added Gio::DBus. * Fixes * Fixed a bug that Gio::ContentType#executable? isn't defined by correct name. ==== Ruby/GTK2 * Improvements * Gtk::AboutDialog#show: Supported license_type option. [ruby-gnome2-devel-ja][Patch by Hiroyuki Ito] * Fixes * Gtk::AboutDialog#show: Fixed a bug that wrap_license option doesn't work. [ruby-gnome2-devel-ja][Patch by Hiroyuki Ito] ==== Ruby/GObjectIntrospection * Improvements * Supported prefix removing from method name. * Supported GList of UTF-8. [ruby-gnome2-devel-en][Reported by Detlef Reichl] * Added documentation. [GitHub#267][Patch by Detlef Reichl] * Fixes * Fixed a bug that out only argument is required. [GitHub#268][Reported by mtasaka] ==== Ruby/GDK3 * Improvements * Gdk::Window: Added deprecated constants for backward compatibility. * Supported Gdk::Keyval module functions. [GitHub#265][Reported by Detlef Reichl] * Cairo::Context#set_source_rgba: Re-supported (({set_source_rgba(r, g, b, a)})) style. [GitHub#272][Patch by Detlef Reichl] * [windows] Bundled the new default GNOME icon theme. [GitHub#276][Reported by glurp] * Fixes * Gdk::Color.parse: Fixed unexpected API change. [GitHub#276][Reported by glurp] * Fixed a bug that Gdk::Event::Mask fallback doesn't work. [GitHub#276][Reported by glurp] ==== Ruby/GTK3 * Improvements * Gtk::AboutDialog#show: Supported license_type option. [ruby-gnome2-devel-ja][Patch by Hiroyuki Ito] * Gtk::ActionBar: Added. [GitHub#282][Suggested by Christopher L. Ramsey] * Fixes * Gtk::AboutDialog#show: Fixed a bug that wrap_license option doesn't work. [ruby-gnome2-devel-ja][Patch by Hiroyuki Ito] ==== Ruby/RSVG2 * Improvements * RSVG::Handle.new_from_file: Supported flags. You can open a large file with (({:flags => :unlimited})). [GitHub#263][Patch by Taro Matsuzawa] ==== Ruby/Clutter * Improvements * Added Clutter::Feature. * Fixes * Added missing require for Ruby/Pango. * Fixed initializing order. [GitHub#274][Reported by mtasaka] === Thanks * Detlef Reichl * Hiroyuki Ito * mtasaka * glurp * Taro Matsuzawa * Christopher L. Ramsey
-rw-r--r--devel/ruby-gnome2-glib/PLIST6
-rw-r--r--graphics/ruby-gnome2-clutter/Makefile4
-rw-r--r--graphics/ruby-gnome2-clutter/PLIST3
-rw-r--r--meta-pkgs/ruby-gnome2/Makefile.common4
-rw-r--r--meta-pkgs/ruby-gnome2/distinfo8
-rw-r--r--print/ruby-gnome2-poppler/Makefile3
6 files changed, 15 insertions, 13 deletions
diff --git a/devel/ruby-gnome2-glib/PLIST b/devel/ruby-gnome2-glib/PLIST
index 1192ea3daa5..3849fa2c156 100644
--- a/devel/ruby-gnome2-glib/PLIST
+++ b/devel/ruby-gnome2-glib/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2013/05/08 12:47:05 obache Exp $
+@comment $NetBSD: PLIST,v 1.15 2014/12/30 08:53:44 obache Exp $
lib/pkgconfig/ruby-glib2.pc
${RUBY_VENDORLIB}/glib-mkenums.rb
${RUBY_VENDORLIB}/glib2.rb
@@ -9,8 +9,8 @@ ${RUBY_VENDORLIB}/gnome2/rake/native-binary-build-task.rb
${RUBY_VENDORLIB}/gnome2/rake/package-task.rb
${RUBY_VENDORLIB}/gnome2/rake/package.rb
${RUBY_VENDORLIB}/gnome2/rake/source-download-task.rb
-${RUBY_VENDORLIB}/gnome2/rake/win32-binary-build-task.rb
-${RUBY_VENDORLIB}/gnome2/rake/win32-binary-download-task.rb
+${RUBY_VENDORLIB}/gnome2/rake/windows-binary-build-task.rb
+${RUBY_VENDORLIB}/gnome2/rake/windows-binary-download-task.rb
${RUBY_VENDORARCHLIB}/glib-enum-types.h
${RUBY_VENDORARCHLIB}/glib2.${RUBY_DLEXT}
${RUBY_VENDORARCHLIB}/rbgcompat.h
diff --git a/graphics/ruby-gnome2-clutter/Makefile b/graphics/ruby-gnome2-clutter/Makefile
index f73bf1c2c2b..da8ac34adff 100644
--- a/graphics/ruby-gnome2-clutter/Makefile
+++ b/graphics/ruby-gnome2-clutter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/01/05 09:04:31 obache Exp $
+# $NetBSD: Makefile,v 1.2 2014/12/30 08:53:44 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-clutter-${VERSION}
@@ -6,6 +6,8 @@ COMMENT= Ruby binding of Clutter
CATEGORIES= graphics
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}:../../devel/ruby-gnome2-pango
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-cairo-gobject>=${VERSION}:../../graphics/ruby-gnome2-cairo-gobject
DEPENDS+= clutter>=1.0:../../graphics/clutter
RUBY_SETUP_SUBDIRS= clutter
diff --git a/graphics/ruby-gnome2-clutter/PLIST b/graphics/ruby-gnome2-clutter/PLIST
index 88f97643002..bddaedec1d3 100644
--- a/graphics/ruby-gnome2-clutter/PLIST
+++ b/graphics/ruby-gnome2-clutter/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/11/09 06:27:03 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/12/30 08:53:44 obache Exp $
${RUBY_VENDORLIB}/clutter.rb
${RUBY_VENDORLIB}/clutter/actor-iter.rb
${RUBY_VENDORLIB}/clutter/actor.rb
@@ -9,5 +9,6 @@ ${RUBY_VENDORLIB}/clutter/clutter.rb
${RUBY_VENDORLIB}/clutter/color.rb
${RUBY_VENDORLIB}/clutter/event.rb
${RUBY_VENDORLIB}/clutter/point.rb
+${RUBY_VENDORLIB}/clutter/text-buffer.rb
${RUBY_VENDORLIB}/clutter/text.rb
${RUBY_VENDORLIB}/clutter/threads.rb
diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common
index 571e97f1c7f..37fd8c58175 100644
--- a/meta-pkgs/ruby-gnome2/Makefile.common
+++ b/meta-pkgs/ruby-gnome2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2014/11/09 06:27:02 obache Exp $
+# $NetBSD: Makefile.common,v 1.43 2014/12/30 08:53:44 obache Exp $
#
# used by devel/ruby-gnome2-atk/Makefile
# used by devel/ruby-gnome2-gio/Makefile
@@ -34,7 +34,7 @@ MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://ruby-gnome2.sourceforge.jp/
LICENSE= gnu-lgpl-v2.1
-VERSION= 2.2.3
+VERSION= 2.2.4
USE_RUBY_EXTCONF?= yes
CONFIGURE_ENV+= RUBYOPT="-Ku"
RUBY_VERSION_SUPPORTED= 193 200 21
diff --git a/meta-pkgs/ruby-gnome2/distinfo b/meta-pkgs/ruby-gnome2/distinfo
index 8965f0a1d91..e2a6c77e0e0 100644
--- a/meta-pkgs/ruby-gnome2/distinfo
+++ b/meta-pkgs/ruby-gnome2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2014/11/09 06:27:02 obache Exp $
+$NetBSD: distinfo,v 1.42 2014/12/30 08:53:44 obache Exp $
-SHA1 (ruby-gnome2-all-2.2.3.tar.gz) = cc492f6fb533df59c090777bae347d621c313a0a
-RMD160 (ruby-gnome2-all-2.2.3.tar.gz) = efe650b7a890c72a16614aea3b8804ecf4e040dc
-Size (ruby-gnome2-all-2.2.3.tar.gz) = 1657315 bytes
+SHA1 (ruby-gnome2-all-2.2.4.tar.gz) = 818d35be43ea24efd50b9f17c5d186261ebca3b3
+RMD160 (ruby-gnome2-all-2.2.4.tar.gz) = b3653cf98086bb2ef82f0f90c831e927d0f44ad4
+Size (ruby-gnome2-all-2.2.4.tar.gz) = 1699429 bytes
SHA1 (patch-glib2_lib_mkmf-gnome2.rb) = 7ea9f2066aae905e64d8477f500245e3e3b5df9e
diff --git a/print/ruby-gnome2-poppler/Makefile b/print/ruby-gnome2-poppler/Makefile
index bf6df237fd7..e1cdb3b2cab 100644
--- a/print/ruby-gnome2-poppler/Makefile
+++ b/print/ruby-gnome2-poppler/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2014/11/20 16:04:16 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2014/12/30 08:53:44 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION}
COMMENT= Ruby binding of poppler-glib
-PKGREVISION= 1
CATEGORIES= print
CONFLICTS+= ruby[0-9][0-9]-gnome2-poppler-[0-9]*