gobject-introspection 2.0.1-x86-mingw32 → 2.0.2-x86-mingw32

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.
Files changed (59) hide show
  1. data/Rakefile +6 -8
  2. data/lib/1.9/gobject_introspection.so +0 -0
  3. data/lib/2.0/gobject_introspection.so +0 -0
  4. data/vendor/local/bin/g-ir-compiler.exe +0 -0
  5. data/vendor/local/bin/g-ir-generate.exe +0 -0
  6. data/vendor/local/bin/libgirepository-1.0-1.dll +0 -0
  7. data/vendor/local/lib/gobject-introspection/giscanner/__init__.pyc +0 -0
  8. data/vendor/local/lib/gobject-introspection/giscanner/__init__.pyo +0 -0
  9. data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.pyc +0 -0
  10. data/vendor/local/lib/gobject-introspection/giscanner/annotationmain.pyo +0 -0
  11. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.pyc +0 -0
  12. data/vendor/local/lib/gobject-introspection/giscanner/annotationparser.pyo +0 -0
  13. data/vendor/local/lib/gobject-introspection/giscanner/ast.pyc +0 -0
  14. data/vendor/local/lib/gobject-introspection/giscanner/ast.pyo +0 -0
  15. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyc +0 -0
  16. data/vendor/local/lib/gobject-introspection/giscanner/cachestore.pyo +0 -0
  17. data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyc +0 -0
  18. data/vendor/local/lib/gobject-introspection/giscanner/codegen.pyo +0 -0
  19. data/vendor/local/lib/gobject-introspection/giscanner/docmain.pyc +0 -0
  20. data/vendor/local/lib/gobject-introspection/giscanner/docmain.pyo +0 -0
  21. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyc +0 -0
  22. data/vendor/local/lib/gobject-introspection/giscanner/docwriter.pyo +0 -0
  23. data/vendor/local/lib/gobject-introspection/giscanner/dumper.pyc +0 -0
  24. data/vendor/local/lib/gobject-introspection/giscanner/dumper.pyo +0 -0
  25. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyc +0 -0
  26. data/vendor/local/lib/gobject-introspection/giscanner/gdumpparser.pyo +0 -0
  27. data/vendor/local/lib/gobject-introspection/giscanner/girparser.pyc +0 -0
  28. data/vendor/local/lib/gobject-introspection/giscanner/girparser.pyo +0 -0
  29. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyc +0 -0
  30. data/vendor/local/lib/gobject-introspection/giscanner/girwriter.pyo +0 -0
  31. data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.pyc +0 -0
  32. data/vendor/local/lib/gobject-introspection/giscanner/introspectablepass.pyo +0 -0
  33. data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyc +0 -0
  34. data/vendor/local/lib/gobject-introspection/giscanner/libtoolimporter.pyo +0 -0
  35. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.pyc +0 -0
  36. data/vendor/local/lib/gobject-introspection/giscanner/maintransformer.pyo +0 -0
  37. data/vendor/local/lib/gobject-introspection/giscanner/message.pyc +0 -0
  38. data/vendor/local/lib/gobject-introspection/giscanner/message.pyo +0 -0
  39. data/vendor/local/lib/gobject-introspection/giscanner/odict.pyc +0 -0
  40. data/vendor/local/lib/gobject-introspection/giscanner/odict.pyo +0 -0
  41. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.pyc +0 -0
  42. data/vendor/local/lib/gobject-introspection/giscanner/scannermain.pyo +0 -0
  43. data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyc +0 -0
  44. data/vendor/local/lib/gobject-introspection/giscanner/sectionparser.pyo +0 -0
  45. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.pyc +0 -0
  46. data/vendor/local/lib/gobject-introspection/giscanner/shlibs.pyo +0 -0
  47. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.pyc +0 -0
  48. data/vendor/local/lib/gobject-introspection/giscanner/sourcescanner.pyo +0 -0
  49. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyc +0 -0
  50. data/vendor/local/lib/gobject-introspection/giscanner/testcodegen.pyo +0 -0
  51. data/vendor/local/lib/gobject-introspection/giscanner/transformer.pyc +0 -0
  52. data/vendor/local/lib/gobject-introspection/giscanner/transformer.pyo +0 -0
  53. data/vendor/local/lib/gobject-introspection/giscanner/utils.pyc +0 -0
  54. data/vendor/local/lib/gobject-introspection/giscanner/utils.pyo +0 -0
  55. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.pyc +0 -0
  56. data/vendor/local/lib/gobject-introspection/giscanner/xmlwriter.pyo +0 -0
  57. data/vendor/local/lib/libgirepository-1.0.a +0 -0
  58. data/vendor/local/lib/libgirepository-1.0.dll.a +0 -0
  59. metadata +4 -4
data/Rakefile CHANGED
@@ -19,9 +19,7 @@
19
19
  $LOAD_PATH.unshift("./../glib2/lib")
20
20
  require "gnome2/rake/package-task"
21
21
 
22
- package = nil
23
- package_task = GNOME2::Rake::PackageTask.new do |_package|
24
- package = _package
22
+ package_task = GNOME2::Rake::PackageTask.new do |package|
25
23
  package.summary = "Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection."
26
24
  package.description = "Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection."
27
25
  package.dependency.gem.runtime = ["glib2"]
@@ -41,8 +39,8 @@ package_task = GNOME2::Rake::PackageTask.new do |_package|
41
39
  },
42
40
  :native => {
43
41
  :build => true,
42
+ :need_autoreconf => true,
44
43
  },
45
- :need_autoreconf => true,
46
44
  },
47
45
  {
48
46
  :name => "gobject-introspection",
@@ -75,10 +73,10 @@ namespace :native do
75
73
  namespace :"gobject-introspection" do
76
74
  desc "Make g-ir-scanner workable for Windows on non Windows"
77
75
  task :cross do
78
- g_ir_scanner_dir = package.native.absolute_binary_dir
76
+ g_ir_scanner_dir = package_task.native.absolute_binary_dir
79
77
  g_ir_scanner_dir += "lib/gobject-introspection/giscanner"
80
78
  Dir.chdir(g_ir_scanner_dir.to_s) do
81
- patch = "#{package.patches_dir}/cross-g-ir-scanner.diff"
79
+ patch = "#{package_task.package.patches_dir}/cross-g-ir-scanner.diff"
82
80
  sh("patch -p2 < #{patch}")
83
81
  end
84
82
  end
@@ -93,11 +91,11 @@ namespace :win32 do
93
91
  namespace :"gobject-introspection" do
94
92
  desc "Use native tools"
95
93
  task :cross do
96
- pkg_config_dir = package.windows.absolute_binary_dir + "lib/pkgconfig"
94
+ pkg_config_dir = package_task.windows.absolute_binary_dir + "lib/pkgconfig"
97
95
  pc_path = pkg_config_dir + "gobject-introspection-1.0.pc"
98
96
  original_pc = pc_path.read
99
97
  new_pc = ""
100
- new_pc << "native_prefix=#{package.native.absolute_binary_dir}\n"
98
+ new_pc << "native_prefix=#{package_task.native.absolute_binary_dir}\n"
101
99
  new_pc << "native_bindir=${native_prefix}/bin\n"
102
100
  original_pc.each_line do |line|
103
101
  case line
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gobject-introspection
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  prerelease:
6
6
  platform: x86-mingw32
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-25 00:00:00.000000000 Z
12
+ date: 2013-05-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: glib2
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 2.0.1
21
+ version: 2.0.2
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 2.0.1
29
+ version: 2.0.2
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: test-unit
32
32
  requirement: !ruby/object:Gem::Requirement