gtk2 3.3.8 → 3.3.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96570fd4a5013aa5ea11ce3a6a3d9ef35bd1eca88f361718d78d397250a3e869
4
- data.tar.gz: 2e2d9f722500027f4c189b788d4777e50867ba5e39250c422b738e73518abb71
3
+ metadata.gz: f9e1fa41dd5d39c3bca65fe8e0a083473db6aceb88e9be544e7f51541099820d
4
+ data.tar.gz: e32d08ef63d70d8886f33b4e039a5afb14ce6ff8cf54f43a9e28a3b14e2c45ff
5
5
  SHA512:
6
- metadata.gz: 0c34d889cd19c154c65611ad8507d71868aca7dcbd671baf7bcc43b5774f66ac167c8b025504e7197b974396fdfea7344fd3c47d21d8c9a23107358e17b03169
7
- data.tar.gz: fc5241110c311f7da40d30b288c371b33ef5d71a3a82d6bd44531a65c6ad287bedd819f200a4b124fa80c791682ebb675a5f72cd820d53482b7c66bc35aad1d9
6
+ metadata.gz: 0e6883c67863302af4b625f5d3c347edd043d4833d26c70a5550def20f70c7a7b095f90e8bfcdd7ddbf863a52b45e6a3213b407a75fedab58a07565602a3daf8
7
+ data.tar.gz: c6da1d42f8eede76334920b85f95390a7f37cf428a3e67f5f77e7c95239b8b764d3ccefc0970d71ac35c3179da155ebf44463d75390aec7a0982b4dbc9b4ce91
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  #
3
- # Copyright (C) 2010-2019 Ruby-GNOME2 Project Team
3
+ # Copyright (C) 2010-2019 Ruby-GNOME Project Team
4
4
  #
5
5
  # This library is free software; you can redistribute it and/or
6
6
  # modify it under the terms of the GNU Lesser General Public
@@ -61,7 +61,7 @@ end
61
61
  unless required_pkg_config_package([package_id, 2, 10, 0],
62
62
  :alt_linux => "libgtk+2-devel",
63
63
  :debian => "libgtk2.0-dev",
64
- :redhat => "gtk2-devel",
64
+ :redhat => "pkgconfig(#{package_id})",
65
65
  :arch_linux => "gtk2",
66
66
  :homebrew => "gtk+",
67
67
  :macports => "gtk2",
@@ -118,7 +118,7 @@ if target != "win32" and PKGConfig.have_package('gtk+-unix-print-2.0')
118
118
  $defs.push("-DHAVE_GTK_UNIX_PRINT")
119
119
  end
120
120
 
121
- create_pkg_config_file("Ruby/GTK2", package_id, ruby_gnome2_version)
121
+ create_pkg_config_file("Ruby/GTK2", package_id, ruby_gnome_version)
122
122
 
123
123
  rbgdkkeysyms_h_path = Pathname("rbgdkkeysyms.h")
124
124
  gdkkeysyms_h_paths = []
@@ -1,6 +1,6 @@
1
1
  /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
2
2
  /*
3
- * Copyright (C) 2002-2013 Ruby-GNOME2 Project Team
3
+ * Copyright (C) 2002-2019 Ruby-GNOME Project Team
4
4
  * Copyright (C) 1998-2000 Yukihiro Matsumoto,
5
5
  * Daisuke Kanda,
6
6
  * Hiroshi Igarashi
@@ -24,6 +24,14 @@
24
24
  #ifndef _RBGTK_GLOBAL_H
25
25
  #define _RBGTK_GLOBAL_H
26
26
 
27
+ /*
28
+ * CentOS 6: GLib 2.28
29
+ * CentOS 7: GLib 2.50
30
+ * Ubuntu 16.04: GLib 2.48
31
+ * Ubuntu 18.04: GLib 2.54
32
+ */
33
+ #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_28
34
+
27
35
  #include "rbgtk.h"
28
36
  #ifdef HAVE_RUBY_ST_H
29
37
  # include <ruby/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.8
4
+ version: 3.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-09 00:00:00.000000000 Z
11
+ date: 2019-10-10 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.8
19
+ version: 3.3.9
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.8
26
+ version: 3.3.9
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.8
33
+ version: 3.3.9
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.8
40
+ version: 3.3.9
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.8
47
+ version: 3.3.9
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.8
54
+ version: 3.3.9
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: []
@@ -557,7 +557,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
557
557
  - !ruby/object:Gem::Version
558
558
  version: '0'
559
559
  requirements: []
560
- rubygems_version: 3.1.0.pre1
560
+ rubyforge_project:
561
+ rubygems_version: 2.7.6.2
561
562
  signing_key:
562
563
  specification_version: 4
563
564
  summary: Ruby/GTK2 is a Ruby binding of GTK+-2.x.