gtk2 3.2.1 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/ext/gtk2/extconf.rb +6 -1
- data/ext/gtk2/rbgtkrecentchooser.c +2 -2
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 04de2cb9b29817518ad57afc9280ccd1ca7bef1335feefc07a5eadf9029d0238
|
|
4
|
+
data.tar.gz: 3a60868041abce7559e92b3fa261291622f3416cfc11ec67b56fef2c56da6c20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4b59c52e5273a962b52ec0dd6ab7d19e0bed1e63a1ea2efd3c517c3ad543c24a6b8bec0f1e47e4db035115f00a2fd6ccc75da13078c6e80704543ad6c269210
|
|
7
|
+
data.tar.gz: 2bc3877d3d32cdb0b0310016b71b9d155cea067416178ffd1725b37dd1068180f3bab323e8e20f2c8aefb616d431164623cfaf74b2ce2967cc1cbbde2c595f45
|
data/ext/gtk2/extconf.rb
CHANGED
|
@@ -33,7 +33,12 @@ end
|
|
|
33
33
|
|
|
34
34
|
have_func("rb_errinfo")
|
|
35
35
|
|
|
36
|
-
[
|
|
36
|
+
[
|
|
37
|
+
"glib2",
|
|
38
|
+
"atk",
|
|
39
|
+
"pango",
|
|
40
|
+
"gdk_pixbuf2",
|
|
41
|
+
].each do |package|
|
|
37
42
|
directory = "#{package}#{version_suffix}"
|
|
38
43
|
build_dir = "#{directory}/tmp/#{RUBY_PLATFORM}/#{package}/#{RUBY_VERSION}"
|
|
39
44
|
add_depend_package(package, "#{directory}/ext/#{package}",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
|
|
2
2
|
/*
|
|
3
|
-
* Copyright (C) 2011 Ruby-GNOME2 Project Team
|
|
3
|
+
* Copyright (C) 2011-2018 Ruby-GNOME2 Project Team
|
|
4
4
|
* Copyright (C) 2006 Masao Mutoh
|
|
5
5
|
*
|
|
6
6
|
* This library is free software; you can redistribute it and/or
|
|
@@ -47,7 +47,7 @@ static VALUE
|
|
|
47
47
|
invoke_callback(VALUE data)
|
|
48
48
|
{
|
|
49
49
|
struct callback_arg *arg = (struct callback_arg *)data;
|
|
50
|
-
return rb_funcall(arg->callback, id_call,
|
|
50
|
+
return rb_funcall(arg->callback, id_call, 2, arg->a, arg->b);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
static void
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gtk2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Ruby-GNOME2 Project Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: atk
|
|
@@ -16,42 +16,42 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.2.
|
|
19
|
+
version: 3.2.2
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.2.
|
|
26
|
+
version: 3.2.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: pango
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 3.2.
|
|
33
|
+
version: 3.2.2
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 3.2.
|
|
40
|
+
version: 3.2.2
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: gdk_pixbuf2
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 3.2.
|
|
47
|
+
version: 3.2.2
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 3.2.
|
|
54
|
+
version: 3.2.2
|
|
55
55
|
description: Ruby/GTK2 is a Ruby binding of GTK+-2.x.
|
|
56
56
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
|
57
57
|
executables: []
|
|
@@ -554,7 +554,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
554
554
|
version: '0'
|
|
555
555
|
requirements: []
|
|
556
556
|
rubyforge_project:
|
|
557
|
-
rubygems_version: 2.
|
|
557
|
+
rubygems_version: 2.7.6
|
|
558
558
|
signing_key:
|
|
559
559
|
specification_version: 4
|
|
560
560
|
summary: Ruby/GTK2 is a Ruby binding of GTK+-2.x.
|