gtk2 3.3.8 → 3.3.9
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 +4 -4
- data/ext/gtk2/extconf.rb +3 -3
- data/ext/gtk2/global.h +9 -1
- metadata +10 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9e1fa41dd5d39c3bca65fe8e0a083473db6aceb88e9be544e7f51541099820d
|
|
4
|
+
data.tar.gz: e32d08ef63d70d8886f33b4e039a5afb14ce6ff8cf54f43a9e28a3b14e2c45ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e6883c67863302af4b625f5d3c347edd043d4833d26c70a5550def20f70c7a7b095f90e8bfcdd7ddbf863a52b45e6a3213b407a75fedab58a07565602a3daf8
|
|
7
|
+
data.tar.gz: c6da1d42f8eede76334920b85f95390a7f37cf428a3e67f5f77e7c95239b8b764d3ccefc0970d71ac35c3179da155ebf44463d75390aec7a0982b4dbc9b4ce91
|
data/ext/gtk2/extconf.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2010-2019 Ruby-
|
|
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 => "
|
|
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,
|
|
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 = []
|
data/ext/gtk2/global.h
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
|
|
2
2
|
/*
|
|
3
|
-
* Copyright (C) 2002-
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
-
|
|
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.
|