blob: 55d6f6b9626bdbe0948ab63a559acbe478966cc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
|
bin/civclient
bin/civmanual
bin/civserver
share/applications/freeciv-server.desktop
share/applications/freeciv.desktop
%%DATADIR%%/amplio/ancientcities.png
%%DATADIR%%/amplio/ancientcities.spec
%%DATADIR%%/amplio/buildings.spec
%%DATADIR%%/amplio/cityicon.png
%%DATADIR%%/amplio/civicon.png
%%DATADIR%%/amplio/explosions.png
%%DATADIR%%/amplio/explosions.spec
%%DATADIR%%/amplio/fog.png
%%DATADIR%%/amplio/fog.spec
%%DATADIR%%/amplio/grid.png
%%DATADIR%%/amplio/grid.spec
%%DATADIR%%/amplio/icons.spec
%%DATADIR%%/amplio/medievalcities.png
%%DATADIR%%/amplio/medievalcities.spec
%%DATADIR%%/amplio/moderncities.png
%%DATADIR%%/amplio/moderncities.spec
%%DATADIR%%/amplio/nuke.png
%%DATADIR%%/amplio/nuke.spec
%%DATADIR%%/amplio/select-alpha.png
%%DATADIR%%/amplio/select.png
%%DATADIR%%/amplio/select.spec
%%DATADIR%%/amplio/terrain1.png
%%DATADIR%%/amplio/terrain1.spec
%%DATADIR%%/amplio/terrain2.png
%%DATADIR%%/amplio/terrain2.spec
%%DATADIR%%/amplio/tiles.png
%%DATADIR%%/amplio/tiles.spec
%%DATADIR%%/amplio/units.png
%%DATADIR%%/amplio/units.spec
%%DATADIR%%/amplio/wonders.spec
%%DATADIR%%/amplio.tilespec
%%DATADIR%%/buildings/airport.png
%%DATADIR%%/buildings/aqueduct.png
%%DATADIR%%/buildings/bank.png
%%DATADIR%%/buildings/barracks_i.png
%%DATADIR%%/buildings/barracks_ii.png
%%DATADIR%%/buildings/barracks_iii.png
%%DATADIR%%/buildings/capitalization.png
%%DATADIR%%/buildings/cathedral.png
%%DATADIR%%/buildings/city_walls.png
%%DATADIR%%/buildings/coastal_defense.png
%%DATADIR%%/buildings/colosseum.png
%%DATADIR%%/buildings/courthouse.png
%%DATADIR%%/buildings/factory.png
%%DATADIR%%/buildings/granary.png
%%DATADIR%%/buildings/harbor.png
%%DATADIR%%/buildings/hydro_plant.png
%%DATADIR%%/buildings/library.png
%%DATADIR%%/buildings/marketplace.png
%%DATADIR%%/buildings/mass_transit.png
%%DATADIR%%/buildings/mfg_plant.png
%%DATADIR%%/buildings/nuclear_plant.png
%%DATADIR%%/buildings/offshore_platform.png
%%DATADIR%%/buildings/palace.png
%%DATADIR%%/buildings/police_station.png
%%DATADIR%%/buildings/port_facility.png
%%DATADIR%%/buildings/power_plant.png
%%DATADIR%%/buildings/recycling_center.png
%%DATADIR%%/buildings/research_lab.png
%%DATADIR%%/buildings/sam_battery.png
%%DATADIR%%/buildings/sdi_defense.png
%%DATADIR%%/buildings/sewer_system.png
%%DATADIR%%/buildings/solar_plant.png
%%DATADIR%%/buildings/space_component.png
%%DATADIR%%/buildings/space_modules.png
%%DATADIR%%/buildings/space_structural.png
%%DATADIR%%/buildings/stock_exchange.png
%%DATADIR%%/buildings/super_highways.png
%%DATADIR%%/buildings/supermarket.png
%%DATADIR%%/buildings/temple.png
%%DATADIR%%/buildings/university.png
%%DATADIR%%/civ1/buildings.ruleset
%%DATADIR%%/civ1/effects.ruleset
%%DATADIR%%/civ1/game.ruleset
%%DATADIR%%/civ1/governments.ruleset
%%DATADIR%%/civ1/nations.ruleset
%%DATADIR%%/civ1/techs.ruleset
%%DATADIR%%/civ1/terrain.ruleset
%%DATADIR%%/civ1/units.ruleset
%%DATADIR%%/civ1.serv
%%DATADIR%%/civ2/buildings.ruleset
%%DATADIR%%/civ2/cities.ruleset
%%DATADIR%%/civ2/effects.ruleset
%%DATADIR%%/civ2/game.ruleset
%%DATADIR%%/civ2/governments.ruleset
%%DATADIR%%/civ2/techs.ruleset
%%DATADIR%%/civ2/terrain.ruleset
%%DATADIR%%/civ2/units.ruleset
%%DATADIR%%/civ2.serv
@unexec ggz-config --remove --modfile %D/%%DATADIR%%/civclient.dsc
%%DATADIR%%/civclient.dsc
@exec ggz-config --install --modfile %D/%%DATADIR%%/civclient.dsc
%%DATADIR%%/default/buildings.ruleset
%%DATADIR%%/default/cities.ruleset
%%DATADIR%%/default/effects.ruleset
%%DATADIR%%/default/game.ruleset
%%DATADIR%%/default/governments.ruleset
%%DATADIR%%/default/nations.ruleset
%%DATADIR%%/default/script.lua
%%DATADIR%%/default/techs.ruleset
%%DATADIR%%/default/terrain.ruleset
%%DATADIR%%/default/units.ruleset
%%DATADIR%%/default.serv
%%DATADIR%%/flags/aborigines-shield.png
%%DATADIR%%/flags/aborigines.png
%%DATADIR%%/flags/afghanistan-shield.png
%%DATADIR%%/flags/afghanistan.png
%%DATADIR%%/flags/algeria-shield.png
%%DATADIR%%/flags/algeria.png
%%DATADIR%%/flags/antarctica-shield.png
%%DATADIR%%/flags/antarctica.png
%%DATADIR%%/flags/arab-shield.png
%%DATADIR%%/flags/arab.png
%%DATADIR%%/flags/aram-shield.png
%%DATADIR%%/flags/aram.png
%%DATADIR%%/flags/argentina-shield.png
%%DATADIR%%/flags/argentina.png
%%DATADIR%%/flags/armenia-shield.png
%%DATADIR%%/flags/armenia.png
%%DATADIR%%/flags/assyria-shield.png
%%DATADIR%%/flags/assyria.png
%%DATADIR%%/flags/australia-shield.png
%%DATADIR%%/flags/australia.png
%%DATADIR%%/flags/austria-shield.png
%%DATADIR%%/flags/austria.png
%%DATADIR%%/flags/azerbaijan-shield.png
%%DATADIR%%/flags/azerbaijan.png
%%DATADIR%%/flags/aztec-shield.png
%%DATADIR%%/flags/aztec.png
%%DATADIR%%/flags/babylon-shield.png
%%DATADIR%%/flags/babylon.png
%%DATADIR%%/flags/bangladesh-shield.png
%%DATADIR%%/flags/bangladesh.png
%%DATADIR%%/flags/barbarian-shield.png
%%DATADIR%%/flags/barbarian.png
%%DATADIR%%/flags/bavarian-shield.png
%%DATADIR%%/flags/bavarian.png
%%DATADIR%%/flags/belgium-shield.png
%%DATADIR%%/flags/belgium.png
%%DATADIR%%/flags/boer-shield.png
%%DATADIR%%/flags/boer.png
%%DATADIR%%/flags/bosnia-shield.png
%%DATADIR%%/flags/bosnia.png
%%DATADIR%%/flags/brasil-shield.png
%%DATADIR%%/flags/brasil.png
%%DATADIR%%/flags/bulgaria-shield.png
%%DATADIR%%/flags/bulgaria.png
%%DATADIR%%/flags/byzantium-shield.png
%%DATADIR%%/flags/byzantium.png
%%DATADIR%%/flags/canada-shield.png
%%DATADIR%%/flags/canada.png
%%DATADIR%%/flags/cartago-shield.png
%%DATADIR%%/flags/cartago.png
%%DATADIR%%/flags/catalan-shield.png
%%DATADIR%%/flags/catalan.png
%%DATADIR%%/flags/cheyenne-shield.png
%%DATADIR%%/flags/cheyenne.png
%%DATADIR%%/flags/chile-shield.png
%%DATADIR%%/flags/chile.png
%%DATADIR%%/flags/china-shield.png
%%DATADIR%%/flags/china.png
%%DATADIR%%/flags/colombia-shield.png
%%DATADIR%%/flags/colombia.png
%%DATADIR%%/flags/constantine-shield.png
%%DATADIR%%/flags/constantine.png
%%DATADIR%%/flags/cornwall-shield.png
%%DATADIR%%/flags/cornwall.png
%%DATADIR%%/flags/croatia-shield.png
%%DATADIR%%/flags/croatia.png
%%DATADIR%%/flags/cuba-shield.png
%%DATADIR%%/flags/cuba.png
%%DATADIR%%/flags/czech-shield.png
%%DATADIR%%/flags/czech.png
%%DATADIR%%/flags/denmark-shield.png
%%DATADIR%%/flags/denmark.png
%%DATADIR%%/flags/egypt-shield.png
%%DATADIR%%/flags/egypt.png
%%DATADIR%%/flags/egypt_ancient-shield.png
%%DATADIR%%/flags/egypt_ancient.png
%%DATADIR%%/flags/england-shield.png
%%DATADIR%%/flags/england.png
%%DATADIR%%/flags/estonia-shield.png
%%DATADIR%%/flags/estonia.png
%%DATADIR%%/flags/ethiopia-shield.png
%%DATADIR%%/flags/ethiopia.png
%%DATADIR%%/flags/europe-shield.png
%%DATADIR%%/flags/europe.png
%%DATADIR%%/flags/finland-shield.png
%%DATADIR%%/flags/finland.png
%%DATADIR%%/flags/france-shield.png
%%DATADIR%%/flags/france.png
%%DATADIR%%/flags/france_old-shield.png
%%DATADIR%%/flags/france_old.png
%%DATADIR%%/flags/galicia-shield.png
%%DATADIR%%/flags/galicia.png
%%DATADIR%%/flags/gaul-shield.png
%%DATADIR%%/flags/gaul.png
%%DATADIR%%/flags/georgia-shield.png
%%DATADIR%%/flags/georgia.png
%%DATADIR%%/flags/germany-shield.png
%%DATADIR%%/flags/germany.png
%%DATADIR%%/flags/greece-shield.png
%%DATADIR%%/flags/greece.png
%%DATADIR%%/flags/greece_ancient-shield.png
%%DATADIR%%/flags/greece_ancient.png
%%DATADIR%%/flags/greenland-shield.png
%%DATADIR%%/flags/greenland.png
%%DATADIR%%/flags/hittite-shield.png
%%DATADIR%%/flags/hittite.png
%%DATADIR%%/flags/hungary-shield.png
%%DATADIR%%/flags/hungary.png
%%DATADIR%%/flags/iceland-shield.png
%%DATADIR%%/flags/iceland.png
%%DATADIR%%/flags/illyria-shield.png
%%DATADIR%%/flags/illyria.png
%%DATADIR%%/flags/inca-shield.png
%%DATADIR%%/flags/inca.png
%%DATADIR%%/flags/india-shield.png
%%DATADIR%%/flags/india.png
%%DATADIR%%/flags/indonesia-shield.png
%%DATADIR%%/flags/indonesia.png
%%DATADIR%%/flags/iran-shield.png
%%DATADIR%%/flags/iran.png
%%DATADIR%%/flags/iran_ancient-shield.png
%%DATADIR%%/flags/iran_ancient.png
%%DATADIR%%/flags/iraq-shield.png
%%DATADIR%%/flags/iraq.png
%%DATADIR%%/flags/iraq_old-shield.png
%%DATADIR%%/flags/iraq_old.png
%%DATADIR%%/flags/ireland-shield.png
%%DATADIR%%/flags/ireland.png
%%DATADIR%%/flags/iroquois-shield.png
%%DATADIR%%/flags/iroquois.png
%%DATADIR%%/flags/israel-shield.png
%%DATADIR%%/flags/israel.png
%%DATADIR%%/flags/italy-shield.png
%%DATADIR%%/flags/italy.png
%%DATADIR%%/flags/japan-shield.png
%%DATADIR%%/flags/japan.png
%%DATADIR%%/flags/kampuchea-shield.png
%%DATADIR%%/flags/kampuchea.png
%%DATADIR%%/flags/kenya-shield.png
%%DATADIR%%/flags/kenya.png
%%DATADIR%%/flags/korea-shield.png
%%DATADIR%%/flags/korea.png
%%DATADIR%%/flags/latvia-shield.png
%%DATADIR%%/flags/latvia.png
%%DATADIR%%/flags/libya-shield.png
%%DATADIR%%/flags/libya.png
%%DATADIR%%/flags/lithuania-shield.png
%%DATADIR%%/flags/lithuania.png
%%DATADIR%%/flags/macedonia-shield.png
%%DATADIR%%/flags/macedonia.png
%%DATADIR%%/flags/madagascar-shield.png
%%DATADIR%%/flags/madagascar.png
%%DATADIR%%/flags/malaysia-shield.png
%%DATADIR%%/flags/malaysia.png
%%DATADIR%%/flags/mali-shield.png
%%DATADIR%%/flags/mali.png
%%DATADIR%%/flags/maori-shield.png
%%DATADIR%%/flags/maori.png
%%DATADIR%%/flags/mars-shield.png
%%DATADIR%%/flags/mars.png
%%DATADIR%%/flags/maya-shield.png
%%DATADIR%%/flags/maya.png
%%DATADIR%%/flags/mexico-shield.png
%%DATADIR%%/flags/mexico.png
%%DATADIR%%/flags/mongolia-shield.png
%%DATADIR%%/flags/mongolia.png
%%DATADIR%%/flags/myanmar-shield.png
%%DATADIR%%/flags/myanmar.png
%%DATADIR%%/flags/nato-shield.png
%%DATADIR%%/flags/nato.png
%%DATADIR%%/flags/netherlands-shield.png
%%DATADIR%%/flags/netherlands.png
%%DATADIR%%/flags/newzealand-shield.png
%%DATADIR%%/flags/newzealand.png
%%DATADIR%%/flags/nigeria-shield.png
%%DATADIR%%/flags/nigeria.png
%%DATADIR%%/flags/norway-shield.png
%%DATADIR%%/flags/norway.png
%%DATADIR%%/flags/observer-shield.png
%%DATADIR%%/flags/observer.png
%%DATADIR%%/flags/ottoman-shield.png
%%DATADIR%%/flags/ottoman.png
%%DATADIR%%/flags/pakistan-shield.png
%%DATADIR%%/flags/pakistan.png
%%DATADIR%%/flags/palmyra-shield.png
%%DATADIR%%/flags/palmyra.png
%%DATADIR%%/flags/papua_newguinea-shield.png
%%DATADIR%%/flags/papua_newguinea.png
%%DATADIR%%/flags/peru-shield.png
%%DATADIR%%/flags/peru.png
%%DATADIR%%/flags/philippines-shield.png
%%DATADIR%%/flags/philippines.png
%%DATADIR%%/flags/phoenicia-shield.png
%%DATADIR%%/flags/phoenicia.png
%%DATADIR%%/flags/poland-shield.png
%%DATADIR%%/flags/poland.png
%%DATADIR%%/flags/portugal-shield.png
%%DATADIR%%/flags/portugal.png
%%DATADIR%%/flags/qing-shield.png
%%DATADIR%%/flags/qing.png
%%DATADIR%%/flags/quebec-shield.png
%%DATADIR%%/flags/quebec.png
%%DATADIR%%/flags/romania-shield.png
%%DATADIR%%/flags/romania.png
%%DATADIR%%/flags/rome-shield.png
%%DATADIR%%/flags/rome.png
%%DATADIR%%/flags/russia-shield.png
%%DATADIR%%/flags/russia.png
%%DATADIR%%/flags/rwanda-shield.png
%%DATADIR%%/flags/rwanda.png
%%DATADIR%%/flags/ryukyu-shield.png
%%DATADIR%%/flags/ryukyu.png
%%DATADIR%%/flags/sapmi-shield.png
%%DATADIR%%/flags/sapmi.png
%%DATADIR%%/flags/scotland-shield.png
%%DATADIR%%/flags/scotland.png
%%DATADIR%%/flags/serbia-shield.png
%%DATADIR%%/flags/serbia.png
%%DATADIR%%/flags/silesia-shield.png
%%DATADIR%%/flags/silesia.png
%%DATADIR%%/flags/singapore-shield.png
%%DATADIR%%/flags/singapore.png
%%DATADIR%%/flags/slovakia-shield.png
%%DATADIR%%/flags/slovakia.png
%%DATADIR%%/flags/slovenia-shield.png
%%DATADIR%%/flags/slovenia.png
%%DATADIR%%/flags/south_africa-shield.png
%%DATADIR%%/flags/south_africa.png
%%DATADIR%%/flags/southern_cross-shield.png
%%DATADIR%%/flags/southern_cross.png
%%DATADIR%%/flags/soviet-shield.png
%%DATADIR%%/flags/soviet.png
%%DATADIR%%/flags/spain-shield.png
%%DATADIR%%/flags/spain.png
%%DATADIR%%/flags/srilanka-shield.png
%%DATADIR%%/flags/srilanka.png
%%DATADIR%%/flags/stpatrick-shield.png
%%DATADIR%%/flags/stpatrick.png
%%DATADIR%%/flags/sudan-shield.png
%%DATADIR%%/flags/sudan.png
%%DATADIR%%/flags/sumeria-shield.png
%%DATADIR%%/flags/sumeria.png
%%DATADIR%%/flags/swaziland-shield.png
%%DATADIR%%/flags/swaziland.png
%%DATADIR%%/flags/sweden-shield.png
%%DATADIR%%/flags/sweden.png
%%DATADIR%%/flags/swiss-shield.png
%%DATADIR%%/flags/swiss.png
%%DATADIR%%/flags/syria-shield.png
%%DATADIR%%/flags/syria.png
%%DATADIR%%/flags/taiwan-shield.png
%%DATADIR%%/flags/taiwan.png
%%DATADIR%%/flags/texas-shield.png
%%DATADIR%%/flags/texas.png
%%DATADIR%%/flags/thailand-shield.png
%%DATADIR%%/flags/thailand.png
%%DATADIR%%/flags/tibet-shield.png
%%DATADIR%%/flags/tibet.png
%%DATADIR%%/flags/tunisia-shield.png
%%DATADIR%%/flags/tunisia.png
%%DATADIR%%/flags/turkey-shield.png
%%DATADIR%%/flags/turkey.png
%%DATADIR%%/flags/ukraine-shield.png
%%DATADIR%%/flags/ukraine.png
%%DATADIR%%/flags/united_kingdom-shield.png
%%DATADIR%%/flags/united_kingdom.png
%%DATADIR%%/flags/united_nations-shield.png
%%DATADIR%%/flags/united_nations.png
%%DATADIR%%/flags/unknown-shield.png
%%DATADIR%%/flags/unknown.png
%%DATADIR%%/flags/usa-shield.png
%%DATADIR%%/flags/usa.png
%%DATADIR%%/flags/uyghur-shield.png
%%DATADIR%%/flags/uyghur.png
%%DATADIR%%/flags/venezuela-shield.png
%%DATADIR%%/flags/venezuela.png
%%DATADIR%%/flags/vietnam-shield.png
%%DATADIR%%/flags/vietnam.png
%%DATADIR%%/flags/viking-shield.png
%%DATADIR%%/flags/viking.png
%%DATADIR%%/flags/wales-shield.png
%%DATADIR%%/flags/wales.png
%%DATADIR%%/flags/westphalia-shield.png
%%DATADIR%%/flags/westphalia.png
%%DATADIR%%/flags/zulu-shield.png
%%DATADIR%%/flags/zulu.png
%%DATADIR%%/freeciv.rc-2.0
%%DATADIR%%/helpdata.txt
%%DATADIR%%/hex2t/grid.png
%%DATADIR%%/hex2t/grid.spec
%%DATADIR%%/hex2t/items.png
%%DATADIR%%/hex2t/items.spec
%%DATADIR%%/hex2t/overlays.png
%%DATADIR%%/hex2t/overlays.spec
%%DATADIR%%/hex2t/select.png
%%DATADIR%%/hex2t/select.spec
%%DATADIR%%/hex2t/tiles.png
%%DATADIR%%/hex2t/tiles.spec
%%DATADIR%%/hex2t.tilespec
%%DATADIR%%/isophex/darkness.png
%%DATADIR%%/isophex/darkness.spec
%%DATADIR%%/isophex/gold.spec
%%DATADIR%%/isophex/grid.png
%%DATADIR%%/isophex/grid.spec
%%DATADIR%%/isophex/rivers.png
%%DATADIR%%/isophex/rivers.spec
%%DATADIR%%/isophex/terrain1.png
%%DATADIR%%/isophex/terrain1.spec
%%DATADIR%%/isophex/terrain2.png
%%DATADIR%%/isophex/terrain2.spec
%%DATADIR%%/isophex/tiles.png
%%DATADIR%%/isophex/tiles.spec
%%DATADIR%%/isophex.tilespec
%%DATADIR%%/isotrident/cities.png
%%DATADIR%%/isotrident/cities.spec
%%DATADIR%%/isotrident/fog.png
%%DATADIR%%/isotrident/fog.spec
%%DATADIR%%/isotrident/grid.png
%%DATADIR%%/isotrident/grid.spec
%%DATADIR%%/isotrident/morecities.png
%%DATADIR%%/isotrident/morecities.spec
%%DATADIR%%/isotrident/nuke.png
%%DATADIR%%/isotrident/nuke.spec
%%DATADIR%%/isotrident/select.png
%%DATADIR%%/isotrident/select.spec
%%DATADIR%%/isotrident/terrain1.png
%%DATADIR%%/isotrident/terrain1.spec
%%DATADIR%%/isotrident/terrain2.png
%%DATADIR%%/isotrident/terrain2.spec
%%DATADIR%%/isotrident/tiles.png
%%DATADIR%%/isotrident/tiles.spec
%%DATADIR%%/isotrident/unitextras.png
%%DATADIR%%/isotrident/unitextras.spec
%%DATADIR%%/isotrident.tilespec
%%DATADIR%%/misc/buildings.png
%%DATADIR%%/misc/buildings.spec
%%DATADIR%%/misc/chiefs.png
%%DATADIR%%/misc/chiefs.spec
%%DATADIR%%/misc/citybar.png
%%DATADIR%%/misc/citybar.spec
%%DATADIR%%/misc/cityicon.png
%%DATADIR%%/misc/civicon.png
%%DATADIR%%/misc/colors.png
%%DATADIR%%/misc/colors.spec
%%DATADIR%%/misc/colors.tilespec
%%DATADIR%%/misc/cursors.png
%%DATADIR%%/misc/cursors.spec
%%DATADIR%%/misc/flags.spec
%%DATADIR%%/misc/icons.spec
%%DATADIR%%/misc/intro.png
%%DATADIR%%/misc/overlays.png
%%DATADIR%%/misc/overlays.spec
%%DATADIR%%/misc/radar.png
%%DATADIR%%/misc/shields.spec
%%DATADIR%%/misc/small.png
%%DATADIR%%/misc/small.spec
%%DATADIR%%/misc/space.png
%%DATADIR%%/misc/space.spec
%%DATADIR%%/misc/techs.png
%%DATADIR%%/misc/techs.spec
%%DATADIR%%/misc/treaty.png
%%DATADIR%%/misc/treaty.spec
%%DATADIR%%/nation/aborigines.ruleset
%%DATADIR%%/nation/afghani.ruleset
%%DATADIR%%/nation/algerian.ruleset
%%DATADIR%%/nation/american.ruleset
%%DATADIR%%/nation/antarctican.ruleset
%%DATADIR%%/nation/arab.ruleset
%%DATADIR%%/nation/aramean.ruleset
%%DATADIR%%/nation/argentine.ruleset
%%DATADIR%%/nation/armenian.ruleset
%%DATADIR%%/nation/assyrian.ruleset
%%DATADIR%%/nation/australian.ruleset
%%DATADIR%%/nation/austrian.ruleset
%%DATADIR%%/nation/aztec.ruleset
%%DATADIR%%/nation/babylonian.ruleset
%%DATADIR%%/nation/barbarian.ruleset
%%DATADIR%%/nation/bavarian.ruleset
%%DATADIR%%/nation/belgian.ruleset
%%DATADIR%%/nation/bengali.ruleset
%%DATADIR%%/nation/boer.ruleset
%%DATADIR%%/nation/bosnia.ruleset
%%DATADIR%%/nation/brazilian.ruleset
%%DATADIR%%/nation/british.ruleset
%%DATADIR%%/nation/bulgarian.ruleset
%%DATADIR%%/nation/burmese.ruleset
%%DATADIR%%/nation/byzantium.ruleset
%%DATADIR%%/nation/canadian.ruleset
%%DATADIR%%/nation/carthaginian.ruleset
%%DATADIR%%/nation/catalan.ruleset
%%DATADIR%%/nation/chilean.ruleset
%%DATADIR%%/nation/chinese.ruleset
%%DATADIR%%/nation/colombian.ruleset
%%DATADIR%%/nation/confederate.ruleset
%%DATADIR%%/nation/cornish.ruleset
%%DATADIR%%/nation/croatian.ruleset
%%DATADIR%%/nation/cuban.ruleset
%%DATADIR%%/nation/czech.ruleset
%%DATADIR%%/nation/danish.ruleset
%%DATADIR%%/nation/dutch.ruleset
%%DATADIR%%/nation/egyptian.ruleset
%%DATADIR%%/nation/english.ruleset
%%DATADIR%%/nation/estonian.ruleset
%%DATADIR%%/nation/ethiopian.ruleset
%%DATADIR%%/nation/filipino.ruleset
%%DATADIR%%/nation/finnish.ruleset
%%DATADIR%%/nation/french.ruleset
%%DATADIR%%/nation/galician.ruleset
%%DATADIR%%/nation/gallic.ruleset
%%DATADIR%%/nation/georgian.ruleset
%%DATADIR%%/nation/german.ruleset
%%DATADIR%%/nation/greek.ruleset
%%DATADIR%%/nation/hellenic.ruleset
%%DATADIR%%/nation/hittite.ruleset
%%DATADIR%%/nation/hungarian.ruleset
%%DATADIR%%/nation/icelandic.ruleset
%%DATADIR%%/nation/illyrian.ruleset
%%DATADIR%%/nation/inca.ruleset
%%DATADIR%%/nation/indian.ruleset
%%DATADIR%%/nation/indonesian.ruleset
%%DATADIR%%/nation/inuit.ruleset
%%DATADIR%%/nation/iraqi.ruleset
%%DATADIR%%/nation/irish.ruleset
%%DATADIR%%/nation/iroquois.ruleset
%%DATADIR%%/nation/israeli.ruleset
%%DATADIR%%/nation/italian.ruleset
%%DATADIR%%/nation/japanese.ruleset
%%DATADIR%%/nation/kampuchean.ruleset
%%DATADIR%%/nation/kenyan.ruleset
%%DATADIR%%/nation/korean.ruleset
%%DATADIR%%/nation/lankese.ruleset
%%DATADIR%%/nation/latvian.ruleset
%%DATADIR%%/nation/libyan.ruleset
%%DATADIR%%/nation/lithuanian.ruleset
%%DATADIR%%/nation/malagasy.ruleset
%%DATADIR%%/nation/malaysian.ruleset
%%DATADIR%%/nation/malian.ruleset
%%DATADIR%%/nation/manchu.ruleset
%%DATADIR%%/nation/maori.ruleset
%%DATADIR%%/nation/martian.ruleset
%%DATADIR%%/nation/mayan.ruleset
%%DATADIR%%/nation/mexican.ruleset
%%DATADIR%%/nation/mongol.ruleset
%%DATADIR%%/nation/newzealand.ruleset
%%DATADIR%%/nation/nigerian.ruleset
%%DATADIR%%/nation/norwegian.ruleset
%%DATADIR%%/nation/ottoman.ruleset
%%DATADIR%%/nation/papuan.ruleset
%%DATADIR%%/nation/persian.ruleset
%%DATADIR%%/nation/phoenician.ruleset
%%DATADIR%%/nation/polish.ruleset
%%DATADIR%%/nation/portuguese.ruleset
%%DATADIR%%/nation/quebecois.ruleset
%%DATADIR%%/nation/roman.ruleset
%%DATADIR%%/nation/romanian.ruleset
%%DATADIR%%/nation/russian.ruleset
%%DATADIR%%/nation/ryukyuan.ruleset
%%DATADIR%%/nation/sami.ruleset
%%DATADIR%%/nation/scottish.ruleset
%%DATADIR%%/nation/serbian.ruleset
%%DATADIR%%/nation/silesian.ruleset
%%DATADIR%%/nation/singaporean.ruleset
%%DATADIR%%/nation/sioux.ruleset
%%DATADIR%%/nation/slovakian.ruleset
%%DATADIR%%/nation/slovenian.ruleset
%%DATADIR%%/nation/southafrican.ruleset
%%DATADIR%%/nation/soviet.ruleset
%%DATADIR%%/nation/spanish.ruleset
%%DATADIR%%/nation/sudanese.ruleset
%%DATADIR%%/nation/sumerian.ruleset
%%DATADIR%%/nation/swazi.ruleset
%%DATADIR%%/nation/swedish.ruleset
%%DATADIR%%/nation/swiss.ruleset
%%DATADIR%%/nation/taiwanese.ruleset
%%DATADIR%%/nation/texan.ruleset
%%DATADIR%%/nation/thai.ruleset
%%DATADIR%%/nation/tibetan.ruleset
%%DATADIR%%/nation/tunisian.ruleset
%%DATADIR%%/nation/turk.ruleset
%%DATADIR%%/nation/ukrainian.ruleset
%%DATADIR%%/nation/uyghur.ruleset
%%DATADIR%%/nation/venezuelan.ruleset
%%DATADIR%%/nation/vietnamese.ruleset
%%DATADIR%%/nation/viking.ruleset
%%DATADIR%%/nation/welsh.ruleset
%%DATADIR%%/nation/westphalian.ruleset
%%DATADIR%%/nation/zulu.ruleset
%%DATADIR%%/scenario/british-isles-85x80-v2.80.sav.gz
%%DATADIR%%/scenario/earth-160x90-v2.sav.gz
%%DATADIR%%/scenario/earth-80x50-v2.sav.gz
%%DATADIR%%/scenario/europe-200x100-v2.sav.gz
%%DATADIR%%/scenario/hagworld-120x60-v1.2.sav.gz
%%DATADIR%%/scenario/iberian-peninsula-136x100-v1.0.sav.gz
%%DATADIR%%/scenario/tutorial.sav.gz
%%DATADIR%%/stdsounds/LrgCan.ogg
%%DATADIR%%/stdsounds/LrgExpl.ogg
%%DATADIR%%/stdsounds/MedCan.ogg
%%DATADIR%%/stdsounds/MgBar1.ogg
%%DATADIR%%/stdsounds/MgBar2.ogg
%%DATADIR%%/stdsounds/MgHeavy.ogg
%%DATADIR%%/stdsounds/Mortar.ogg
%%DATADIR%%/stdsounds/SmlExpl.ogg
%%DATADIR%%/stdsounds/Splash.ogg
%%DATADIR%%/stdsounds/THover.ogg
%%DATADIR%%/stdsounds/Tread.ogg
%%DATADIR%%/stdsounds/foot3.ogg
%%DATADIR%%/stdsounds/inh2o.ogg
%%DATADIR%%/stdsounds/metbrk.ogg
%%DATADIR%%/stdsounds/wall01.ogg
%%DATADIR%%/stdsounds/woodbrk.ogg
%%DATADIR%%/stdsounds.soundspec
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-down.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-left.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-right-norm.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-right-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-right.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-up.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-default.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-insensitive.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-normal.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-pressed.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/check1.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/check2.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/check3.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/check4.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/checklight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/highlight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/option1.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/option2.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/option3.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/option4.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-arrow-insens.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-arrow-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-arrow.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-inactive.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-normal.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/frame-gap-end.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/frame-gap-start.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/frame1.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/frame2.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles/handle-h.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles/handle-v.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines/line-h.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines/line-v.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/list_header-insens.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/list_header-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/list_header-pressed.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/list_header.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menu-overlay.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menu.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menubar-item.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menubar.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menuitem.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menuline.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/focus.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/null.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/ruler.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panel-bg.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panelbutton1.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panelbutton2.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panelbutton3.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panelbutton4.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/progressbar-horiz-1.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/progressbar-horiz-2.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/progressbar-horiz.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/t-progressbar-horiz-2.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/t-progressbar-horiz.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/t-progressbar-vert.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/null.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/slider-horiz-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/slider-horiz.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/slider-vert-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/slider-vert.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/trough-horizontal.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/trough-vertical.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/scroll-thumb-horiz.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/scroll-thumb-vert.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-horiz-insens.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-horiz-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-horiz.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-vert-insens.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-vert-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-vert.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-down-insens.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-down-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-down.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-left-insens.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-left-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-left.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-right-insens.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-right-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-right.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-up-insens.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-up-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-up.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/trough-scrollbar-vert.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/entry-shadow-in.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/shadow-etched-out.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/shadow-in.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/shadow-none.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/shadow-out.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/text-entry.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/text.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-down-disable.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-down-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-down.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-up-disable.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-up-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-up.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/notebook.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/null.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-bottom-active.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-bottom.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-left-active.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-left.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-right-active.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-right.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-top-active.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-top.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbar.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbutton-normal.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbutton-prelight.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbutton-pressed.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbutton-toggled.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/bg.png
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/gtkrc
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/menubar.rc
%%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/panel.rc
%%DATADIR%%/trident/auto_ll.spec
%%DATADIR%%/trident/cities.png
%%DATADIR%%/trident/cities.spec
%%DATADIR%%/trident/explosions.png
%%DATADIR%%/trident/explosions.spec
%%DATADIR%%/trident/fog.png
%%DATADIR%%/trident/fog.spec
%%DATADIR%%/trident/grid.png
%%DATADIR%%/trident/grid.spec
%%DATADIR%%/trident/roads.png
%%DATADIR%%/trident/roads.spec
%%DATADIR%%/trident/select.png
%%DATADIR%%/trident/select.spec
%%DATADIR%%/trident/tiles.png
%%DATADIR%%/trident/tiles.spec
%%DATADIR%%/trident/units.png
%%DATADIR%%/trident/units.spec
%%DATADIR%%/trident.tilespec
%%DATADIR%%/wonders/apollo_program.png
%%DATADIR%%/wonders/asmiths_trading_co.png
%%DATADIR%%/wonders/colossus.png
%%DATADIR%%/wonders/copernicus_observatory.png
%%DATADIR%%/wonders/cure_for_cancer.png
%%DATADIR%%/wonders/darwins_voyage.png
%%DATADIR%%/wonders/eiffel_tower.png
%%DATADIR%%/wonders/great_library.png
%%DATADIR%%/wonders/great_wall.png
%%DATADIR%%/wonders/hanging_gardens.png
%%DATADIR%%/wonders/hoover_dam.png
%%DATADIR%%/wonders/isaac_newtons_college.png
%%DATADIR%%/wonders/js_bachs_cathedral.png
%%DATADIR%%/wonders/king_richards_crusade.png
%%DATADIR%%/wonders/leonardos_workshop.png
%%DATADIR%%/wonders/lighthouse.png
%%DATADIR%%/wonders/magellans_expedition.png
%%DATADIR%%/wonders/manhattan_project.png
%%DATADIR%%/wonders/marco_polos_embassy.png
%%DATADIR%%/wonders/michelangelos_chapel.png
%%DATADIR%%/wonders/oracle.png
%%DATADIR%%/wonders/pyramids.png
%%DATADIR%%/wonders/seti_program.png
%%DATADIR%%/wonders/shakespeares_theatre.png
%%DATADIR%%/wonders/statue_of_liberty.png
%%DATADIR%%/wonders/sun_tzus_war_academy.png
%%DATADIR%%/wonders/united_nations.png
%%DATADIR%%/wonders/womens_suffrage.png
share/icons/hicolor/128x128/apps/freeciv-client.png
share/icons/hicolor/128x128/apps/freeciv-server.png
share/icons/hicolor/16x16/apps/freeciv-client.png
share/icons/hicolor/16x16/apps/freeciv-server.png
share/icons/hicolor/32x32/apps/freeciv-client.png
share/icons/hicolor/32x32/apps/freeciv-server.png
share/icons/hicolor/48x48/apps/freeciv-client.png
share/icons/hicolor/48x48/apps/freeciv-server.png
share/icons/hicolor/64x64/apps/freeciv-client.png
share/icons/hicolor/64x64/apps/freeciv-server.png
share/locale/ar/LC_MESSAGES/freeciv.mo
share/locale/ca/LC_MESSAGES/freeciv.mo
share/locale/cs/LC_MESSAGES/freeciv.mo
share/locale/da/LC_MESSAGES/freeciv.mo
share/locale/de/LC_MESSAGES/freeciv.mo
share/locale/el/LC_MESSAGES/freeciv.mo
share/locale/en_GB/LC_MESSAGES/freeciv.mo
share/locale/es/LC_MESSAGES/freeciv.mo
share/locale/et/LC_MESSAGES/freeciv.mo
share/locale/fa/LC_MESSAGES/freeciv.mo
share/locale/fi/LC_MESSAGES/freeciv.mo
share/locale/fr/LC_MESSAGES/freeciv.mo
share/locale/he/LC_MESSAGES/freeciv.mo
share/locale/hu/LC_MESSAGES/freeciv.mo
share/locale/it/LC_MESSAGES/freeciv.mo
share/locale/ja/LC_MESSAGES/freeciv.mo
share/locale/ko/LC_MESSAGES/freeciv.mo
share/locale/lt/LC_MESSAGES/freeciv.mo
share/locale/nb/LC_MESSAGES/freeciv.mo
share/locale/nl/LC_MESSAGES/freeciv.mo
share/locale/no/LC_MESSAGES/freeciv.mo
share/locale/pl/LC_MESSAGES/freeciv.mo
share/locale/pt/LC_MESSAGES/freeciv.mo
share/locale/pt_BR/LC_MESSAGES/freeciv.mo
share/locale/ro/LC_MESSAGES/freeciv.mo
share/locale/ru/LC_MESSAGES/freeciv.mo
share/locale/sv/LC_MESSAGES/freeciv.mo
share/locale/tr/LC_MESSAGES/freeciv.mo
share/locale/uk/LC_MESSAGES/freeciv.mo
share/locale/zh_CN/LC_MESSAGES/freeciv.mo
share/pixmaps/freeciv-client.png
@dirrm %%DATADIR%%/amplio
@dirrm %%DATADIR%%/buildings
@dirrm %%DATADIR%%/civ1
@dirrm %%DATADIR%%/civ2
@dirrm %%DATADIR%%/default
@dirrm %%DATADIR%%/flags
@dirrm %%DATADIR%%/hex2t
@dirrm %%DATADIR%%/isophex
@dirrm %%DATADIR%%/isotrident
@dirrm %%DATADIR%%/misc
@dirrm %%DATADIR%%/nation
@dirrm %%DATADIR%%/scenario
@dirrm %%DATADIR%%/stdsounds
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv/gtk-2.0
@dirrm %%DATADIR%%/themes/gui-gtk-2.0/Freeciv
@dirrm %%DATADIR%%/themes/gui-gtk-2.0
@dirrm %%DATADIR%%/themes
@dirrm %%DATADIR%%/trident
@dirrm %%DATADIR%%/wonders
@dirrm %%DATADIR%%
@dirrmtry share/applications
|