cairo-gobject 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/cairo-gobject/extconf.rb +4 -4
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2cc72a202e08fca3141e9624a334673b1a5837ed283633fe56c87694923f090
|
4
|
+
data.tar.gz: f5ad401a039516010300b5ba8085d8093215e9bb6062a6c79efad99ebe4dbb91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58f1e9fbdfdb47b58ec31462966642d985d35b673840d3f5a3e2fb82e499b7265d955bc0941d336903ff244f0c1cb6e5d1423f26f2f89ffd955040cd25c75b1b
|
7
|
+
data.tar.gz: e4b0312fb2d73dbc2c351215818c81fc8fba589a1cd2fe1ac42b1010bcbcd919e0594c2590544e1bb1e8aa6f546ee8602b4b4aa6cfd63af6730e332eb4ef39a2
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
#
|
3
|
-
# Copyright (C) 2013-2019 Ruby-
|
3
|
+
# Copyright (C) 2013-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
|
@@ -37,7 +37,7 @@ $LOAD_PATH.unshift(mkmf_gnome2_dir.to_s)
|
|
37
37
|
module_name = "cairo_gobject"
|
38
38
|
package_id = "cairo-gobject"
|
39
39
|
|
40
|
-
require "mkmf-
|
40
|
+
require "mkmf-gnome"
|
41
41
|
|
42
42
|
["glib2"].each do |package|
|
43
43
|
directory = "#{package}#{version_suffix}"
|
@@ -51,7 +51,7 @@ end
|
|
51
51
|
unless required_pkg_config_package(package_id,
|
52
52
|
:alt_linux => "libcairo-devel",
|
53
53
|
:debian => "libcairo2-dev",
|
54
|
-
:redhat => "
|
54
|
+
:redhat => "pkgconfig(#{package_id})",
|
55
55
|
:arch_linux => "cairo",
|
56
56
|
:homebrew => "cairo")
|
57
57
|
exit(false)
|
@@ -62,7 +62,7 @@ unless check_cairo(:top_dir => top_dir)
|
|
62
62
|
end
|
63
63
|
|
64
64
|
create_pkg_config_file("Ruby/CairoGObject",
|
65
|
-
package_id,
|
65
|
+
package_id, ruby_gnome_version,
|
66
66
|
"ruby-cairo-gobject.pc")
|
67
67
|
|
68
68
|
ensure_objs
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cairo-gobject
|
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: cairo
|
@@ -30,14 +30,14 @@ dependencies:
|
|
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
|
description: Ruby/CairoGObject is a Ruby binding of cairo-gobject.
|
42
42
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
43
43
|
executables: []
|
@@ -101,7 +101,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '0'
|
103
103
|
requirements: []
|
104
|
-
|
104
|
+
rubyforge_project:
|
105
|
+
rubygems_version: 2.7.6.2
|
105
106
|
signing_key:
|
106
107
|
specification_version: 4
|
107
108
|
summary: Ruby/CairoGObject is a Ruby binding of cairo-gobject.
|