summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-03-16 12:25:47 +0000
committerobache <obache@pkgsrc.org>2013-03-16 12:25:47 +0000
commitdc3728ff2e7f0bbebc68a38874e4054d4c437473 (patch)
tree1532a931fc7c8cda620113f18148265645b301e3 /meta-pkgs
parent2dd1a43417bbdfca1c60afe0f8d517e21aafe853 (diff)
downloadpkgsrc-dc3728ff2e7f0bbebc68a38874e4054d4c437473.tar.gz
Update ruby-gnome2 to 1.2.2.
== Ruby-GNOME2 1.2.2: 2013-03-11 Ruby 2.0.0 support release! === Changes ==== Ruby/GLib2 * Improvements * Supported test on Ruby 2.0.0. [GitHub #134] [Reported by mtasaka] ==== Ruby/Poppler * Improvements * Removed deprecated GDK support. ==== Ruby/GDK3 * Improvements * Supported Ruby 2.0.0. [GitHub#129] [Reported by TOMITA Masahiro] ==== Ruby/GObjectIntrospection * Improvements * Supported not GType based flags. * Supported not GType based enum. * Supported custom callback function. * Supported .h install. * Supported .pc install. * More Rubyish method names are used. * Stopped to raise exception when there are two or more out parameters. * Added Loader.start_callback_dispatch_thread(). * Supported arguments validation. * Stopped to use array for just one return value. * Supported Enumerator. * Hide constructor methods. ==== Ruby/GtkSourceView3 * Fixes * Fixed wrong deb package name. ==== Ruby/Clutter * Fixes * Fixed wrong initialized check. * Stopped to override Clutter.init unexpectedly. ==== Ruby/ClutterGTK * Fixes * Fixed wrong initialized check. ==== Ruby/WebKitGTK * Fixes * Fixed wrong initialized check. === Thanks * Vincent Carmona (for unreleased GObjectIntrospection based GStreamer bindings) * TOMITA Masahiro * NAKAJIMA Takashi (for unreleased GObjectIntrospection based GStreamer bindings) * mtasaka
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/ruby-gnome2/Makefile.common4
-rw-r--r--meta-pkgs/ruby-gnome2/distinfo10
-rw-r--r--meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbglib.h20
-rw-r--r--meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbgprivate.h28
4 files changed, 6 insertions, 56 deletions
diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common
index da9dd76683f..1982508019e 100644
--- a/meta-pkgs/ruby-gnome2/Makefile.common
+++ b/meta-pkgs/ruby-gnome2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2013/02/07 13:41:54 obache Exp $
+# $NetBSD: Makefile.common,v 1.28 2013/03/16 12:25:47 obache Exp $
#
# used by devel/ruby-gnome2-atk/Makefile
# used by devel/ruby-gnome2-gio/Makefile
@@ -28,7 +28,7 @@ MAINTAINER= dieter.NetBSD@pandora.be
HOMEPAGE= http://ruby-gnome2.sourceforge.jp/
LICENSE= gnu-lgpl-v2.1
-VERSION= 1.2.1
+VERSION= 1.2.2
USE_RUBY_EXTCONF?= yes
CONFIGURE_ENV+= RUBYOPT="-Ku"
diff --git a/meta-pkgs/ruby-gnome2/distinfo b/meta-pkgs/ruby-gnome2/distinfo
index c538c736bb8..15493e08d94 100644
--- a/meta-pkgs/ruby-gnome2/distinfo
+++ b/meta-pkgs/ruby-gnome2/distinfo
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.31 2013/02/07 13:41:54 obache Exp $
+$NetBSD: distinfo,v 1.32 2013/03/16 12:25:47 obache Exp $
-SHA1 (ruby-gnome2-all-1.2.1.tar.gz) = cbf6cbe574f27582acdb93c9ebed828b0126f553
-RMD160 (ruby-gnome2-all-1.2.1.tar.gz) = 76091e8dfdceb889ff75c6076f665d118765d908
-Size (ruby-gnome2-all-1.2.1.tar.gz) = 1680458 bytes
-SHA1 (patch-glib2_ext_glib2_rbglib.h) = 1a504f24e09acb6e962bde5fd8eace5696572ae4
-SHA1 (patch-glib2_ext_glib2_rbgprivate.h) = 73ce03f3a64c3e2f54247012211fac359eb6ccf2
+SHA1 (ruby-gnome2-all-1.2.2.tar.gz) = b93d427640aaeb6dd0a14ea93257ed9acbafd753
+RMD160 (ruby-gnome2-all-1.2.2.tar.gz) = c2be22d358ae302140ee26b83cf3c1787e467737
+Size (ruby-gnome2-all-1.2.2.tar.gz) = 1678394 bytes
SHA1 (patch-glib2_lib_mkmf-gnome2.rb) = 7ea9f2066aae905e64d8477f500245e3e3b5df9e
diff --git a/meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbglib.h b/meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbglib.h
deleted file mode 100644
index 0654e873291..00000000000
--- a/meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbglib.h
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-glib2_ext_glib2_rbglib.h,v 1.1 2013/02/07 13:41:54 obache Exp $
-
-* Move rb_str_new_cstr() compatible macro to private header
- Because all rbglib.h users should check rb_str_new_cstr() check when
- it exists in rbglib.h.
- https://github.com/ruby-gnome2/ruby-gnome2/commit/97e6965c4b4463c5aa687b4827f3ef52e7054571
-
---- glib2/ext/glib2/rbglib.h.orig 2013-01-30 14:00:35.000000000 +0000
-+++ glib2/ext/glib2/rbglib.h
-@@ -63,10 +63,6 @@ typedef int GPid;
- # define G_SOURCE_CONTINUE TRUE
- #endif
-
--#ifndef HAVE_RB_STR_NEW_CSTR
--# define rb_str_new_cstr(c_string) rb_str_new2(c_string)
--#endif
--
- #define RBG_INSPECT(object) (rbg_rval_inspect(object))
-
- #define RVAL2CSTR(v) (rbg_rval2cstr(&(v)))
diff --git a/meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbgprivate.h b/meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbgprivate.h
deleted file mode 100644
index 35bb80db09a..00000000000
--- a/meta-pkgs/ruby-gnome2/patches/patch-glib2_ext_glib2_rbgprivate.h
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-glib2_ext_glib2_rbgprivate.h,v 1.1 2013/02/07 13:41:54 obache Exp $
-
-* Move rb_str_new_cstr() compatible macro to private header
- Because all rbglib.h users should check rb_str_new_cstr() check when
- it exists in rbglib.h.
- https://github.com/ruby-gnome2/ruby-gnome2/commit/97e6965c4b4463c5aa687b4827f3ef52e7054571
-
---- glib2/ext/glib2/rbgprivate.h.orig 2012-07-21 14:29:19.000000000 +0000
-+++ glib2/ext/glib2/rbgprivate.h
-@@ -1,6 +1,6 @@
- /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
- /*
-- * Copyright (C) 2011 Ruby-GNOME2 Project Team
-+ * Copyright (C) 2011-2013 Ruby-GNOME2 Project Team
- * Copyright (C) 2007 Ruby-GNOME2 Project Team
- *
- * This library is free software; you can redistribute it and/or
-@@ -29,6 +29,10 @@
- # define rb_errinfo() (ruby_errinfo)
- #endif
-
-+#ifndef HAVE_RB_STR_NEW_CSTR
-+# define rb_str_new_cstr(c_string) rb_str_new2(c_string)
-+#endif
-+
- #ifndef G_VALUE_INIT
- # define G_VALUE_INIT { 0, { { 0 } } }
- #endif