gobject-introspection 3.0.3 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +0 -33
- data/ext/gobject-introspection/extconf.rb +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4bbc86e862f978bd1d64c969e645d4280e3db72
|
4
|
+
data.tar.gz: c35c3c5d31f379d6f8b1e0eb874aa42d2ed6b49a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1abf988d3b2447d1e0c71467e838489d6c385485c28486f886a0446b13142e26cae8c65673b447cbe108fdca22e324a5183066fccd605eaeef250d32cb496192
|
7
|
+
data.tar.gz: aee498db247fdb43bd68b9072f3f7d8ede076fb0b0fe641df7267c4a228dfc275f73bdbb9581f74fe4d4bd31d1e831eed1ab06d077cc264ff30a4d770f5e4fdc
|
data/Rakefile
CHANGED
@@ -94,36 +94,3 @@ namespace :native do
|
|
94
94
|
task :after => "native:gobject-introspection:cross"
|
95
95
|
end
|
96
96
|
end
|
97
|
-
|
98
|
-
namespace :windows do
|
99
|
-
namespace :"gobject-introspection" do
|
100
|
-
pkg_config_dir = package_task.windows.absolute_binary_dir + "lib/pkgconfig"
|
101
|
-
pc_path = pkg_config_dir + "gobject-introspection-1.0.pc"
|
102
|
-
patched_path = pkg_config_dir + "patched"
|
103
|
-
file patched_path.to_s do
|
104
|
-
original_pc = pc_path.read
|
105
|
-
new_pc = ""
|
106
|
-
new_pc << "native_prefix=#{package_task.native.absolute_binary_dir}\n"
|
107
|
-
new_pc << "native_bindir=${native_prefix}/bin\n"
|
108
|
-
original_pc.each_line do |line|
|
109
|
-
case line
|
110
|
-
when /\Ag_ir_(scanner|compiler)=/
|
111
|
-
new_pc << line.gsub(/\${bindir}/, "${native_bindir}").gsub(/\.exe/, "")
|
112
|
-
else
|
113
|
-
new_pc << line
|
114
|
-
end
|
115
|
-
end
|
116
|
-
pc_path.open("w") do |pc_file|
|
117
|
-
pc_file.write(new_pc)
|
118
|
-
end
|
119
|
-
touch(patched_path)
|
120
|
-
end
|
121
|
-
|
122
|
-
desc "Use native tools"
|
123
|
-
task :cross => patched_path.to_s
|
124
|
-
end
|
125
|
-
|
126
|
-
namespace :builder do
|
127
|
-
task :after => "windows:gobject-introspection:cross"
|
128
|
-
end
|
129
|
-
end
|
@@ -60,6 +60,7 @@ unless required_pkg_config_package(package_id,
|
|
60
60
|
:debian => "libgirepository1.0-dev",
|
61
61
|
:redhat => "gobject-introspection-devel",
|
62
62
|
:homebrew => "gobject-introspection",
|
63
|
+
:arch => "gobject-introspection",
|
63
64
|
:macports => "gobject-introspection")
|
64
65
|
exit(false)
|
65
66
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gobject-introspection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.4
|
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: 2015-09-
|
11
|
+
date: 2015-09-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: glib2
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.0.
|
19
|
+
version: 3.0.4
|
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.0.
|
26
|
+
version: 3.0.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: test-unit
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|