Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: ui/
Date: Thu, 30 Jun 2011 02:32:36
Message-Id: 0501a85b9669cbba02493e9c9e577298db95a2bf.wiktor@gentoo
1 commit: 0501a85b9669cbba02493e9c9e577298db95a2bf
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Wed Jun 29 17:28:10 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Wed Jun 29 17:28:10 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=0501a85b
7
8 ui/makeconf.glade: make.conf settings
9
10 ---
11 ui/makeconf.glade | 481 +++++++++++++++++++++++++++++++++++++++++++++++++++++
12 1 files changed, 481 insertions(+), 0 deletions(-)
13
14 diff --git a/ui/makeconf.glade b/ui/makeconf.glade
15 new file mode 100644
16 index 0000000..7a8e8dc
17 --- /dev/null
18 +++ b/ui/makeconf.glade
19 @@ -0,0 +1,481 @@
20 +<?xml version="1.0"?>
21 +<glade-interface>
22 + <!-- interface-requires gtk+ 2.6 -->
23 + <!-- interface-naming-policy toplevel-contextual -->
24 + <widget class="GtkWindow" id="makeconf_window">
25 + <property name="border_width">18</property>
26 + <child>
27 + <widget class="GtkAlignment" id="makeconf_align">
28 + <property name="width_request">400</property>
29 + <property name="visible">True</property>
30 + <property name="xalign">0</property>
31 + <property name="yalign">0</property>
32 + <child>
33 + <widget class="GtkVBox" id="makeconf_box">
34 + <property name="visible">True</property>
35 + <property name="border_width">5</property>
36 + <property name="orientation">vertical</property>
37 + <property name="spacing">10</property>
38 + <child>
39 + <widget class="GtkVBox" id="vbox2">
40 + <property name="visible">True</property>
41 + <property name="orientation">vertical</property>
42 + <child>
43 + <widget class="GtkLabel" id="label1">
44 + <property name="visible">True</property>
45 + <property name="label" translatable="yes">The CFLAGS and CXXFLAGS variables define the optimization flags for the gcc C and C++ compiler respectively.</property>
46 + <property name="justify">center</property>
47 + </widget>
48 + <packing>
49 + <property name="position">0</property>
50 + </packing>
51 + </child>
52 + <child>
53 + <widget class="GtkScrolledWindow" id="scrolledwindow1">
54 + <property name="visible">True</property>
55 + <property name="can_focus">True</property>
56 + <property name="hscrollbar_policy">automatic</property>
57 + <property name="vscrollbar_policy">automatic</property>
58 + <child>
59 + <widget class="GtkTable" id="table1">
60 + <property name="visible">True</property>
61 + <property name="n_rows">3</property>
62 + <property name="n_columns">2</property>
63 + <child>
64 + <widget class="GtkVPaned" id="vpaned1">
65 + <property name="visible">True</property>
66 + <property name="can_focus">True</property>
67 + <property name="orientation">vertical</property>
68 + <child>
69 + <widget class="GtkHPaned" id="hpaned5">
70 + <property name="visible">True</property>
71 + <property name="can_focus">True</property>
72 + <child>
73 + <widget class="GtkLabel" id="label2">
74 + <property name="visible">True</property>
75 + <property name="label" translatable="yes">-march=</property>
76 + </widget>
77 + <packing>
78 + <property name="resize">False</property>
79 + <property name="shrink">True</property>
80 + </packing>
81 + </child>
82 + <child>
83 + <widget class="GtkComboBox" id="march">
84 + <property name="visible">True</property>
85 + </widget>
86 + <packing>
87 + <property name="resize">True</property>
88 + <property name="shrink">True</property>
89 + </packing>
90 + </child>
91 + </widget>
92 + <packing>
93 + <property name="resize">False</property>
94 + <property name="shrink">True</property>
95 + </packing>
96 + </child>
97 + <child>
98 + <placeholder/>
99 + </child>
100 + </widget>
101 + </child>
102 + <child>
103 + <widget class="GtkVPaned" id="vpaned2">
104 + <property name="visible">True</property>
105 + <property name="can_focus">True</property>
106 + <property name="orientation">vertical</property>
107 + <child>
108 + <widget class="GtkHPaned" id="hpaned4">
109 + <property name="visible">True</property>
110 + <property name="can_focus">True</property>
111 + <child>
112 + <widget class="GtkLabel" id="label3">
113 + <property name="visible">True</property>
114 + <property name="label" translatable="yes">-O</property>
115 + </widget>
116 + <packing>
117 + <property name="resize">False</property>
118 + <property name="shrink">True</property>
119 + </packing>
120 + </child>
121 + <child>
122 + <widget class="GtkComboBox" id="opt">
123 + <property name="visible">True</property>
124 + <property name="active">2</property>
125 + <property name="items" translatable="yes">0
126 +1
127 +2
128 +3
129 +s</property>
130 + </widget>
131 + <packing>
132 + <property name="resize">True</property>
133 + <property name="shrink">True</property>
134 + </packing>
135 + </child>
136 + </widget>
137 + <packing>
138 + <property name="resize">False</property>
139 + <property name="shrink">True</property>
140 + </packing>
141 + </child>
142 + <child>
143 + <placeholder/>
144 + </child>
145 + </widget>
146 + <packing>
147 + <property name="top_attach">1</property>
148 + <property name="bottom_attach">2</property>
149 + </packing>
150 + </child>
151 + <child>
152 + <widget class="GtkVPaned" id="vpaned3">
153 + <property name="visible">True</property>
154 + <property name="can_focus">True</property>
155 + <property name="orientation">vertical</property>
156 + <child>
157 + <widget class="GtkCheckButton" id="pipe">
158 + <property name="label" translatable="yes">-pipe</property>
159 + <property name="visible">True</property>
160 + <property name="can_focus">True</property>
161 + <property name="receives_default">False</property>
162 + <property name="draw_indicator">True</property>
163 + </widget>
164 + <packing>
165 + <property name="resize">False</property>
166 + <property name="shrink">True</property>
167 + </packing>
168 + </child>
169 + <child>
170 + <placeholder/>
171 + </child>
172 + </widget>
173 + <packing>
174 + <property name="top_attach">2</property>
175 + <property name="bottom_attach">3</property>
176 + </packing>
177 + </child>
178 + <child>
179 + <widget class="GtkHPaned" id="hpaned1">
180 + <property name="visible">True</property>
181 + <property name="can_focus">True</property>
182 + <child>
183 + <widget class="GtkLabel" id="label4">
184 + <property name="visible">True</property>
185 + <property name="label" translatable="yes">Specifies the name of the target architecture.
186 +&#x201C;native&#x201D; will build binaries optimized for this CPU but they won't run on any other CPU.</property>
187 + </widget>
188 + <packing>
189 + <property name="resize">False</property>
190 + <property name="shrink">True</property>
191 + </packing>
192 + </child>
193 + <child>
194 + <placeholder/>
195 + </child>
196 + </widget>
197 + <packing>
198 + <property name="left_attach">1</property>
199 + <property name="right_attach">2</property>
200 + <property name="x_padding">5</property>
201 + </packing>
202 + </child>
203 + <child>
204 + <widget class="GtkHPaned" id="hpaned2">
205 + <property name="visible">True</property>
206 + <property name="can_focus">True</property>
207 + <child>
208 + <widget class="GtkLabel" id="label5">
209 + <property name="visible">True</property>
210 + <property name="label" translatable="yes">Specifies the optimization class.
211 +Every class has the same optimizations as the one before plus some extras (-Os has all the optimizations of -O2 which don't increase the size of the generated code).
212 +Don't set -O3 system-wide, it is known to break builds, resulting in unstable code.
213 +-O2 is recommended.</property>
214 + </widget>
215 + <packing>
216 + <property name="resize">False</property>
217 + <property name="shrink">True</property>
218 + </packing>
219 + </child>
220 + <child>
221 + <placeholder/>
222 + </child>
223 + </widget>
224 + <packing>
225 + <property name="left_attach">1</property>
226 + <property name="right_attach">2</property>
227 + <property name="top_attach">1</property>
228 + <property name="bottom_attach">2</property>
229 + <property name="x_padding">5</property>
230 + </packing>
231 + </child>
232 + <child>
233 + <widget class="GtkHPaned" id="hpaned3">
234 + <property name="visible">True</property>
235 + <property name="can_focus">True</property>
236 + <child>
237 + <widget class="GtkLabel" id="label6">
238 + <property name="visible">True</property>
239 + <property name="label" translatable="yes">Increases the speed at which the compilation runs by using pipes instead of temporary files, at the exception of increased memory use.</property>
240 + </widget>
241 + <packing>
242 + <property name="resize">False</property>
243 + <property name="shrink">True</property>
244 + </packing>
245 + </child>
246 + <child>
247 + <placeholder/>
248 + </child>
249 + </widget>
250 + <packing>
251 + <property name="left_attach">1</property>
252 + <property name="right_attach">2</property>
253 + <property name="top_attach">2</property>
254 + <property name="bottom_attach">3</property>
255 + <property name="x_padding">5</property>
256 + </packing>
257 + </child>
258 + </widget>
259 + </child>
260 + </widget>
261 + <packing>
262 + <property name="position">1</property>
263 + </packing>
264 + </child>
265 + </widget>
266 + <packing>
267 + <property name="position">0</property>
268 + </packing>
269 + </child>
270 + <child>
271 + <widget class="GtkVBox" id="vbox3">
272 + <property name="visible">True</property>
273 + <property name="orientation">vertical</property>
274 + <child>
275 + <widget class="GtkLabel" id="label7">
276 + <property name="visible">True</property>
277 + <property name="label" translatable="yes">The MAKEOPTS let you define various options passed to make when compiling.</property>
278 + </widget>
279 + <packing>
280 + <property name="position">0</property>
281 + </packing>
282 + </child>
283 + <child>
284 + <widget class="GtkScrolledWindow" id="scrolledwindow2">
285 + <property name="visible">True</property>
286 + <property name="can_focus">True</property>
287 + <property name="hscrollbar_policy">automatic</property>
288 + <property name="vscrollbar_policy">automatic</property>
289 + <child>
290 + <widget class="GtkTable" id="table2">
291 + <property name="visible">True</property>
292 + <property name="n_rows">3</property>
293 + <property name="n_columns">2</property>
294 + <child>
295 + <widget class="GtkVPaned" id="vpaned4">
296 + <property name="visible">True</property>
297 + <property name="can_focus">True</property>
298 + <property name="orientation">vertical</property>
299 + <child>
300 + <widget class="GtkHPaned" id="hpaned6">
301 + <property name="visible">True</property>
302 + <property name="can_focus">True</property>
303 + <child>
304 + <widget class="GtkLabel" id="label8">
305 + <property name="visible">True</property>
306 + <property name="label" translatable="yes">-j </property>
307 + </widget>
308 + <packing>
309 + <property name="resize">False</property>
310 + <property name="shrink">True</property>
311 + </packing>
312 + </child>
313 + <child>
314 + <widget class="GtkSpinButton" id="jobs">
315 + <property name="visible">True</property>
316 + <property name="can_focus">True</property>
317 + </widget>
318 + <packing>
319 + <property name="resize">True</property>
320 + <property name="shrink">True</property>
321 + </packing>
322 + </child>
323 + </widget>
324 + <packing>
325 + <property name="resize">False</property>
326 + <property name="shrink">True</property>
327 + </packing>
328 + </child>
329 + <child>
330 + <placeholder/>
331 + </child>
332 + </widget>
333 + </child>
334 + <child>
335 + <widget class="GtkVPaned" id="vpaned5">
336 + <property name="visible">True</property>
337 + <property name="can_focus">True</property>
338 + <property name="orientation">vertical</property>
339 + <child>
340 + <widget class="GtkHPaned" id="hpaned7">
341 + <property name="visible">True</property>
342 + <property name="can_focus">True</property>
343 + <child>
344 + <widget class="GtkLabel" id="label9">
345 + <property name="visible">True</property>
346 + <property name="label" translatable="yes">-l </property>
347 + </widget>
348 + <packing>
349 + <property name="resize">False</property>
350 + <property name="shrink">True</property>
351 + </packing>
352 + </child>
353 + <child>
354 + <widget class="GtkSpinButton" id="load">
355 + <property name="visible">True</property>
356 + <property name="can_focus">True</property>
357 + </widget>
358 + <packing>
359 + <property name="resize">True</property>
360 + <property name="shrink">True</property>
361 + </packing>
362 + </child>
363 + </widget>
364 + <packing>
365 + <property name="resize">False</property>
366 + <property name="shrink">True</property>
367 + </packing>
368 + </child>
369 + <child>
370 + <placeholder/>
371 + </child>
372 + </widget>
373 + <packing>
374 + <property name="top_attach">1</property>
375 + <property name="bottom_attach">2</property>
376 + </packing>
377 + </child>
378 + <child>
379 + <widget class="GtkVPaned" id="vpaned6">
380 + <property name="visible">True</property>
381 + <property name="can_focus">True</property>
382 + <property name="orientation">vertical</property>
383 + <child>
384 + <widget class="GtkCheckButton" id="size">
385 + <property name="label" translatable="yes">-s</property>
386 + <property name="visible">True</property>
387 + <property name="can_focus">True</property>
388 + <property name="receives_default">False</property>
389 + <property name="draw_indicator">True</property>
390 + </widget>
391 + <packing>
392 + <property name="resize">False</property>
393 + <property name="shrink">True</property>
394 + </packing>
395 + </child>
396 + <child>
397 + <placeholder/>
398 + </child>
399 + </widget>
400 + <packing>
401 + <property name="top_attach">2</property>
402 + <property name="bottom_attach">3</property>
403 + </packing>
404 + </child>
405 + <child>
406 + <widget class="GtkHPaned" id="hpaned9">
407 + <property name="visible">True</property>
408 + <property name="can_focus">True</property>
409 + <child>
410 + <widget class="GtkLabel" id="label10">
411 + <property name="visible">True</property>
412 + <property name="label" translatable="yes">Allow this many jobs (e.g. parallel compilations) at once; infinite jobs with 0.
413 +A good choice is the number of CPUs (or CPU cores) in your system plus one, but this guideline isn't always perfect. </property>
414 + </widget>
415 + <packing>
416 + <property name="resize">False</property>
417 + <property name="shrink">True</property>
418 + </packing>
419 + </child>
420 + <child>
421 + <placeholder/>
422 + </child>
423 + </widget>
424 + <packing>
425 + <property name="left_attach">1</property>
426 + <property name="right_attach">2</property>
427 + <property name="x_padding">5</property>
428 + </packing>
429 + </child>
430 + <child>
431 + <widget class="GtkHPaned" id="hpaned10">
432 + <property name="visible">True</property>
433 + <property name="can_focus">True</property>
434 + <child>
435 + <widget class="GtkLabel" id="label11">
436 + <property name="visible">True</property>
437 + <property name="label" translatable="yes">Don't start multiple jobs unless load is below this much.
438 +Do not set both -j and -l to zero.</property>
439 + </widget>
440 + <packing>
441 + <property name="resize">False</property>
442 + <property name="shrink">True</property>
443 + </packing>
444 + </child>
445 + <child>
446 + <placeholder/>
447 + </child>
448 + </widget>
449 + <packing>
450 + <property name="left_attach">1</property>
451 + <property name="right_attach">2</property>
452 + <property name="top_attach">1</property>
453 + <property name="bottom_attach">2</property>
454 + <property name="x_padding">5</property>
455 + </packing>
456 + </child>
457 + <child>
458 + <widget class="GtkHPaned" id="hpaned11">
459 + <property name="visible">True</property>
460 + <property name="can_focus">True</property>
461 + <child>
462 + <widget class="GtkLabel" id="label12">
463 + <property name="visible">True</property>
464 + <property name="label" translatable="yes">Don't echo recipes, resulting in a quieter output (errors will still be printed).</property>
465 + </widget>
466 + <packing>
467 + <property name="resize">False</property>
468 + <property name="shrink">True</property>
469 + </packing>
470 + </child>
471 + <child>
472 + <placeholder/>
473 + </child>
474 + </widget>
475 + <packing>
476 + <property name="left_attach">1</property>
477 + <property name="right_attach">2</property>
478 + <property name="top_attach">2</property>
479 + <property name="bottom_attach">3</property>
480 + <property name="x_padding">5</property>
481 + </packing>
482 + </child>
483 + </widget>
484 + </child>
485 + </widget>
486 + <packing>
487 + <property name="position">1</property>
488 + </packing>
489 + </child>
490 + </widget>
491 + <packing>
492 + <property name="position">1</property>
493 + </packing>
494 + </child>
495 + </widget>
496 + </child>
497 + </widget>
498 + </child>
499 + </widget>
500 +</glade-interface>