glib2 0.90.6 → 0.90.7
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.
- data/ChangeLog +7 -0
- data/ext/glib2/rbglib.h +1 -1
- data/lib/mkmf-gnome2.rb +5 -1
- metadata +4 -49
- data/ext/glib2/glib-enum-types.o +0 -0
- data/ext/glib2/glib2.so +0 -0
- data/ext/glib2/rbglib.o +0 -0
- data/ext/glib2/rbglib_bookmarkfile.o +0 -0
- data/ext/glib2/rbglib_completion.o +0 -0
- data/ext/glib2/rbglib_convert.o +0 -0
- data/ext/glib2/rbglib_error.o +0 -0
- data/ext/glib2/rbglib_fileutils.o +0 -0
- data/ext/glib2/rbglib_i18n.o +0 -0
- data/ext/glib2/rbglib_int64.o +0 -0
- data/ext/glib2/rbglib_iochannel.o +0 -0
- data/ext/glib2/rbglib_keyfile.o +0 -0
- data/ext/glib2/rbglib_maincontext.o +0 -0
- data/ext/glib2/rbglib_mainloop.o +0 -0
- data/ext/glib2/rbglib_messages.o +0 -0
- data/ext/glib2/rbglib_pollfd.o +0 -0
- data/ext/glib2/rbglib_shell.o +0 -0
- data/ext/glib2/rbglib_source.o +0 -0
- data/ext/glib2/rbglib_spawn.o +0 -0
- data/ext/glib2/rbglib_threads.o +0 -0
- data/ext/glib2/rbglib_timer.o +0 -0
- data/ext/glib2/rbglib_unicode.o +0 -0
- data/ext/glib2/rbglib_utils.o +0 -0
- data/ext/glib2/rbglib_win32.o +0 -0
- data/ext/glib2/rbgobj_boxed.o +0 -0
- data/ext/glib2/rbgobj_closure.o +0 -0
- data/ext/glib2/rbgobj_convert.o +0 -0
- data/ext/glib2/rbgobj_enums.o +0 -0
- data/ext/glib2/rbgobj_fundamental.o +0 -0
- data/ext/glib2/rbgobj_object.o +0 -0
- data/ext/glib2/rbgobj_param.o +0 -0
- data/ext/glib2/rbgobj_paramspecs.o +0 -0
- data/ext/glib2/rbgobj_signal.o +0 -0
- data/ext/glib2/rbgobj_strv.o +0 -0
- data/ext/glib2/rbgobj_type.o +0 -0
- data/ext/glib2/rbgobj_typeinstance.o +0 -0
- data/ext/glib2/rbgobj_typeinterface.o +0 -0
- data/ext/glib2/rbgobj_typemodule.o +0 -0
- data/ext/glib2/rbgobj_typeplugin.o +0 -0
- data/ext/glib2/rbgobj_value.o +0 -0
- data/ext/glib2/rbgobj_valuearray.o +0 -0
- data/ext/glib2/rbgobj_valuetypes.o +0 -0
- data/ext/glib2/rbgobject.o +0 -0
- data/ext/glib2/rbgutil.o +0 -0
- data/ext/glib2/rbgutil_callback.o +0 -0
data/ChangeLog
CHANGED
@@ -1,5 +1,12 @@
|
|
1
|
+
2011-02-02 Kouhei Sutou <kou@cozmixng.org>
|
2
|
+
|
3
|
+
* lib/mkmf-gnome2.rb: remove "-Wl,--no-undefined" linker flag.
|
4
|
+
Reported by Dobai-Pataky Bálint.
|
5
|
+
|
1
6
|
2011-01-30 Kouhei Sutou <kou@cozmixng.org>
|
2
7
|
|
8
|
+
* ext/glib2/rbglib.h: 0.90.6 -> 0.90.7.
|
9
|
+
|
3
10
|
* lib/mkmf-gnome2.rb (setup_win32): add vendor/local/ existence check.
|
4
11
|
|
5
12
|
* lib/gnome2-win32-binary-downloader.rb
|
data/ext/glib2/rbglib.h
CHANGED
data/lib/mkmf-gnome2.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
#
|
4
4
|
# Extended mkmf for Ruby-GNOME2 and Ruby/GLib based libraries.
|
5
5
|
#
|
6
|
-
# Copyright(C) 2003-
|
6
|
+
# Copyright(C) 2003-2011 Ruby-GNOME2 Project.
|
7
7
|
#
|
8
8
|
# This program is licenced under the same
|
9
9
|
# license of Ruby-GNOME2.
|
@@ -42,6 +42,10 @@ else
|
|
42
42
|
$cc_is_gcc = false
|
43
43
|
end
|
44
44
|
|
45
|
+
if /-Wl,--no-undefined/ =~ $LDFLAGS.to_s
|
46
|
+
$LDFLAGS.gsub!(/-Wl,--no-undefined/, '')
|
47
|
+
end
|
48
|
+
|
45
49
|
include_path = nil
|
46
50
|
if ENV['GTK_BASEPATH'] and /cygwin/ !~ RUBY_PLATFORM
|
47
51
|
include_path = (ENV['GTK_BASEPATH'] + "\\INCLUDE").gsub("\\", "/")
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glib2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 377
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 90
|
9
|
-
-
|
10
|
-
version: 0.90.
|
9
|
+
- 7
|
10
|
+
version: 0.90.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- The Ruby-GNOME2 Proejct Team
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-02-02 00:00:00 +09:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -50,103 +50,58 @@ files:
|
|
50
50
|
- lib/glib2.rb
|
51
51
|
- lib/mkmf-gnome2.rb
|
52
52
|
- lib/glib-mkenums.rb
|
53
|
-
- ext/glib2/rbglib.o
|
54
53
|
- ext/glib2/rbglib_timer.c
|
55
54
|
- ext/glib2/rbglib_completion.c
|
56
|
-
- ext/glib2/rbgobj_boxed.o
|
57
55
|
- ext/glib2/rbgobj_param.c
|
58
|
-
- ext/glib2/rbglib_completion.o
|
59
|
-
- ext/glib2/rbgobj_enums.o
|
60
|
-
- ext/glib2/rbglib_int64.o
|
61
56
|
- ext/glib2/rbgobj_valuearray.c
|
62
|
-
- ext/glib2/rbglib_source.o
|
63
|
-
- ext/glib2/rbgobj_valuetypes.o
|
64
|
-
- ext/glib2/rbglib_shell.o
|
65
57
|
- ext/glib2/rbglib_threads.c
|
66
58
|
- ext/glib2/rbgobj_value.c
|
67
|
-
- ext/glib2/rbgobj_paramspecs.o
|
68
59
|
- ext/glib2/rbglib_fileutils.c
|
69
|
-
- ext/glib2/rbglib_win32.o
|
70
|
-
- ext/glib2/rbglib_spawn.o
|
71
|
-
- ext/glib2/rbglib_maincontext.o
|
72
|
-
- ext/glib2/rbgobj_closure.o
|
73
60
|
- ext/glib2/rbglib.c
|
74
61
|
- ext/glib2/rbglib_iochannel.c
|
75
|
-
- ext/glib2/rbgobj_type.o
|
76
62
|
- ext/glib2/rbgobj_type.c
|
77
|
-
- ext/glib2/rbgobj_signal.o
|
78
63
|
- ext/glib2/rbgobj_typeplugin.c
|
79
|
-
- ext/glib2/rbgobj_value.o
|
80
64
|
- ext/glib2/rbglib.h
|
81
|
-
- ext/glib2/rbgobj_typeplugin.o
|
82
65
|
- ext/glib2/rbgobj_convert.c
|
83
|
-
- ext/glib2/rbgobj_typeinterface.o
|
84
66
|
- ext/glib2/rbgobj_strv.c
|
85
|
-
- ext/glib2/rbgobj_fundamental.o
|
86
|
-
- ext/glib2/rbgobj_strv.o
|
87
|
-
- ext/glib2/rbglib_fileutils.o
|
88
|
-
- ext/glib2/rbglib_utils.o
|
89
|
-
- ext/glib2/rbglib_messages.o
|
90
67
|
- ext/glib2/rbglib_messages.c
|
91
68
|
- ext/glib2/rbgutil.c
|
92
69
|
- ext/glib2/rbglib_maincontext.c
|
93
70
|
- ext/glib2/Makefile
|
94
|
-
- ext/glib2/glib2.so
|
95
71
|
- ext/glib2/rbgobj_object.c
|
96
72
|
- ext/glib2/rbgobj_typeinstance.c
|
97
|
-
- ext/glib2/rbglib_iochannel.o
|
98
73
|
- ext/glib2/rbglib_error.c
|
99
74
|
- ext/glib2/rbgobj_paramspecs.c
|
100
|
-
- ext/glib2/rbgobj_convert.o
|
101
75
|
- ext/glib2/rbgutil_callback.c
|
102
76
|
- ext/glib2/rbgobj_typemodule.c
|
103
77
|
- ext/glib2/rbglib_utils.c
|
104
|
-
- ext/glib2/rbglib_error.o
|
105
78
|
- ext/glib2/rbglib_mainloop.c
|
106
79
|
- ext/glib2/extconf.rb
|
107
|
-
- ext/glib2/rbglib_convert.o
|
108
|
-
- ext/glib2/rbgobj_typeinstance.o
|
109
80
|
- ext/glib2/rbgobj_enums.c
|
110
81
|
- ext/glib2/rbglib_win32.c
|
111
82
|
- ext/glib2/rbglib_int64.c
|
112
83
|
- ext/glib2/glib-enum-types.c
|
113
84
|
- ext/glib2/glib2.def
|
114
85
|
- ext/glib2/rbgobj_fundamental.c
|
115
|
-
- ext/glib2/rbgobj_object.o
|
116
|
-
- ext/glib2/rbglib_threads.o
|
117
86
|
- ext/glib2/rbgcompat.h
|
118
87
|
- ext/glib2/glib-enum-types.h
|
119
88
|
- ext/glib2/rbgobj_closure.c
|
120
89
|
- ext/glib2/rbgobject.c
|
121
|
-
- ext/glib2/rbglib_keyfile.o
|
122
90
|
- ext/glib2/rbgobj_boxed.c
|
123
91
|
- ext/glib2/rbglib_shell.c
|
124
|
-
- ext/glib2/rbgobj_valuearray.o
|
125
92
|
- ext/glib2/rbgobject.h
|
126
|
-
- ext/glib2/rbglib_bookmarkfile.o
|
127
|
-
- ext/glib2/glib-enum-types.o
|
128
93
|
- ext/glib2/rbgobj_typeinterface.c
|
129
|
-
- ext/glib2/rbgobject.o
|
130
|
-
- ext/glib2/rbglib_timer.o
|
131
94
|
- ext/glib2/rbglib_convert.c
|
132
95
|
- ext/glib2/rbglib_keyfile.c
|
133
96
|
- ext/glib2/ruby-glib2.pc
|
134
97
|
- ext/glib2/rbgobj_valuetypes.c
|
135
|
-
- ext/glib2/rbgutil.o
|
136
|
-
- ext/glib2/rbglib_mainloop.o
|
137
98
|
- ext/glib2/rbglib_i18n.c
|
138
99
|
- ext/glib2/rbglib_unicode.c
|
139
|
-
- ext/glib2/rbgutil_callback.o
|
140
|
-
- ext/glib2/rbglib_unicode.o
|
141
100
|
- ext/glib2/depend
|
142
|
-
- ext/glib2/rbglib_pollfd.o
|
143
101
|
- ext/glib2/rbgprivate.h
|
144
102
|
- ext/glib2/rbglib_pollfd.c
|
145
|
-
- ext/glib2/rbgobj_typemodule.o
|
146
103
|
- ext/glib2/rbgutil.h
|
147
104
|
- ext/glib2/rbglib_bookmarkfile.c
|
148
|
-
- ext/glib2/rbglib_i18n.o
|
149
|
-
- ext/glib2/rbgobj_param.o
|
150
105
|
- ext/glib2/rbglib_source.c
|
151
106
|
- ext/glib2/rbgobj_signal.c
|
152
107
|
- ext/glib2/rbglib_spawn.c
|
data/ext/glib2/glib-enum-types.o
DELETED
Binary file
|
data/ext/glib2/glib2.so
DELETED
Binary file
|
data/ext/glib2/rbglib.o
DELETED
Binary file
|
Binary file
|
Binary file
|
data/ext/glib2/rbglib_convert.o
DELETED
Binary file
|
data/ext/glib2/rbglib_error.o
DELETED
Binary file
|
Binary file
|
data/ext/glib2/rbglib_i18n.o
DELETED
Binary file
|
data/ext/glib2/rbglib_int64.o
DELETED
Binary file
|
Binary file
|
data/ext/glib2/rbglib_keyfile.o
DELETED
Binary file
|
Binary file
|
data/ext/glib2/rbglib_mainloop.o
DELETED
Binary file
|
data/ext/glib2/rbglib_messages.o
DELETED
Binary file
|
data/ext/glib2/rbglib_pollfd.o
DELETED
Binary file
|
data/ext/glib2/rbglib_shell.o
DELETED
Binary file
|
data/ext/glib2/rbglib_source.o
DELETED
Binary file
|
data/ext/glib2/rbglib_spawn.o
DELETED
Binary file
|
data/ext/glib2/rbglib_threads.o
DELETED
Binary file
|
data/ext/glib2/rbglib_timer.o
DELETED
Binary file
|
data/ext/glib2/rbglib_unicode.o
DELETED
Binary file
|
data/ext/glib2/rbglib_utils.o
DELETED
Binary file
|
data/ext/glib2/rbglib_win32.o
DELETED
Binary file
|
data/ext/glib2/rbgobj_boxed.o
DELETED
Binary file
|
data/ext/glib2/rbgobj_closure.o
DELETED
Binary file
|
data/ext/glib2/rbgobj_convert.o
DELETED
Binary file
|
data/ext/glib2/rbgobj_enums.o
DELETED
Binary file
|
Binary file
|
data/ext/glib2/rbgobj_object.o
DELETED
Binary file
|
data/ext/glib2/rbgobj_param.o
DELETED
Binary file
|
Binary file
|
data/ext/glib2/rbgobj_signal.o
DELETED
Binary file
|
data/ext/glib2/rbgobj_strv.o
DELETED
Binary file
|
data/ext/glib2/rbgobj_type.o
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/ext/glib2/rbgobj_value.o
DELETED
Binary file
|
Binary file
|
Binary file
|
data/ext/glib2/rbgobject.o
DELETED
Binary file
|
data/ext/glib2/rbgutil.o
DELETED
Binary file
|
Binary file
|