gtk2 3.3.5 → 3.3.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/gtk2/extconf.rb +24 -16
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a86d37804f93621a6b95b78e42a7d88a5de3899f4a25988fc7c1028af9f67f9
|
4
|
+
data.tar.gz: e933e8e8ed528c30220985cca2ac102d23010e73c1a60896b38255b4730fe48c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 476036a8a1b9021c92e9383a1a686b6ff3a2f6d98acb65807dc41b56c19cfe854436fb6a9b8575b398ddf9853abf0a88b30151faa6292cd545cdf703673ec4a1
|
7
|
+
data.tar.gz: 46494caa88aac8e69d1e00aadc820693cf86f889d57660557f29c3450288a57c24e6128aa023da42402260f716bb03170c1cc0d76906402e5bd5c1c1843da13f
|
data/ext/gtk2/extconf.rb
CHANGED
@@ -1,8 +1,22 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
#
|
3
|
+
# Copyright (C) 2010-2019 Ruby-GNOME2 Project Team
|
4
|
+
#
|
5
|
+
# This library is free software; you can redistribute it and/or
|
6
|
+
# modify it under the terms of the GNU Lesser General Public
|
7
|
+
# License as published by the Free Software Foundation; either
|
8
|
+
# version 2.1 of the License, or (at your option) any later version.
|
9
|
+
#
|
10
|
+
# This library is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
# Lesser General Public License for more details.
|
14
|
+
#
|
15
|
+
# You should have received a copy of the GNU Lesser General Public
|
16
|
+
# License along with this library; if not, write to the Free Software
|
17
|
+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
18
|
+
|
19
|
+
require "pathname"
|
6
20
|
|
7
21
|
source_dir = Pathname(__FILE__).dirname
|
8
22
|
base_dir = source_dir.parent.parent.expand_path
|
@@ -23,13 +37,7 @@ $LOAD_PATH.unshift(mkmf_gnome2_dir.to_s)
|
|
23
37
|
module_name = "gtk2"
|
24
38
|
package_id = "gtk+-2.0"
|
25
39
|
|
26
|
-
|
27
|
-
require 'mkmf-gnome2'
|
28
|
-
rescue LoadError
|
29
|
-
require 'rubygems'
|
30
|
-
gem 'glib2'
|
31
|
-
require 'mkmf-gnome2'
|
32
|
-
end
|
40
|
+
require "mkmf-gnome2"
|
33
41
|
|
34
42
|
have_func("rb_errinfo")
|
35
43
|
|
@@ -50,10 +58,6 @@ have_func("rb_errinfo")
|
|
50
58
|
:target_build_dir => build_dir)
|
51
59
|
end
|
52
60
|
|
53
|
-
unless check_cairo(:top_dir => top_dir)
|
54
|
-
exit(false)
|
55
|
-
end
|
56
|
-
|
57
61
|
unless required_pkg_config_package([package_id, 2, 10, 0],
|
58
62
|
:alt_linux => "libgtk+2-devel",
|
59
63
|
:debian => "libgtk2.0-dev",
|
@@ -65,6 +69,10 @@ unless required_pkg_config_package([package_id, 2, 10, 0],
|
|
65
69
|
exit(false)
|
66
70
|
end
|
67
71
|
|
72
|
+
unless check_cairo(:top_dir => top_dir)
|
73
|
+
exit(false)
|
74
|
+
end
|
75
|
+
|
68
76
|
PKGConfig.have_package("gobject-introspection-1.0")
|
69
77
|
|
70
78
|
have_header("st.h")
|
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.3.
|
4
|
+
version: 3.3.6
|
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: 2019-03-
|
11
|
+
date: 2019-03-21 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.3.
|
19
|
+
version: 3.3.6
|
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.3.
|
26
|
+
version: 3.3.6
|
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.3.
|
33
|
+
version: 3.3.6
|
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.3.
|
40
|
+
version: 3.3.6
|
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.3.
|
47
|
+
version: 3.3.6
|
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.3.
|
54
|
+
version: 3.3.6
|
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: []
|