aboutsummaryrefslogtreecommitdiffstats
path: root/x11/leechcraft/pkg-plist
blob: f5b35e6cf74b92d438bfca5a87d8e832178b07f9 (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
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
bin/leechcraft
bin/leechcraft-add-file
bin/leechcraft-handle-file
include/leechcraft/config.h
include/leechcraft/interfaces/an/constants.h
include/leechcraft/interfaces/an/entityfields.h
include/leechcraft/interfaces/an/ianemitter.h
include/leechcraft/interfaces/an/ianrulesstorage.h
include/leechcraft/interfaces/core/icolorthememanager.h
include/leechcraft/interfaces/core/icoreproxy.h
include/leechcraft/interfaces/core/icoretabwidget.h
include/leechcraft/interfaces/core/ientitymanager.h
include/leechcraft/interfaces/core/ihookproxy.h
include/leechcraft/interfaces/core/iiconthememanager.h
include/leechcraft/interfaces/core/ipluginsmanager.h
include/leechcraft/interfaces/core/irootwindowsmanager.h
include/leechcraft/interfaces/core/itagsmanager.h
include/leechcraft/interfaces/data/iimgsource.h
include/leechcraft/interfaces/devices/deviceroles.h
include/leechcraft/interfaces/devices/devicetypes.h
include/leechcraft/interfaces/devices/iremovabledevmanager.h
include/leechcraft/interfaces/entitytesthandleresult.h
include/leechcraft/interfaces/iactionsexporter.h
include/leechcraft/interfaces/idatafilter.h
include/leechcraft/interfaces/idndtab.h
include/leechcraft/interfaces/idownload.h
include/leechcraft/interfaces/ientityhandler.h
include/leechcraft/interfaces/ifinder.h
include/leechcraft/interfaces/ihavediaginfo.h
include/leechcraft/interfaces/ihaverecoverabletabs.h
include/leechcraft/interfaces/ihavesettings.h
include/leechcraft/interfaces/ihaveshortcuts.h
include/leechcraft/interfaces/ihavetabs.h
include/leechcraft/interfaces/iimportexport.h
include/leechcraft/interfaces/iinfo.h
include/leechcraft/interfaces/ijobholder.h
include/leechcraft/interfaces/imediaplayer.h
include/leechcraft/interfaces/imwproxy.h
include/leechcraft/interfaces/iplugin2.h
include/leechcraft/interfaces/ipluginadaptor.h
include/leechcraft/interfaces/ipluginready.h
include/leechcraft/interfaces/iquarkcomponentprovider.h
include/leechcraft/interfaces/iscriptloader.h
include/leechcraft/interfaces/ispellcheckprovider.h
include/leechcraft/interfaces/istartupwizard.h
include/leechcraft/interfaces/isummaryrepresentation.h
include/leechcraft/interfaces/isyncable.h
include/leechcraft/interfaces/itaggablejobs.h
include/leechcraft/interfaces/itexteditor.h
include/leechcraft/interfaces/iwebbrowser.h
include/leechcraft/interfaces/iwebfilestorage.h
include/leechcraft/interfaces/media/audiostructs.h
include/leechcraft/interfaces/media/ialbumartprovider.h
include/leechcraft/interfaces/media/iartistbiofetcher.h
include/leechcraft/interfaces/media/iaudiopile.h
include/leechcraft/interfaces/media/iaudioscrobbler.h
include/leechcraft/interfaces/media/icurrentsongkeeper.h
include/leechcraft/interfaces/media/idiscographyprovider.h
include/leechcraft/interfaces/media/ieventsprovider.h
include/leechcraft/interfaces/media/ihypesprovider.h
include/leechcraft/interfaces/media/ilyricsfinder.h
include/leechcraft/interfaces/media/imodifiableradiostation.h
include/leechcraft/interfaces/media/ipendingsimilarartists.h
include/leechcraft/interfaces/media/iradiostation.h
include/leechcraft/interfaces/media/iradiostationprovider.h
include/leechcraft/interfaces/media/irecent%%CMAKE_BUILD_TYPE%%s.h
include/leechcraft/interfaces/media/irecommendedartists.h
include/leechcraft/interfaces/media/isimilarartists.h
include/leechcraft/interfaces/media/itagsfetcher.h
include/leechcraft/interfaces/structures.h
include/leechcraft/util/db/backendselector.h
include/leechcraft/util/db/dbconfig.h
include/leechcraft/util/db/dblock.h
include/leechcraft/util/db/ui_backendselector.h
include/leechcraft/util/exceptions.h
include/leechcraft/util/gui/autoresizemixin.h
include/leechcraft/util/gui/clearlineeditaddon.h
include/leechcraft/util/gui/colorbutton.h
include/leechcraft/util/gui/findnotification.h
include/leechcraft/util/gui/findnotificationwk.h
include/leechcraft/util/gui/flowlayout.h
include/leechcraft/util/gui/guiconfig.h
include/leechcraft/util/gui/lineeditbuttonmanager.h
include/leechcraft/util/gui/pagenotification.h
include/leechcraft/util/gui/selectablebrowser.h
include/leechcraft/util/gui/ui_findnotification.h
include/leechcraft/util/gui/unhoverdeletemixin.h
include/leechcraft/util/gui/util.h
include/leechcraft/util/idpool.h
include/leechcraft/util/models/flattenfiltermodel.h
include/leechcraft/util/models/flattofoldersproxymodel.h
include/leechcraft/util/models/mergemodel.h
include/leechcraft/util/models/modelitem.h
include/leechcraft/util/models/modeliterator.h
include/leechcraft/util/models/modelsconfig.h
include/leechcraft/util/models/treeitem.h
include/leechcraft/util/network/addresses.h
include/leechcraft/util/network/customcookiejar.h
include/leechcraft/util/network/customnetworkreply.h
include/leechcraft/util/network/networkconfig.h
include/leechcraft/util/network/networkdiskcache.h
include/leechcraft/util/network/socketerrorstrings.h
include/leechcraft/util/qml/colorthemeproxy.h
include/leechcraft/util/qml/plotitem.h
include/leechcraft/util/qml/qmlconfig.h
include/leechcraft/util/qml/settableiconprovider.h
include/leechcraft/util/qml/standardnamfactory.h
include/leechcraft/util/qml/themeimageprovider.h
include/leechcraft/util/qml/tooltipitem.h
include/leechcraft/util/qml/unhidelistmodel.h
include/leechcraft/util/qml/unhidelistviewbase.h
include/leechcraft/util/qml/widthiconprovider.h
include/leechcraft/util/shortcuts/shortcutmanager.h
include/leechcraft/util/shortcuts/shortcutsconfig.h
include/leechcraft/util/sll/assoccache.h
include/leechcraft/util/sll/delayedexecutor.h
include/leechcraft/util/sll/onetimerunner.h
include/leechcraft/util/sll/prelude.h
include/leechcraft/util/sll/qtutil.h
include/leechcraft/util/sll/queuemanager.h
include/leechcraft/util/sll/regexp.h
include/leechcraft/util/sll/sllconfig.h
include/leechcraft/util/sll/slotclosure.h
include/leechcraft/util/structuresops.h
include/leechcraft/util/svcauth/svcauthconfig.h
include/leechcraft/util/svcauth/ui_vkcaptchadialog.h
include/leechcraft/util/svcauth/vkauthmanager.h
include/leechcraft/util/svcauth/vkcaptchadialog.h
include/leechcraft/util/sys/extensionsdata.h
include/leechcraft/util/sys/extensionsdataimpl.h
include/leechcraft/util/sys/fileremoveguard.h
include/leechcraft/util/sys/mimedetector.h
include/leechcraft/util/sys/paths.h
include/leechcraft/util/sys/resourceloader.h
include/leechcraft/util/sys/sysconfig.h
include/leechcraft/util/sys/sysinfo.h
include/leechcraft/util/tags/categoryselector.h
include/leechcraft/util/tags/tagscompleter.h
include/leechcraft/util/tags/tagscompletionmodel.h
include/leechcraft/util/tags/tagsconfig.h
include/leechcraft/util/tags/tagsfiltermodel.h
include/leechcraft/util/tags/tagslineedit.h
include/leechcraft/util/tags/ui_categoryselector.h
include/leechcraft/util/util.h
include/leechcraft/util/utilconfig.h
include/leechcraft/util/x11/winflags.h
include/leechcraft/util/x11/x11config.h
include/leechcraft/util/x11/xwrapper.h
include/leechcraft/util/xdg/desktopparser.h
include/leechcraft/util/xdg/item.h
include/leechcraft/util/xdg/itemsdatabase.h
include/leechcraft/util/xdg/itemsfinder.h
include/leechcraft/util/xdg/itemtypes.h
include/leechcraft/util/xdg/xdg.h
include/leechcraft/util/xdg/xdgconfig.h
include/leechcraft/util/xdg/xdgfwd.h
include/leechcraft/util/xpc/basehookinterconnector.h
include/leechcraft/util/xpc/defaulthookproxy.h
include/leechcraft/util/xpc/notificationactionhandler.h
include/leechcraft/util/xpc/passutils.h
include/leechcraft/util/xpc/stdanfields.h
include/leechcraft/util/xpc/stddatafiltermenucreator.h
include/leechcraft/util/xpc/util.h
include/leechcraft/util/xpc/xpcconfig.h
include/leechcraft/util/xsd/addressesmodelmanager.h
include/leechcraft/util/xsd/util.h
include/leechcraft/util/xsd/xsdconfig.h
include/leechcraft/xmlsettingsdialog/basesettingsmanager.h
include/leechcraft/xmlsettingsdialog/datasourceroles.h
include/leechcraft/xmlsettingsdialog/xmlsettingsdialog.h
include/leechcraft/xmlsettingsdialog/xsdconfig.h
lib/libleechcraft-util-db.so
lib/libleechcraft-util-db.so.0.6.70
lib/libleechcraft-util-gui.so
lib/libleechcraft-util-gui.so.0.6.70
lib/libleechcraft-util-models.so
lib/libleechcraft-util-models.so.0.6.70
lib/libleechcraft-util-network.so
lib/libleechcraft-util-network.so.0.6.70
lib/libleechcraft-util-qml.so
lib/libleechcraft-util-qml.so.0.6.70
lib/libleechcraft-util-shortcuts.so
lib/libleechcraft-util-shortcuts.so.0.6.70
lib/libleechcraft-util-sll.so
lib/libleechcraft-util-sll.so.0.6.70
lib/libleechcraft-util-svcauth.so
lib/libleechcraft-util-svcauth.so.0.6.70
lib/libleechcraft-util-sys.so
lib/libleechcraft-util-sys.so.0.6.70
lib/libleechcraft-util-tags.so
lib/libleechcraft-util-tags.so.0.6.70
lib/libleechcraft-util-x11.so
lib/libleechcraft-util-x11.so.0.6.70
lib/libleechcraft-util-xdg.so
lib/libleechcraft-util-xdg.so.0.6.70
lib/libleechcraft-util-xpc.so
lib/libleechcraft-util-xpc.so.0.6.70
lib/libleechcraft-util-xsd.so
lib/libleechcraft-util-xsd.so.0.6.70
lib/libleechcraft-util.so
lib/libleechcraft-util.so.0.6.70
lib/libleechcraft-xsd.so
lib/libleechcraft-xsd.so.0.3.0
share/applications/leechcraft.desktop
share/cmake/Modules/InitLCPlugin.cmake
share/icons/hicolor/128x128/apps/leechcraft_main.png
share/icons/hicolor/14x14/apps/leechcraft_main.png
share/icons/hicolor/16x16/apps/leechcraft_main.png
share/icons/hicolor/192x192/apps/leechcraft_main.png
share/icons/hicolor/22x22/apps/leechcraft_main.png
share/icons/hicolor/24x24/apps/leechcraft_main.png
share/icons/hicolor/32x32/apps/leechcraft_main.png
share/icons/hicolor/36x36/apps/leechcraft_main.png
share/icons/hicolor/48x48/apps/leechcraft_main.png
share/icons/hicolor/64x64/apps/leechcraft_main.png
share/icons/hicolor/72x72/apps/leechcraft_main.png
share/icons/hicolor/96x96/apps/leechcraft_main.png
%%DATADIR%%/cmake/FindLeechCraft.cmake
%%DATADIR%%/cmake/FindQwt.cmake
%%DATADIR%%/cmake/FindVMime.cmake
%%DATADIR%%/cmake/FindWt.cmake
%%DATADIR%%/cmake/LibHelperWin32Macros.cmake
%%DATADIR%%/global_icons/flags/ad.png
%%DATADIR%%/global_icons/flags/ae.png
%%DATADIR%%/global_icons/flags/af.png
%%DATADIR%%/global_icons/flags/ag.png
%%DATADIR%%/global_icons/flags/ai.png
%%DATADIR%%/global_icons/flags/al.png
%%DATADIR%%/global_icons/flags/am.png
%%DATADIR%%/global_icons/flags/an.png
%%DATADIR%%/global_icons/flags/ao.png
%%DATADIR%%/global_icons/flags/ar.png
%%DATADIR%%/global_icons/flags/as.png
%%DATADIR%%/global_icons/flags/at.png
%%DATADIR%%/global_icons/flags/au.png
%%DATADIR%%/global_icons/flags/aw.png
%%DATADIR%%/global_icons/flags/ax.png
%%DATADIR%%/global_icons/flags/az.png
%%DATADIR%%/global_icons/flags/ba.png
%%DATADIR%%/global_icons/flags/bb.png
%%DATADIR%%/global_icons/flags/bd.png
%%DATADIR%%/global_icons/flags/be.png
%%DATADIR%%/global_icons/flags/bf.png
%%DATADIR%%/global_icons/flags/bg.png
%%DATADIR%%/global_icons/flags/bh.png
%%DATADIR%%/global_icons/flags/bi.png
%%DATADIR%%/global_icons/flags/bj.png
%%DATADIR%%/global_icons/flags/bm.png
%%DATADIR%%/global_icons/flags/bn.png
%%DATADIR%%/global_icons/flags/bo.png
%%DATADIR%%/global_icons/flags/br.png
%%DATADIR%%/global_icons/flags/bs.png
%%DATADIR%%/global_icons/flags/bt.png
%%DATADIR%%/global_icons/flags/bv.png
%%DATADIR%%/global_icons/flags/bw.png
%%DATADIR%%/global_icons/flags/by.png
%%DATADIR%%/global_icons/flags/bz.png
%%DATADIR%%/global_icons/flags/ca.png
%%DATADIR%%/global_icons/flags/cc.png
%%DATADIR%%/global_icons/flags/cd.png
%%DATADIR%%/global_icons/flags/cf.png
%%DATADIR%%/global_icons/flags/cg.png
%%DATADIR%%/global_icons/flags/ch.png
%%DATADIR%%/global_icons/flags/ci.png
%%DATADIR%%/global_icons/flags/ck.png
%%DATADIR%%/global_icons/flags/cl.png
%%DATADIR%%/global_icons/flags/cm.png
%%DATADIR%%/global_icons/flags/cn.png
%%DATADIR%%/global_icons/flags/co.png
%%DATADIR%%/global_icons/flags/cr.png
%%DATADIR%%/global_icons/flags/cs.png
%%DATADIR%%/global_icons/flags/cu.png
%%DATADIR%%/global_icons/flags/cv.png
%%DATADIR%%/global_icons/flags/cx.png
%%DATADIR%%/global_icons/flags/cy.png
%%DATADIR%%/global_icons/flags/cz.png
%%DATADIR%%/global_icons/flags/de.png
%%DATADIR%%/global_icons/flags/dj.png
%%DATADIR%%/global_icons/flags/dk.png
%%DATADIR%%/global_icons/flags/dm.png
%%DATADIR%%/global_icons/flags/do.png
%%DATADIR%%/global_icons/flags/dz.png
%%DATADIR%%/global_icons/flags/ec.png
%%DATADIR%%/global_icons/flags/ee.png
%%DATADIR%%/global_icons/flags/eg.png
%%DATADIR%%/global_icons/flags/eh.png
%%DATADIR%%/global_icons/flags/er.png
%%DATADIR%%/global_icons/flags/es.png
%%DATADIR%%/global_icons/flags/et.png
%%DATADIR%%/global_icons/flags/fi.png
%%DATADIR%%/global_icons/flags/fj.png
%%DATADIR%%/global_icons/flags/fk.png
%%DATADIR%%/global_icons/flags/fm.png
%%DATADIR%%/global_icons/flags/fo.png
%%DATADIR%%/global_icons/flags/fr.png
%%DATADIR%%/global_icons/flags/ga.png
%%DATADIR%%/global_icons/flags/gb.png
%%DATADIR%%/global_icons/flags/gd.png
%%DATADIR%%/global_icons/flags/ge.png
%%DATADIR%%/global_icons/flags/gf.png
%%DATADIR%%/global_icons/flags/gh.png
%%DATADIR%%/global_icons/flags/gi.png
%%DATADIR%%/global_icons/flags/gl.png
%%DATADIR%%/global_icons/flags/gm.png
%%DATADIR%%/global_icons/flags/gn.png
%%DATADIR%%/global_icons/flags/gp.png
%%DATADIR%%/global_icons/flags/gq.png
%%DATADIR%%/global_icons/flags/gr.png
%%DATADIR%%/global_icons/flags/gs.png
%%DATADIR%%/global_icons/flags/gt.png
%%DATADIR%%/global_icons/flags/gu.png
%%DATADIR%%/global_icons/flags/gw.png
%%DATADIR%%/global_icons/flags/gy.png
%%DATADIR%%/global_icons/flags/hk.png
%%DATADIR%%/global_icons/flags/hm.png
%%DATADIR%%/global_icons/flags/hn.png
%%DATADIR%%/global_icons/flags/hr.png
%%DATADIR%%/global_icons/flags/ht.png
%%DATADIR%%/global_icons/flags/hu.png
%%DATADIR%%/global_icons/flags/icons-set-readme.txt
%%DATADIR%%/global_icons/flags/id.png
%%DATADIR%%/global_icons/flags/ie.png
%%DATADIR%%/global_icons/flags/il.png
%%DATADIR%%/global_icons/flags/in.png
%%DATADIR%%/global_icons/flags/io.png
%%DATADIR%%/global_icons/flags/iq.png
%%DATADIR%%/global_icons/flags/ir.png
%%DATADIR%%/global_icons/flags/is.png
%%DATADIR%%/global_icons/flags/it.png
%%DATADIR%%/global_icons/flags/jm.png
%%DATADIR%%/global_icons/flags/jo.png
%%DATADIR%%/global_icons/flags/jp.png
%%DATADIR%%/global_icons/flags/ke.png
%%DATADIR%%/global_icons/flags/kg.png
%%DATADIR%%/global_icons/flags/kh.png
%%DATADIR%%/global_icons/flags/ki.png
%%DATADIR%%/global_icons/flags/km.png
%%DATADIR%%/global_icons/flags/kn.png
%%DATADIR%%/global_icons/flags/kp.png
%%DATADIR%%/global_icons/flags/kr.png
%%DATADIR%%/global_icons/flags/kw.png
%%DATADIR%%/global_icons/flags/ky.png
%%DATADIR%%/global_icons/flags/kz.png
%%DATADIR%%/global_icons/flags/la.png
%%DATADIR%%/global_icons/flags/lb.png
%%DATADIR%%/global_icons/flags/lc.png
%%DATADIR%%/global_icons/flags/li.png
%%DATADIR%%/global_icons/flags/lk.png
%%DATADIR%%/global_icons/flags/lr.png
%%DATADIR%%/global_icons/flags/ls.png
%%DATADIR%%/global_icons/flags/lt.png
%%DATADIR%%/global_icons/flags/lu.png
%%DATADIR%%/global_icons/flags/lv.png
%%DATADIR%%/global_icons/flags/ly.png
%%DATADIR%%/global_icons/flags/ma.png
%%DATADIR%%/global_icons/flags/mc.png
%%DATADIR%%/global_icons/flags/md.png
%%DATADIR%%/global_icons/flags/me.png
%%DATADIR%%/global_icons/flags/mg.png
%%DATADIR%%/global_icons/flags/mh.png
%%DATADIR%%/global_icons/flags/mk.png
%%DATADIR%%/global_icons/flags/ml.png
%%DATADIR%%/global_icons/flags/mm.png
%%DATADIR%%/global_icons/flags/mn.png
%%DATADIR%%/global_icons/flags/mo.png
%%DATADIR%%/global_icons/flags/mp.png
%%DATADIR%%/global_icons/flags/mq.png
%%DATADIR%%/global_icons/flags/mr.png
%%DATADIR%%/global_icons/flags/ms.png
%%DATADIR%%/global_icons/flags/mt.png
%%DATADIR%%/global_icons/flags/mu.png
%%DATADIR%%/global_icons/flags/mv.png
%%DATADIR%%/global_icons/flags/mw.png
%%DATADIR%%/global_icons/flags/mx.png
%%DATADIR%%/global_icons/flags/my.png
%%DATADIR%%/global_icons/flags/mz.png
%%DATADIR%%/global_icons/flags/na.png
%%DATADIR%%/global_icons/flags/nc.png
%%DATADIR%%/global_icons/flags/ne.png
%%DATADIR%%/global_icons/flags/nf.png
%%DATADIR%%/global_icons/flags/ng.png
%%DATADIR%%/global_icons/flags/ni.png
%%DATADIR%%/global_icons/flags/nl.png
%%DATADIR%%/global_icons/flags/no.png
%%DATADIR%%/global_icons/flags/np.png
%%DATADIR%%/global_icons/flags/nr.png
%%DATADIR%%/global_icons/flags/nu.png
%%DATADIR%%/global_icons/flags/nz.png
%%DATADIR%%/global_icons/flags/om.png
%%DATADIR%%/global_icons/flags/pa.png
%%DATADIR%%/global_icons/flags/pe.png
%%DATADIR%%/global_icons/flags/pf.png
%%DATADIR%%/global_icons/flags/pg.png
%%DATADIR%%/global_icons/flags/ph.png
%%DATADIR%%/global_icons/flags/pk.png
%%DATADIR%%/global_icons/flags/pl.png
%%DATADIR%%/global_icons/flags/pm.png
%%DATADIR%%/global_icons/flags/pn.png
%%DATADIR%%/global_icons/flags/pr.png
%%DATADIR%%/global_icons/flags/ps.png
%%DATADIR%%/global_icons/flags/pt.png
%%DATADIR%%/global_icons/flags/pw.png
%%DATADIR%%/global_icons/flags/py.png
%%DATADIR%%/global_icons/flags/qa.png
%%DATADIR%%/global_icons/flags/re.png
%%DATADIR%%/global_icons/flags/ro.png
%%DATADIR%%/global_icons/flags/rs.png
%%DATADIR%%/global_icons/flags/ru.png
%%DATADIR%%/global_icons/flags/rw.png
%%DATADIR%%/global_icons/flags/sa.png
%%DATADIR%%/global_icons/flags/sb.png
%%DATADIR%%/global_icons/flags/sc.png
%%DATADIR%%/global_icons/flags/sd.png
%%DATADIR%%/global_icons/flags/se.png
%%DATADIR%%/global_icons/flags/sg.png
%%DATADIR%%/global_icons/flags/sh.png
%%DATADIR%%/global_icons/flags/si.png
%%DATADIR%%/global_icons/flags/sj.png
%%DATADIR%%/global_icons/flags/sk.png
%%DATADIR%%/global_icons/flags/sl.png
%%DATADIR%%/global_icons/flags/sm.png
%%DATADIR%%/global_icons/flags/sn.png
%%DATADIR%%/global_icons/flags/so.png
%%DATADIR%%/global_icons/flags/sr.png
%%DATADIR%%/global_icons/flags/st.png
%%DATADIR%%/global_icons/flags/sv.png
%%DATADIR%%/global_icons/flags/sy.png
%%DATADIR%%/global_icons/flags/sz.png
%%DATADIR%%/global_icons/flags/tc.png
%%DATADIR%%/global_icons/flags/td.png
%%DATADIR%%/global_icons/flags/tf.png
%%DATADIR%%/global_icons/flags/tg.png
%%DATADIR%%/global_icons/flags/th.png
%%DATADIR%%/global_icons/flags/tj.png
%%DATADIR%%/global_icons/flags/tk.png
%%DATADIR%%/global_icons/flags/tl.png
%%DATADIR%%/global_icons/flags/tm.png
%%DATADIR%%/global_icons/flags/tn.png
%%DATADIR%%/global_icons/flags/to.png
%%DATADIR%%/global_icons/flags/tr.png
%%DATADIR%%/global_icons/flags/tt.png
%%DATADIR%%/global_icons/flags/tv.png
%%DATADIR%%/global_icons/flags/tw.png
%%DATADIR%%/global_icons/flags/tz.png
%%DATADIR%%/global_icons/flags/ua.png
%%DATADIR%%/global_icons/flags/ug.png
%%DATADIR%%/global_icons/flags/um.png
%%DATADIR%%/global_icons/flags/us.png
%%DATADIR%%/global_icons/flags/uy.png
%%DATADIR%%/global_icons/flags/uz.png
%%DATADIR%%/global_icons/flags/va.png
%%DATADIR%%/global_icons/flags/vc.png
%%DATADIR%%/global_icons/flags/ve.png
%%DATADIR%%/global_icons/flags/vg.png
%%DATADIR%%/global_icons/flags/vi.png
%%DATADIR%%/global_icons/flags/vn.png
%%DATADIR%%/global_icons/flags/vu.png
%%DATADIR%%/global_icons/flags/wf.png
%%DATADIR%%/global_icons/flags/ws.png
%%DATADIR%%/global_icons/flags/ye.png
%%DATADIR%%/global_icons/flags/yt.png
%%DATADIR%%/global_icons/flags/za.png
%%DATADIR%%/global_icons/flags/zm.png
%%DATADIR%%/global_icons/flags/zw.png
%%DATADIR%%/qml/common/UnhideListView.qml
%%DATADIR%%/qml/org/LC/common/ActionButton.qml
%%DATADIR%%/qml/org/LC/common/Common.qml
%%DATADIR%%/qml/org/LC/common/ProgressBar.qml
%%DATADIR%%/qml/org/LC/common/TimedHoverArea.qml
%%DATADIR%%/qml/org/LC/common/qmldir
%%DATADIR%%/settings/coresettings.xml
%%DATADIR%%/themes/Blue Silence/colors.rc
%%DATADIR%%/themes/Blue Silence/qml.rc
%%DATADIR%%/themes/Wonton Soup Cyan/colors.rc
%%DATADIR%%/themes/Wonton Soup Cyan/qml.rc
%%DATADIR%%/themes/Zion Reversed/colors.rc
%%DATADIR%%/themes/Zion Reversed/qml.rc
%%DATADIR%%/themes/crafty/colors.rc
%%DATADIR%%/themes/crafty/qml.rc
%%DATADIR%%/themes/default/qml.rc
%%DATADIR%%/themes/pendruk/colors.rc
%%DATADIR%%/themes/pendruk/qml.rc
%%DATADIR%%/translations/leechcraft_ar.qm
%%DATADIR%%/translations/leechcraft_be.qm
%%DATADIR%%/translations/leechcraft_de.qm
%%DATADIR%%/translations/leechcraft_en.qm
%%DATADIR%%/translations/leechcraft_eo.qm
%%DATADIR%%/translations/leechcraft_es.qm
%%DATADIR%%/translations/leechcraft_fr.qm
%%DATADIR%%/translations/leechcraft_it.qm
%%DATADIR%%/translations/leechcraft_pl.qm
%%DATADIR%%/translations/leechcraft_ru_RU.qm
%%DATADIR%%/translations/leechcraft_tr.qm
%%DATADIR%%/translations/leechcraft_tt.qm
%%DATADIR%%/translations/leechcraft_uk_UA.qm
share/man/man1/leechcraft-add-file.1.gz
share/man/man1/leechcraft-handle-file.1.gz
share/man/man1/leechcraft.1.gz
%%AGGREGATOR%%lib/leechcraft/plugins/libleechcraft_aggregator.so
%%AGGREGATOR%%lib/leechcraft/plugins/libleechcraft_aggregator_bodyfetch.so
%%AGGREGATOR%%%%DATADIR%%/scripts/aggregator/recipes/qtscript/3dnews.ru.js
%%AGGREGATOR%%%%DATADIR%%/scripts/aggregator/recipes/qtscript/habrahabr.js
%%AGGREGATOR%%%%DATADIR%%/scripts/aggregator/recipes/qtscript/ixbt.com.js
%%AGGREGATOR%%%%DATADIR%%/scripts/aggregator/recipes/qtscript/membrana.ru.js
%%AGGREGATOR%%%%DATADIR%%/scripts/aggregator/recipes/qtscript/opennet.ru.js
%%AGGREGATOR%%%%DATADIR%%/settings/aggregatorsettings.xml
%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_ar.qm
%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_de.qm
%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_en.qm
%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_eo.qm
%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_es.qm
%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_fr.qm
%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_it.qm
%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_oc.qm
%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_pl.qm
%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_ru_RU.qm
%%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_uk_UA.qm
%%ANHERO%%bin/lc_anhero_crashprocess
%%ANHERO%%lib/leechcraft/plugins/libleechcraft_anhero.so
%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_ar.qm
%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_de.qm
%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_en.qm
%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_es.qm
%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_fr.qm
%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_it.qm
%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_oc.qm
%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_ru_RU.qm
%%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_uk_UA.qm
%%ANHERO%%share/man/man1/lc_anhero_crashprocess.1.gz
%%ANOTIFI%%lib/leechcraft/plugins/libleechcraft_advancednotifications.so
%%ANOTIFI%%%%DATADIR%%/qml/advancednotifications/ANQuark.qml
%%ANOTIFI%%%%DATADIR%%/qml/advancednotifications/ANQuark.qml.manifest
%%ANOTIFI%%%%DATADIR%%/qml/advancednotifications/RulesListView.qml
%%ANOTIFI%%%%DATADIR%%/qml/advancednotifications/TextButton.qml
%%ANOTIFI%%%%DATADIR%%/qml/advancednotifications/visualnotificationsview.qml
%%ANOTIFI%%%%DATADIR%%/settings/advancednotificationssettings.xml
%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/error.ogg
%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/im-attention.ogg
%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/im-auth-requested.ogg
%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/im-contact-in.ogg
%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/im-contact-out.ogg
%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/im-incoming-message.ogg
%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/im-muc-highlight.ogg
%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/org-event-due.ogg
%%ANOTIFI%%%%DATADIR%%/sounds/oxygen/success.ogg
%%ANOTIFI%%%%DATADIR%%/translations/leechcraft_advancednotifications_en.qm
%%ANOTIFI%%%%DATADIR%%/translations/leechcraft_advancednotifications_es.qm
%%ANOTIFI%%%%DATADIR%%/translations/leechcraft_advancednotifications_ru_RU.qm
%%ANOTIFI%%%%DATADIR%%/translations/leechcraft_advancednotifications_uk_UA.qm
%%AUSCRIE%%lib/leechcraft/plugins/libleechcraft_auscrie.so
%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_de.qm
%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_en.qm
%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_es.qm
%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_fr.qm
%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_it.qm
%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_oc.qm
%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_ru_RU.qm
%%AUSCRIE%%%%DATADIR%%/translations/leechcraft_auscrie_uk_UA.qm
%%AZOTH%%include/leechcraft/interfaces/azoth/azothcommon.h
%%AZOTH%%include/leechcraft/interfaces/azoth/azothutil.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iaccount.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iadvancedclentry.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iadvancedmessage.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iauthable.h
%%AZOTH%%include/leechcraft/interfaces/azoth/ichatstyleresourcesource.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iclentry.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iconfigurablemuc.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iextselfinfoaccount.h
%%AZOTH%%include/leechcraft/interfaces/azoth/ihaveconsole.h
%%AZOTH%%include/leechcraft/interfaces/azoth/ihavedirectedstatus.h
%%AZOTH%%include/leechcraft/interfaces/azoth/ihaveentitytime.h
%%AZOTH%%include/leechcraft/interfaces/azoth/ihavemicroblogs.h
%%AZOTH%%include/leechcraft/interfaces/azoth/ihavepings.h
%%AZOTH%%include/leechcraft/interfaces/azoth/ihavequeriableversion.h
%%AZOTH%%include/leechcraft/interfaces/azoth/ihavesearch.h
%%AZOTH%%include/leechcraft/interfaces/azoth/ihaveserverhistory.h
%%AZOTH%%include/leechcraft/interfaces/azoth/ihaveservicediscovery.h
%%AZOTH%%include/leechcraft/interfaces/azoth/ihistoryplugin.h
%%AZOTH%%include/leechcraft/interfaces/azoth/ilastactivityprovider.h
%%AZOTH%%include/leechcraft/interfaces/azoth/imediacall.h
%%AZOTH%%include/leechcraft/interfaces/azoth/imessage.h
%%AZOTH%%include/leechcraft/interfaces/azoth/imetainfoentry.h
%%AZOTH%%include/leechcraft/interfaces/azoth/imucbookmarkeditorwidget.h
%%AZOTH%%include/leechcraft/interfaces/azoth/imucentry.h
%%AZOTH%%include/leechcraft/interfaces/azoth/imucjoinwidget.h
%%AZOTH%%include/leechcraft/interfaces/azoth/imucperms.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iprotocol.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iprotocolplugin.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iprovidecommands.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iproxyobject.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iregmanagedaccount.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iresourceplugin.h
%%AZOTH%%include/leechcraft/interfaces/azoth/irichtextmessage.h
%%AZOTH%%include/leechcraft/interfaces/azoth/isupportactivity.h
%%AZOTH%%include/leechcraft/interfaces/azoth/isupportbookmarks.h
%%AZOTH%%include/leechcraft/interfaces/azoth/isupportgeolocation.h
%%AZOTH%%include/leechcraft/interfaces/azoth/isupportimport.h
%%AZOTH%%include/leechcraft/interfaces/azoth/isupportlastactivity.h
%%AZOTH%%include/leechcraft/interfaces/azoth/isupportmediacalls.h
%%AZOTH%%include/leechcraft/interfaces/azoth/isupportmicroblogs.h
%%AZOTH%%include/leechcraft/interfaces/azoth/isupportmood.h
%%AZOTH%%include/leechcraft/interfaces/azoth/isupportnonroster.h
%%AZOTH%%include/leechcraft/interfaces/azoth/isupportpgp.h
%%AZOTH%%include/leechcraft/interfaces/azoth/isupportriex.h
%%AZOTH%%include/leechcraft/interfaces/azoth/isupporttune.h
%%AZOTH%%include/leechcraft/interfaces/azoth/itransfermanager.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iupdatablechatentry.h
%%AZOTH%%include/leechcraft/interfaces/azoth/iurihandler.h
%%AZOTH%%include/leechcraft/interfaces/azoth/messagebase.h
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_acetamide.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_adiumstyles.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_autoidler.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_autopaste.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_birthdaynotifier.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_chathistory.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_depester.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_embedmedia.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_herbicide.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_hili.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_isterique.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_juick.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_keeso.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_lastseen.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_metacontacts.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_modnok.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_mucommands.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_murm.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_nativeemoticons.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_otroid.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_rosenthal.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_shx.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_standardstyles.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_vader.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_velvetbird.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_woodpecker.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_xoox.so
%%AZOTH%%lib/leechcraft/plugins/libleechcraft_azoth_xtazy.so
%%AZOTH%%share/applications/leechcraft-azoth-acetamide.desktop
%%AZOTH%%share/applications/leechcraft-azoth-xoox.desktop
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/01.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/02.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/03.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/04.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/05.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/06.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/07.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/08.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/09.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/10.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/11.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/12.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/13.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/14.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/15.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/16.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/17.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/18.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/19.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/20.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/21.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/22.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/23.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/24.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/25.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/26.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/27.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Android/mapping.txt
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/angry.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/bat.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/beer.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/biggrin.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/blush.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/boy.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/brflower.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/brheart.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/coffee.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/coolglasses.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/cry.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/cuffs.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/devil.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/drink.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/flower.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/frowning.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/girl.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/heart.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/hugleft.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/hugright.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/kiss.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/lamp.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/mail.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/mapping.txt
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/music.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/no.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/oh.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/phone.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/photo.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/pussy.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/rainbow.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/smile.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/star.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/stare.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/tongue.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/unhappy.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/wink.png
%%AZOTH%%%%DATADIR%%/azoth/emoticons/native/Default/yes.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_buying_groceries.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_cleaning.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_cooking.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_doing_maintenance.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_doing_the_dishes.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_doing_the_laundry.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_gardening.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_running_an_errand.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/doing_chores_walking_the_dog.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/drinking.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/drinking_having_a_beer.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/drinking_having_coffee.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/drinking_having_tea.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/eating.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/eating_having_a_snack.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/eating_having_breakfast.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/eating_having_dinner.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/eating_having_lunch.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_cycling.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_dancing.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_hiking.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_jogging.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_playing_sports.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_running.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_skiing.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_swimming.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/exercising_working_out.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming_at_the_spa.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming_brushing_teeth.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming_getting_a_haircut.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming_shaving.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming_taking_a_bath.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/grooming_taking_a_shower.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/having_appointment.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/icondef.xml
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_day_off.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_hanging_out.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_hiding.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_on_vacation.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_praying.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_scheduled_holiday.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_sleeping.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/inactive_thinking.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_fishing.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_gaming.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_going_out.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_partying.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_reading.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_rehearsing.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_shopping.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_smoking.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_socializing.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_sunbathing.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_watching_a_movie.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/relaxing_watching_tv.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/talking.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/talking_in_real_life.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/talking_on_the_phone.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/talking_on_video_phone.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_commuting.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_cycling.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_driving.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_in_a_car.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_on_a_bus.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_on_a_plane.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_on_a_train.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_on_a_trip.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/traveling_walking.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/unknown.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/working_coding.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/working_in_a_meeting.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/working_studying.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/working_working.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/activities/default/working_writing.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/default/admin.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/default/member.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/default/noaffiliation.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/default/outcast.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/default/owner.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/psi/admin.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/psi/member.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/psi/noaffiliation.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/psi/outcast.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/affiliations/psi/owner.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/1end1.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/adium.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/agilemessenger.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/aim.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/akeni.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/anastasiya.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/android.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/apple.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/aqq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/asterisk.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/ayttm.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/barracuda-im.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bayanicq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/beejive.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bitlbee.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bluejabb.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombus-avalon.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombus-klub.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombus.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombusmod.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombusng-md.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombusng.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombuspl.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombusplus.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bombusqd.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/bot.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/buddydroid.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/centericq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/centerim.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/coccinella.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/colibry.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/corepager.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/dichat.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/dictbot.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/digsby.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/ebuddy.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/emess.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/exodus.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/eyecu.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/facebook.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/fatal-bot.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/freqbot.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/fring.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gabber.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gadugadu.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gaim.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gajim.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gismeteo.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gizmo.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/glu.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gluxibot.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/goim.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/google-mail.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/google-talkwidget.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/google.com.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gossip.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/gush.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/ichabber.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/ichat.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/icq-mobile.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/imadering.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/imov.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/implus.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/inluxmessenger.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/instango.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/isida-bot.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/isida-bot4.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabber.el.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabbim.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabbin.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabbroid.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabiru.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jajc.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jappix.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/japyt.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jasmine.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jbother.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jeti.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jicq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jimm-aspro.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jimm.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jit.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jmiranda.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jtalk.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jubo.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/juick.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/kadu.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/koolim.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/kopete.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/lampiro.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/leechcraft-azoth.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/libpurple.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mabber.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/magnet.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mail.google.com.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mailruagent.mob.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mailruagent.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mailruagent.sis.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mcabber.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mchat.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/meebo.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/meetro.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mig33.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mip.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/miranda-ng.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/miranda.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/mirandahotcoffee.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/morange.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/movamessenger.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/msnmessenger.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/msnwebmessenger.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/naticq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/nicq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/nimbuzz.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/om.beeonline.ru.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/omnipresence.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/oneteam.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/oneteamiphone.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/osiris.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/ovi-chat.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/palringo.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pandion.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/papla.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/phpicq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pidgin.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pigeon.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pjc_lib.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/psi.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/psiplus.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/psto.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pyaim-t.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pyicq-t.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pymsnt.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/pyvk-t.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qip2010.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qipinfium.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qipmobile.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qippda.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qnext.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qutim.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/qxmpp.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/radio-t.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/rnq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/rq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/rss.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sameplace.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sapo.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sawim ne.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sawim.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/siejc.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sim.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sip-communicator.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/slick.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/smack-api.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/smack.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/smaper.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/spark.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/spectrum.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/sticq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/swift.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/talk.google.com.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/talkgadget.google.com.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/talkonaut.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/telepathy.freedesktop.org.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/tipicim.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/tkabber.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/trillian.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/trillianbasic.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/trillianpro.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/twitter.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/uim.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/unknown.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/vacuum.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/vkontakte.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/vmicq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/wannachat.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/weather.com.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/webicq.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/xeus.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/xfire.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/yabber.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/yahoo.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/yaonline.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/yaonlinej2me.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/yaonlinesymbian.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/yapp.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/away.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/chatty.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/connect.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/dnd.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/offline.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/online.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/perr.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/Likey/xa.svg
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/ask.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/away.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/chat.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/chatty.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/connect.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/dnd.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/file.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/invisible.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/message.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/noauth.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/offline.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/online.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/perr.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/ready2chat.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/system.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/contactlist/oxygen/xa.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Afraid.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Amazed.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Amorous.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Angry.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Annoyed.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Anxious.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Aroused.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Ashamed.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Bored.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Brave.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Calm.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Cautious.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Cold.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Confident.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Confused.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Contemplative.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Contented.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Cranky.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Crazy.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Creative.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Curious.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Dejected.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Depressed.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Disappointed.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Disgusted.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Dismayed.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Distracted.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Embarrassed.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Envious.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Excited.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Flirtatious.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Frustrated.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Grumpy.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Guilty.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Happy.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Hopeful.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Hot.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Humbled.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Humiliated.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Hungry.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Hurt.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Impressed.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/In_awe.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/In_love.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Indignant.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Interested.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Intoxicated.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Invincible.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Jealous.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Lonely.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Lucky.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Mean.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Moody.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Nervous.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Neutral.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Offended.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Outraged.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Playful.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Proud.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Readme.txt
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Relaxed.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Relieved.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Remorseful.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Restless.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Sad.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Sarcastic.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Serious.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Shocked.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Shy.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Sick.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Sleepy.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Spontaneous.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Stressed.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Strong.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Surprised.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Thankful.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Thirsty.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Tired.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Undefined.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Weak.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/moods/default/Worried.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/default_avatar.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/geolocation.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/notification_chat_delivery_ok.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/notification_chat_info.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/notification_chat_receive.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/notification_chat_send.png
%%AZOTH%%%%DATADIR%%/azoth/iconsets/system/default/notification_roster_tune.png
%%AZOTH%%%%DATADIR%%/azoth/lc_azoth_modnok_latexconvert.sh
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Footer.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Header.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Incoming/Action.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Incoming/Content.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Incoming/NextContent.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Incoming/buddy_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing/Action.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing/Content.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing/NextContent.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing/StateError.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing/StateSending.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Outgoing/buddy_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/Status.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/images/action.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/images/important.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/images/internal.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/images/state-error.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/images/state-sending.gif
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clean/Contents/Resources/main.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Footer.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Header.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Incoming/Action.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Incoming/Content.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Incoming/NextContent.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Incoming/buddy_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing/Action.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing/Content.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing/NextContent.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing/StateError.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing/StateSending.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Outgoing/buddy_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Status.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/Variants/No_avatars.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-background.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-inbound-arrow.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-inbound-avatar.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-inbound-background.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-inbound-left.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-inbound-right.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-outbound-arrow.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-outbound-avatar.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-outbound-left.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/body-outbound-right.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/footer-inbound-background.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/footer-inbound-left.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/footer-inbound-right.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/footer-outbound-background.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/footer-outbound-left.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/footer-outbound-right.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/header-inbound-background.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/header-inbound-left.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/header-inbound-right.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/header-outbound-background.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/header-outbound-left.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/header-outbound-right.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/icon-action.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/icon-highlighted.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/icon-internal.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/icon-me.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/icon-time.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/icon-you.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/state-error.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/images/state-sending.gif
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Clear/Contents/Resources/main.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Info.plist
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Footer.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Header.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Incoming/Context.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Incoming/NextContext.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Outgoing/NextContext.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Status.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/Arctic.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/Cosmos.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/Firelight.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/Margarita.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Arctic.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Cosmos.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Firelight.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Margarita.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Standard.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/background.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundArctic.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundBarBlue.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundBarGreen.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundCosmos.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundFirelight.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundHeader.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundMargarita.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundUserImage.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageArctic.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageCosmos.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageFire.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageMarg.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/divider.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/gloss.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/messageShadow.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/images/transGrey.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/incoming_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark Polarized.AdiumMessageStyle/Contents/Resources/main.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Info.plist
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Footer.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Header.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Incoming/Context.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Incoming/NextContext.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Outgoing/NextContext.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Status.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Lava Flow.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Mutation.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Steel.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/Undersea.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Cosmic.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Crimson.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Delaware Punch.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Lava Flow.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Mutation.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Standard.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Steel.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Undersea.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/background.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundBarBlue.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundBarGreen.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundCosmic.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundCrimson.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundDelaware.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundHeader.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundLava.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundMutation.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundSteel.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUndersea.jpg
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImage.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageCosmic.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageCrimson.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageDelaware.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageLava.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageMutation.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageSteel.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageUndersea.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/divider.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/gloss.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/messageShadow.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/images/transGrey.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/incoming_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/GoneDark.AdiumMessageStyle/Contents/Resources/main.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/COPYRIGHT
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Info.plist
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Footer.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Header.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming/Action.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming/Content.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming/Context.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming/NextContent.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming/NextContext.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Incoming/buddy_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/Action.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/Content.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/Context.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/NextContent.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/NextContext.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/StateError.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/StateSending.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Outgoing/buddy_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Status.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Dark-Noback.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Dark.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Dark2-Noback.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Dark2.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Light-Noback.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Light.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Light2-Noback.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/Variants/Light2.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images/background.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images/background2.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images/kopete.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images/state-error.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images/state-sending-white.gif
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/images/state-sending.gif
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/Contents/Resources/main.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Hacker/README
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Footer.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Header.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Incoming/Action.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Incoming/Content.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Incoming/NextContent.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Incoming/buddy_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing/Action.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing/Content.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing/NextContent.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing/StateError.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing/StateSending.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Outgoing/buddy_icon.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Status.html
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Variants/Big_pictures.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Variants/Contact_color.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Variants/_compact_.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/Variants/_compact_Contact_color.css
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/images/action.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/images/important.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/images/state-error.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/images/state-sending.gif
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/images/system.png
%%AZOTH%%%%DATADIR%%/azoth/styles/adium/Kopete/Contents/Resources/main.css
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Basic/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Black/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Black_cup/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Gajim/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Hello-LC/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Lemon Night/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Lime Dawn/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Marine/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Mint/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Plazma/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Rinc/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Rinc_black/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Slim/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/Term/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/another_black/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/black-and-white/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/darkness/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/hacker clone/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/hoar/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/streaky/viewcontents.html
%%AZOTH%%%%DATADIR%%/azoth/styles/standard/well/viewcontents.html
%%AZOTH%%%%DATADIR%%/settings/azothacetamidesettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothautoidlersettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothautopastesettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothbirthdaynotifiersettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothchathistorysettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothherbicidesettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothhilisettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothisteriquesettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothmodnoksettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothmurmsettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothotroidsettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothsettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothshxsettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothvadersettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothwoodpeckersettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothxooxsettings.xml
%%AZOTH%%%%DATADIR%%/settings/azothxtazysettings.xml
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_de.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_fr.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_it.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_acetamide_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_adiumstyles_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_adiumstyles_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autoidler_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autoidler_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autoidler_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autoidler_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autopaste_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autopaste_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autopaste_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_autopaste_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_birthdaynotifier_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_birthdaynotifier_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_chathistory_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_chathistory_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_chathistory_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_chathistory_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_depester_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_depester_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_depester_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_depester_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_herbicide_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_herbicide_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_herbicide_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_herbicide_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_hili_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_hili_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_hili_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_hili_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_isterique_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_isterique_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_isterique_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_juick_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_juick_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_juick_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_lastseen_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_lastseen_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_lastseen_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_lastseen_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_metacontacts_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_metacontacts_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_metacontacts_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_metacontacts_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_modnok_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_modnok_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_modnok_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_modnok_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_mucommands_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_mucommands_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_murm_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_murm_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_nativeemoticons_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_nativeemoticons_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_otroid_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_otroid_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_otroid_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_rosenthal_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_rosenthal_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_rosenthal_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_rosenthal_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_shx_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_shx_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_standardstyles_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_standardstyles_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_tt.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_vader_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_vader_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_vader_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_vader_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_woodpecker_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_woodpecker_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_de.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_fr.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_it.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xoox_uk_UA.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xtazy_en.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xtazy_es.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xtazy_ru_RU.qm
%%AZOTH%%%%DATADIR%%/translations/leechcraft_azoth_xtazy_uk_UA.qm
%%BLASQ%%lib/leechcraft/plugins/libleechcraft_blasq.so
%%BLASQ%%lib/leechcraft/plugins/libleechcraft_blasq_deathnote.so
%%BLASQ%%lib/leechcraft/plugins/libleechcraft_blasq_rappor.so
%%BLASQ%%lib/leechcraft/plugins/libleechcraft_blasq_spegnersi.so
%%BLASQ%%lib/leechcraft/plugins/libleechcraft_blasq_vangog.so
%%BLASQ%%%%DATADIR%%/qml/blasq/PhotoView.qml
%%BLASQ%%%%DATADIR%%/settings/blasqsettings.xml
%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_deathnote_en.qm
%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_deathnote_ru_RU.qm
%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_en.qm
%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_rappor_en.qm
%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_rappor_ru_RU.qm
%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_ru_RU.qm
%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_spegnersi_en.qm
%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_spegnersi_ru_RU.qm
%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_vangog_en.qm
%%BLASQ%%%%DATADIR%%/translations/leechcraft_blasq_vangog_ru_RU.qm
%%BITTORRENT%%lib/leechcraft/plugins/libleechcraft_bittorrent.so
%%BITTORRENT%%share/applications/leechcraft-bittorrent.desktop
%%BITTORRENT%%%%DATADIR%%/settings/torrentsettings.xml
%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_ar.qm
%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_be.qm
%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_de.qm
%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_en.qm
%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_eo.qm
%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_es.qm
%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_fr.qm
%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_it.qm
%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_oc.qm
%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_pl.qm
%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_ru_RU.qm
%%BITTORRENT%%%%DATADIR%%/translations/leechcraft_bittorrent_uk_UA.qm
%%BLOGIQUE%%lib/leechcraft/plugins/libleechcraft_blogique.so
%%BLOGIQUE%%lib/leechcraft/plugins/libleechcraft_blogique_hestia.so
%%BLOGIQUE%%lib/leechcraft/plugins/libleechcraft_blogique_metida.so
%%BLOGIQUE%%%%DATADIR%%/qml/blogique/commentsview.qml
%%BLOGIQUE%%%%DATADIR%%/qml/blogique/completer.qml
%%BLOGIQUE%%%%DATADIR%%/qml/blogique/tagballoonlist.js
%%BLOGIQUE%%%%DATADIR%%/qml/blogique/tagscloud.qml
%%BLOGIQUE%%%%DATADIR%%/qml/blogique/tagscloudlist.js
%%BLOGIQUE%%%%DATADIR%%/qml/blogique/tagwidget.qml
%%BLOGIQUE%%%%DATADIR%%/settings/blogiquehestiasettings.xml
%%BLOGIQUE%%%%DATADIR%%/settings/blogiquemetidasettings.xml
%%BLOGIQUE%%%%DATADIR%%/settings/blogiquesettings.xml
%%BLOGIQUE%%%%DATADIR%%/translations/leechcraft_blogique_en.qm
%%BLOGIQUE%%%%DATADIR%%/translations/leechcraft_blogique_hestia_en.qm
%%BLOGIQUE%%%%DATADIR%%/translations/leechcraft_blogique_hestia_ru_RU.qm
%%BLOGIQUE%%%%DATADIR%%/translations/leechcraft_blogique_metida_en.qm
%%BLOGIQUE%%%%DATADIR%%/translations/leechcraft_blogique_metida_ru_RU.qm
%%BLOGIQUE%%%%DATADIR%%/translations/leechcraft_blogique_ru_RU.qm
%%CERTMGR%%lib/leechcraft/plugins/libleechcraft_certmgr.so
%%CERTMGR%%%%DATADIR%%/settings/certmgrsettings.xml
%%CERTMGR%%%%DATADIR%%/translations/leechcraft_certmgr_en.qm
%%CERTMGR%%%%DATADIR%%/translations/leechcraft_certmgr_ru_RU.qm
%%CPULOAD%%lib/leechcraft/plugins/libleechcraft_cpuload.so
%%CPULOAD%%%%DATADIR%%/qml/cpuload/CpuLoadQuark.qml
%%CPULOAD%%%%DATADIR%%/qml/cpuload/CpuLoadQuark.qml.manifest
%%CPULOAD%%%%DATADIR%%/qml/cpuload/CpuLoadQuark.qml.settings
%%CPULOAD%%%%DATADIR%%/qml/cpuload/Tooltip.qml
%%CSTP%%lib/leechcraft/plugins/libleechcraft_cstp.so
%%CSTP%%%%DATADIR%%/settings/cstpsettings.xml
%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_ar.qm
%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_de.qm
%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_en.qm
%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_eo.qm
%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_es.qm
%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_fr.qm
%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_it.qm
%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_oc.qm
%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_pl.qm
%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_ru_RU.qm
%%CSTP%%%%DATADIR%%/translations/leechcraft_cstp_uk_UA.qm
%%DBUSMANAGER%%lib/leechcraft/plugins/libleechcraft_dbusmanager.so
%%DBUSMANAGER%%%%DATADIR%%/settings/dbusmanagersettings.xml
%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_ar.qm
%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_de.qm
%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_en.qm
%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_eo.qm
%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_es.qm
%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_fr.qm
%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_it.qm
%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_pl.qm
%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_ru_RU.qm
%%DBUSMANAGER%%%%DATADIR%%/translations/leechcraft_dbusmanager_uk_UA.qm
%%DEADLYRICS%%lib/leechcraft/plugins/libleechcraft_deadlyrics.so
%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_ar.qm
%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_de.qm
%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_en.qm
%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_eo.qm
%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_es.qm
%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_fr.qm
%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_it.qm
%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_oc.qm
%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_pl.qm
%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_ru_RU.qm
%%DEADLYRICS%%%%DATADIR%%/translations/leechcraft_deadlyrics_uk_UA.qm
%%DOLOZHEE%%lib/leechcraft/plugins/libleechcraft_dolozhee.so
%%DOLOZHEE%%%%DATADIR%%/translations/leechcraft_dolozhee_en.qm
%%DOLOZHEE%%%%DATADIR%%/translations/leechcraft_dolozhee_ru_RU.qm
%%FENET%%bin/leechcraft-session
%%FENET%%lib/leechcraft/plugins/libleechcraft_fenet.so
%%FENET%%%%DATADIR%%/fenet/compositing/compton.json
%%FENET%%%%DATADIR%%/fenet/wms/awesome.json
%%FENET%%%%DATADIR%%/fenet/wms/awesome.sh
%%FENET%%%%DATADIR%%/fenet/wms/kwin.json
%%FENET%%%%DATADIR%%/fenet/wms/kwin.sh
%%FENET%%%%DATADIR%%/fenet/wms/openbox.json
%%FENET%%%%DATADIR%%/fenet/wms/openbox.sh
%%FENET%%%%DATADIR%%/settings/fenetsettings.xml
%%FENET%%%%DATADIR%%/translations/leechcraft_fenet_en.qm
%%FENET%%%%DATADIR%%/translations/leechcraft_fenet_ru_RU.qm
%%FENET%%share/xsessions/LCDE.desktop
%%GACTS%%lib/leechcraft/plugins/libleechcraft_gacts.so
%%GACTS%%%%DATADIR%%/translations/leechcraft_gacts_en.qm
%%GACTS%%%%DATADIR%%/translations/leechcraft_gacts_ru_RU.qm
%%GLANCE%%lib/leechcraft/plugins/libleechcraft_glance.so
%%GLANCE%%%%DATADIR%%/translations/leechcraft_glance_en.qm
%%GLANCE%%%%DATADIR%%/translations/leechcraft_glance_es.qm
%%GLANCE%%%%DATADIR%%/translations/leechcraft_glance_ru_RU.qm
%%GLANCE%%%%DATADIR%%/translations/leechcraft_glance_tt.qm
%%GLANCE%%%%DATADIR%%/translations/leechcraft_glance_uk_UA.qm
%%GNOTIFI%%lib/leechcraft/plugins/libleechcraft_gmailnotifier.so
%%GNOTIFI%%%%DATADIR%%/qml/gmailnotifier/GMQuark.qml
%%GNOTIFI%%%%DATADIR%%/qml/gmailnotifier/GMQuark.qml.manifest
%%GNOTIFI%%%%DATADIR%%/qml/gmailnotifier/MailListView.qml
%%GNOTIFI%%%%DATADIR%%/qml/gmailnotifier/gmail.svg
%%GNOTIFI%%%%DATADIR%%/settings/gmailnotifiersettings.xml
%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_de.qm
%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_en.qm
%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_es.qm
%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_fr.qm
%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_it.qm
%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_ru_RU.qm
%%GNOTIFI%%%%DATADIR%%/translations/leechcraft_gmailnotifier_uk_UA.qm
%%HARBINGER%%lib/leechcraft/plugins/libleechcraft_harbinger.so
%%HISTORYHOLDER%%lib/leechcraft/plugins/libleechcraft_historyholder.so
%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_ar.qm
%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_de.qm
%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_en.qm
%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_es.qm
%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_fr.qm
%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_it.qm
%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_oc.qm
%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_pl.qm
%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_ru_RU.qm
%%HISTORYHOLDER%%%%DATADIR%%/translations/leechcraft_historyholder_uk_UA.qm
%%HOTSTREAMS%%lib/leechcraft/plugins/libleechcraft_hotstreams.so
%%HOTSTREAMS%%%%DATADIR%%/translations/leechcraft_hotstreams_en.qm
%%HOTSTREAMS%%%%DATADIR%%/translations/leechcraft_hotstreams_ru_RU.qm
%%HTTHARE%%lib/leechcraft/plugins/libleechcraft_htthare.so
%%HTTHARE%%%%DATADIR%%/settings/httharesettings.xml
%%HTTHARE%%%%DATADIR%%/translations/leechcraft_htthare_en.qm
%%HTTHARE%%%%DATADIR%%/translations/leechcraft_htthare_ru_RU.qm
%%IMGASTE%%lib/leechcraft/plugins/libleechcraft_imgaste.so
%%IMGASTE%%%%DATADIR%%/translations/leechcraft_imgaste_en.qm
%%IMGASTE%%%%DATADIR%%/translations/leechcraft_imgaste_ru_RU.qm
%%KBSWITCH%%lib/leechcraft/plugins/libleechcraft_kbswitch.so
%%KBSWITCH%%%%DATADIR%%/qml/kbswitch/IndicatorQuark.qml
%%KBSWITCH%%%%DATADIR%%/qml/kbswitch/IndicatorQuark.qml.manifest
%%KBSWITCH%%%%DATADIR%%/settings/kbswitchsettings.xml
%%KBSWITCH%%%%DATADIR%%/translations/leechcraft_kbswitch_en.qm
%%KBSWITCH%%%%DATADIR%%/translations/leechcraft_kbswitch_ru_RU.qm
%%KINOTIFY%%lib/leechcraft/plugins/libleechcraft_kinotify.so
%%KINOTIFY%%%%DATADIR%%/kinotify/themes/notification/Adaptive/tmp.html
%%KINOTIFY%%%%DATADIR%%/kinotify/themes/notification/Commie/img/back.png
%%KINOTIFY%%%%DATADIR%%/kinotify/themes/notification/Commie/tmp.html
%%KINOTIFY%%%%DATADIR%%/settings/kinotifysettings.xml
%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_ar.qm
%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_de.qm
%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_en.qm
%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_es.qm
%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_fr.qm
%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_it.qm
%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_ru_RU.qm
%%KINOTIFY%%%%DATADIR%%/translations/leechcraft_kinotify_uk_UA.qm
%%KNOWHOW%%lib/leechcraft/plugins/libleechcraft_knowhow.so
%%KNOWHOW%%%%DATADIR%%/knowhow/tips/tips_en.xml
%%KNOWHOW%%%%DATADIR%%/knowhow/tips/tips_ru.xml
%%KNOWHOW%%%%DATADIR%%/settings/knowhowsettings.xml
%%KRIGSTASK%%lib/leechcraft/plugins/libleechcraft_krigstask.so
%%KRIGSTASK%%%%DATADIR%%/qml/krigstask/Pager.qml
%%KRIGSTASK%%%%DATADIR%%/qml/krigstask/TaskbarQuark.qml
%%KRIGSTASK%%%%DATADIR%%/qml/krigstask/TaskbarQuark.qml.manifest
%%KRIGSTASK%%%%DATADIR%%/qml/krigstask/TaskbarQuark.qml.settings
%%KRIGSTASK%%%%DATADIR%%/translations/leechcraft_krigstask_en.qm
%%KRIGSTASK%%%%DATADIR%%/translations/leechcraft_krigstask_ru_RU.qm
%%LACKMAN%%lib/leechcraft/plugins/libleechcraft_lackman.so
%%LACKMAN%%%%DATADIR%%/settings/lackmansettings.xml
%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_de.qm
%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_en.qm
%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_es.qm
%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_fr.qm
%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_it.qm
%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_ru_RU.qm
%%LACKMAN%%%%DATADIR%%/translations/leechcraft_lackman_uk_UA.qm
%%LASTFMSCROBBLE%%lib/leechcraft/plugins/libleechcraft_lastfmscrobble.so
%%LASTFMSCROBBLE%%%%DATADIR%%/settings/lastfmscrobblesettings.xml
%%LASTFMSCROBBLE%%%%DATADIR%%/translations/leechcraft_lastfmscrobble_en.qm
%%LASTFMSCROBBLE%%%%DATADIR%%/translations/leechcraft_lastfmscrobble_ru_RU.qm
%%LAUGHTY%%lib/leechcraft/plugins/libleechcraft_laughty.so
%%LAUGHTY%%%%DATADIR%%/translations/leechcraft_laughty_en.qm
%%LAUGHTY%%%%DATADIR%%/translations/leechcraft_laughty_ru_RU.qm
%%LAUNCHY%%lib/leechcraft/plugins/libleechcraft_launchy.so
%%LAUNCHY%%%%DATADIR%%/qml/launchy/LaunchyQuark.qml
%%LAUNCHY%%%%DATADIR%%/qml/launchy/LaunchyQuark.qml.manifest
%%LAUNCHY%%%%DATADIR%%/translations/leechcraft_launchy_en.qm
%%LAUNCHY%%%%DATADIR%%/translations/leechcraft_launchy_ru_RU.qm
%%LHTR%%lib/leechcraft/plugins/libleechcraft_lhtr.so
%%LHTR%%%%DATADIR%%/settings/lhtrsettings.xml
%%LHTR%%%%DATADIR%%/translations/leechcraft_lhtr_en.qm
%%LHTR%%%%DATADIR%%/translations/leechcraft_lhtr_es.qm
%%LHTR%%%%DATADIR%%/translations/leechcraft_lhtr_ru_RU.qm
%%LHTR%%%%DATADIR%%/translations/leechcraft_lhtr_uk_UA.qm
%%LIZNOO%%lib/leechcraft/plugins/libleechcraft_liznoo.so
%%LIZNOO%%%%DATADIR%%/settings/liznoosettings.xml
%%LIZNOO%%%%DATADIR%%/translations/leechcraft_liznoo_en.qm
%%LIZNOO%%%%DATADIR%%/translations/leechcraft_liznoo_es.qm
%%LIZNOO%%%%DATADIR%%/translations/leechcraft_liznoo_ru_RU.qm
%%LIZNOO%%%%DATADIR%%/translations/leechcraft_liznoo_uk_UA.qm
%%LMP%%include/leechcraft/interfaces/lmp/collectiontypes.h
%%LMP%%include/leechcraft/interfaces/lmp/icloudstorageplugin.h
%%LMP%%include/leechcraft/interfaces/lmp/icollectionmodel.h
%%LMP%%include/leechcraft/interfaces/lmp/ifilterconfigurator.h
%%LMP%%include/leechcraft/interfaces/lmp/ifilterelement.h
%%LMP%%include/leechcraft/interfaces/lmp/ifilterplugin.h
%%LMP%%include/leechcraft/interfaces/lmp/ilmpguiproxy.h
%%LMP%%include/leechcraft/interfaces/lmp/ilmpplugin.h
%%LMP%%include/leechcraft/interfaces/lmp/ilmpproxy.h
%%LMP%%include/leechcraft/interfaces/lmp/ilmputilproxy.h
%%LMP%%include/leechcraft/interfaces/lmp/ilocalcollection.h
%%LMP%%include/leechcraft/interfaces/lmp/ipath.h
%%LMP%%include/leechcraft/interfaces/lmp/iplaylistprovider.h
%%LMP%%include/leechcraft/interfaces/lmp/isourceobject.h
%%LMP%%include/leechcraft/interfaces/lmp/isyncplugin.h
%%LMP%%include/leechcraft/interfaces/lmp/itagresolver.h
%%LMP%%include/leechcraft/interfaces/lmp/iunmountablesync.h
%%LMP%%include/leechcraft/interfaces/lmp/mediainfo.h
%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp.so
%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp_brainslugz.so
%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp_dumbsync.so
%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp_fradj.so
%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp_graffiti.so
%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp_httstream.so
%%LMP%%lib/leechcraft/plugins/libleechcraft_lmp_mp3tunes.so
%%LMP%%share/applications/leechcraft-lmp.desktop
%%LMP%%%%DATADIR%%/qml/lmp/ArtistBrowserView.qml
%%LMP%%%%DATADIR%%/qml/lmp/BioView.qml
%%LMP%%%%DATADIR%%/qml/lmp/BrowseButton.qml
%%LMP%%%%DATADIR%%/qml/lmp/EventsView.qml
%%LMP%%%%DATADIR%%/qml/lmp/HypesView.qml
%%LMP%%%%DATADIR%%/qml/lmp/PreviewAudioButton.qml
%%LMP%%%%DATADIR%%/qml/lmp/ReleasesView.qml
%%LMP%%%%DATADIR%%/qml/lmp/SimilarView.qml
%%LMP%%%%DATADIR%%/qml/lmp/StdArtistActions.qml
%%LMP%%%%DATADIR%%/qml/lmp/TextButton.qml
%%LMP%%%%DATADIR%%/qml/lmp/TrackListContainer.qml
%%LMP%%%%DATADIR%%/qml/lmp/brainslugz/CheckView.qml
%%LMP%%%%DATADIR%%/settings/lmpdumbsyncsettings.xml
%%LMP%%%%DATADIR%%/settings/lmpfilterrgsettings.xml
%%LMP%%%%DATADIR%%/settings/lmphttstreamfiltersettings.xml
%%LMP%%%%DATADIR%%/settings/lmpmp3tunessettings.xml
%%LMP%%%%DATADIR%%/settings/lmpsettings.xml
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_brainslugz_en.qm
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_brainslugz_ru_RU.qm
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_dumbsync_en.qm
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_dumbsync_ru_RU.qm
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_en.qm
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_es.qm
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_fradj_en.qm
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_fradj_ru_RU.qm
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_graffiti_en.qm
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_graffiti_ru_RU.qm
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_httstream_en.qm
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_httstream_ru_RU.qm
%%LMP%%%%DATADIR%%/translations/leechcraft_lmp_ru_RU.qm
%%MELLONETRAY%%lib/leechcraft/plugins/libleechcraft_mellonetray.so
%%MELLONETRAY%%%%DATADIR%%/qml/mellonetray/TrayQuark.qml
%%MELLONETRAY%%%%DATADIR%%/qml/mellonetray/TrayQuark.qml.manifest
%%MELLONETRAY%%%%DATADIR%%/translations/leechcraft_mellonetray_en.qm
%%MELLONETRAY%%%%DATADIR%%/translations/leechcraft_mellonetray_ru_RU.qm
%%MUSICZOMBIE%%lib/leechcraft/plugins/libleechcraft_musiczombie.so
%%MUSICZOMBIE%%%%DATADIR%%/translations/leechcraft_musiczombie_en.qm
%%MUSICZOMBIE%%%%DATADIR%%/translations/leechcraft_musiczombie_ru_RU.qm
%%NACHEKU%%lib/leechcraft/plugins/libleechcraft_nacheku.so
%%NACHEKU%%%%DATADIR%%/settings/nachekusettings.xml
%%NACHEKU%%%%DATADIR%%/translations/leechcraft_nacheku_en.qm
%%NACHEKU%%%%DATADIR%%/translations/leechcraft_nacheku_ru_RU.qm
%%NETSTOREMANAGER%%lib/leechcraft/plugins/libleechcraft_netstoremanager.so
%%NETSTOREMANAGER%%lib/leechcraft/plugins/libleechcraft_netstoremanager_dbox.so
%%NETSTOREMANAGER%%lib/leechcraft/plugins/libleechcraft_netstoremanager_googledrive.so
%%NETSTOREMANAGER%%%%DATADIR%%/settings/netstoremanagersettings.xml
%%NETSTOREMANAGER%%%%DATADIR%%/settings/nsmdropboxsettings.xml
%%NETSTOREMANAGER%%%%DATADIR%%/settings/nsmgoogledrivesettings.xml
%%NETSTOREMANAGER%%%%DATADIR%%/translations/leechcraft_netstoremanager_en.qm
%%NETSTOREMANAGER%%%%DATADIR%%/translations/leechcraft_netstoremanager_es.qm
%%NETSTOREMANAGER%%%%DATADIR%%/translations/leechcraft_netstoremanager_googledrive_en.qm
%%NETSTOREMANAGER%%%%DATADIR%%/translations/leechcraft_netstoremanager_googledrive_ru_RU.qm
%%NETSTOREMANAGER%%%%DATADIR%%/translations/leechcraft_netstoremanager_ru_RU.qm
%%NETSTOREMANAGER%%%%DATADIR%%/translations/leechcraft_netstoremanager_uk_UA.qm
%%NETWORKMONITOR%%lib/leechcraft/plugins/libleechcraft_networkmonitor.so
%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_ar.qm
%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_de.qm
%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_en.qm
%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_eo.qm
%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_es.qm
%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_fr.qm
%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_it.qm
%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_pl.qm
%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_ru_RU.qm
%%NETWORKMONITOR%%%%DATADIR%%/translations/leechcraft_networkmonitor_uk_UA.qm
%%NEWLIFE%%lib/leechcraft/plugins/libleechcraft_newlife.so
%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_ar.qm
%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_be.qm
%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_de.qm
%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_en.qm
%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_fr.qm
%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_it.qm
%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_pl.qm
%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_ru_RU.qm
%%NEWLIFE%%%%DATADIR%%/translations/leechcraft_newlife_uk_UA.qm
%%OORONEE%%lib/leechcraft/plugins/libleechcraft_ooronee.so
%%OORONEE%%%%DATADIR%%/qml/ooronee/OoroneeQuark.qml
%%OORONEE%%%%DATADIR%%/qml/ooronee/OoroneeQuark.qml.manifest
%%OORONEE%%%%DATADIR%%/settings/ooroneesettings.xml
%%PINTAB%%lib/leechcraft/plugins/libleechcraft_pintab.so
%%PINTAB%%%%DATADIR%%/translations/leechcraft_pintab_en.qm
%%PINTAB%%%%DATADIR%%/translations/leechcraft_pintab_ru_RU.qm
%%POGOOGLUE%%lib/leechcraft/plugins/libleechcraft_pogooglue.so
%%POGOOGLUE%%%%DATADIR%%/translations/leechcraft_pogooglue_en.qm
%%POGOOGLUE%%%%DATADIR%%/translations/leechcraft_pogooglue_ru_RU.qm
%%POGOOGLUE%%%%DATADIR%%/translations/leechcraft_pogooglue_uk_UA.qm
%%POLEEMERY%%lib/leechcraft/plugins/libleechcraft_poleemery.so
%%POLEEMERY%%%%DATADIR%%/settings/poleemerysettings.xml
%%POLEEMERY%%%%DATADIR%%/translations/leechcraft_poleemery_en.qm
%%POLEEMERY%%%%DATADIR%%/translations/leechcraft_poleemery_ru_RU.qm
%%POPISHU%%lib/leechcraft/plugins/libleechcraft_popishu.so
%%POPISHU%%%%DATADIR%%/settings/popishusettings.xml
%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_de.qm
%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_en.qm
%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_es.qm
%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_fr.qm
%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_it.qm
%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_ru_RU.qm
%%POPISHU%%%%DATADIR%%/translations/leechcraft_popishu_uk_UA.qm
%%POSHUKU%%include/leechcraft/interfaces/poshuku/config.h
%%POSHUKU%%include/leechcraft/interfaces/poshuku/iaddressbar.h
%%POSHUKU%%include/leechcraft/interfaces/poshuku/ibrowserwidget.h
%%POSHUKU%%include/leechcraft/interfaces/poshuku/iflashoverrider.h
%%POSHUKU%%include/leechcraft/interfaces/poshuku/iproxyobject.h
%%POSHUKU%%include/leechcraft/interfaces/poshuku/istoragebackend.h
%%POSHUKU%%include/leechcraft/interfaces/poshuku/iurlcompletionmodel.h
%%POSHUKU%%include/leechcraft/interfaces/poshuku/iwebplugin.h
%%POSHUKU%%include/leechcraft/interfaces/poshuku/poshukutypes.h
%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku.so
%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_autosearch.so
%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_cleanweb.so
%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_dcac.so
%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_fatape.so
%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_filescheme.so
%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_fua.so
%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_keywords.so
%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_onlinebookmarks.so
%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_onlinebookmarks_delicious.so
%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_onlinebookmarks_readitlater.so
%%POSHUKU%%lib/leechcraft/plugins/libleechcraft_poshuku_speeddial.so
%%POSHUKU%%%%DATADIR%%/installed/poshuku/LeechCraft.Poshuku
%%POSHUKU%%%%DATADIR%%/settings/poshukucleanwebsettings.xml
%%POSHUKU%%%%DATADIR%%/settings/poshukudcacsettings.xml
%%POSHUKU%%%%DATADIR%%/settings/poshukufatapesettings.xml
%%POSHUKU%%%%DATADIR%%/settings/poshukufuasettings.xml
%%POSHUKU%%%%DATADIR%%/settings/poshukukeywordssettings.xml
%%POSHUKU%%%%DATADIR%%/settings/poshukuonlinebookmarkssettings.xml
%%POSHUKU%%%%DATADIR%%/settings/poshukusettings.xml
%%POSHUKU%%%%DATADIR%%/settings/poshukuspeeddialsettings.xml
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_ar.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_autosearch_en.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_autosearch_ru_RU.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_be.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_ar.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_de.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_en.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_eo.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_es.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_fr.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_it.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_pl.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_ru_RU.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_cleanweb_uk_UA.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_dcac_en.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_dcac_ru_RU.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_de.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_en.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_eo.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_es.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fatape_en.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fatape_it.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fatape_ru_RU.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fatape_uk_UA.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_ar.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_de.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_en.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_eo.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_es.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_fr.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_it.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_pl.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_ru_RU.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_filescheme_uk_UA.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fr.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_ar.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_de.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_en.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_eo.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_es.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_fr.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_it.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_pl.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_ru_RU.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_fua_uk_UA.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_it.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_keywords_en.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_keywords_ru_RU.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_de.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_delicious_en.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_delicious_ru_RU.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_delicious_uk_UA.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_en.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_fr.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_it.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_readitlater_en.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_readitlater_ru_RU.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_readitlater_uk_UA.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_ru_RU.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_onlinebookmarks_uk_UA.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_pl.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_ru_RU.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_speeddial_en.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_speeddial_ru_RU.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_tt.qm
%%POSHUKU%%%%DATADIR%%/translations/leechcraft_poshuku_uk_UA.qm
%%QROSP%%lib/leechcraft/plugins/libleechcraft_qrosp.so
%%ROSENTHAL%%lib/leechcraft/plugins/libleechcraft_rosenthal.so
%%ROSENTHAL%%%%DATADIR%%/settings/rosenthalsettings.xml
%%ROSENTHAL%%%%DATADIR%%/translations/leechcraft_rosenthal_en.qm
%%ROSENTHAL%%%%DATADIR%%/translations/leechcraft_rosenthal_ru_RU.qm
%%SB2%%lib/leechcraft/plugins/libleechcraft_sb2.so
%%SB2%%%%DATADIR%%/qml/sb2/DockComponent.qml
%%SB2%%%%DATADIR%%/qml/sb2/DockComponent.qml.manifest
%%SB2%%%%DATADIR%%/qml/sb2/LCMenuComponent.qml
%%SB2%%%%DATADIR%%/qml/sb2/LCMenuComponent.qml.manifest
%%SB2%%%%DATADIR%%/qml/sb2/LauncherComponent.qml
%%SB2%%%%DATADIR%%/qml/sb2/LauncherComponent.qml.manifest
%%SB2%%%%DATADIR%%/qml/sb2/LauncherComponent.qml.settings
%%SB2%%%%DATADIR%%/qml/sb2/QuarkOrderView.qml
%%SB2%%%%DATADIR%%/qml/sb2/SideView.qml
%%SB2%%%%DATADIR%%/qml/sb2/TabListView.qml
%%SB2%%%%DATADIR%%/qml/sb2/TrayComponent.qml
%%SB2%%%%DATADIR%%/qml/sb2/TrayComponent.qml.manifest
%%SB2%%%%DATADIR%%/settings/sb2panelsettings.xml
%%SB2%%%%DATADIR%%/translations/leechcraft_sb2_en.qm
%%SB2%%%%DATADIR%%/translations/leechcraft_sb2_ru_RU.qm
%%SCROBLIBRE%%lib/leechcraft/plugins/libleechcraft_scroblibre.so
%%SCROBLIBRE%%%%DATADIR%%/settings/scroblibresettings.xml
%%SCROBLIBRE%%%%DATADIR%%/translations/leechcraft_scroblibre_en.qm
%%SCROBLIBRE%%%%DATADIR%%/translations/leechcraft_scroblibre_ru_RU.qm
%%SECMAN%%include/leechcraft/interfaces/secman/istorageplugin.h
%%SECMAN%%lib/leechcraft/plugins/libleechcraft_secman.so
%%SECMAN%%lib/leechcraft/plugins/libleechcraft_secman_simplestorage.so
%%SECMAN%%%%DATADIR%%/translations/leechcraft_secman_en.qm
%%SECMAN%%%%DATADIR%%/translations/leechcraft_secman_ru_RU.qm
%%SEEKTHRU%%lib/leechcraft/plugins/libleechcraft_seekthru.so
%%SEEKTHRU%%%%DATADIR%%/settings/seekthrusettings.xml
%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_ar.qm
%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_be.qm
%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_de.qm
%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_en.qm
%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_eo.qm
%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_es.qm
%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_fr.qm
%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_pl.qm
%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_ru_RU.qm
%%SEEKTHRU%%%%DATADIR%%/translations/leechcraft_seekthru_uk_UA.qm
%%SUMMARY%%lib/leechcraft/plugins/libleechcraft_summary.so
%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_ar.qm
%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_be.qm
%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_de.qm
%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_en.qm
%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_es.qm
%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_fr.qm
%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_it.qm
%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_ru_RU.qm
%%SUMMARY%%%%DATADIR%%/translations/leechcraft_summary_uk_UA.qm
%%SYSNOTIFY%%lib/leechcraft/plugins/libleechcraft_sysnotify.so
%%SYSNOTIFY%%%%DATADIR%%/translations/leechcraft_sysnotify_en.qm
%%SYSNOTIFY%%%%DATADIR%%/translations/leechcraft_sysnotify_ru_RU.qm
%%TABSESSMANAGER%%lib/leechcraft/plugins/libleechcraft_tabsessmanager.so
%%TABSESSMANAGER%%%%DATADIR%%/translations/leechcraft_tabsessmanager_en.qm
%%TABSESSMANAGER%%%%DATADIR%%/translations/leechcraft_tabsessmanager_ru_RU.qm
%%TABSLIST%%lib/leechcraft/plugins/libleechcraft_tabslist.so
%%TABSLIST%%%%DATADIR%%/translations/leechcraft_tabslist_en.qm
%%TABSLIST%%%%DATADIR%%/translations/leechcraft_tabslist_ru_RU.qm
%%TABSLIST%%%%DATADIR%%/translations/leechcraft_tabslist_uk_UA.qm
%%TEXTOGROOSE%%lib/leechcraft/plugins/libleechcraft_textogroose.so
%%TOUCHSTREAMS%%lib/leechcraft/plugins/libleechcraft_touchstreams.so
%%TOUCHSTREAMS%%%%DATADIR%%/settings/touchstreamssettings.xml
%%TOUCHSTREAMS%%%%DATADIR%%/translations/leechcraft_touchstreams_en.qm
%%TOUCHSTREAMS%%%%DATADIR%%/translations/leechcraft_touchstreams_ru_RU.qm
%%TPI%%lib/leechcraft/plugins/libleechcraft_tpi.so
%%TPI%%%%DATADIR%%/qml/tpi/TPIQuark.qml
%%TPI%%%%DATADIR%%/qml/tpi/TPIQuark.qml.manifest
%%TPI%%%%DATADIR%%/qml/tpi/Tooltip.qml
%%VGRABBER%%lib/leechcraft/plugins/libleechcraft_vgrabber.so
%%VGRABBER%%%%DATADIR%%/settings/vgrabbersettings.xml
%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_ar.qm
%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_de.qm
%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_en.qm
%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_fr.qm
%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_it.qm
%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_oc.qm
%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_pl.qm
%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_ru_RU.qm
%%VGRABBER%%%%DATADIR%%/translations/leechcraft_vgrabber_uk_UA.qm
%%VROOBY%%lib/leechcraft/plugins/libleechcraft_vrooby.so
%%VROOBY%%%%DATADIR%%/translations/leechcraft_vrooby_en.qm
%%VROOBY%%%%DATADIR%%/translations/leechcraft_vrooby_ru_RU.qm
%%VTYULC%%lib/leechcraft/plugins/libleechcraft_vtyulc.so
%%VTYULC%%%%DATADIR%%/settings/vtyulcsettings.xml
%%VTYULC%%%%DATADIR%%/translations/leechcraft_vtyulc_en.qm
%%VTYULC%%%%DATADIR%%/translations/leechcraft_vtyulc_ru_RU.qm
%%XPROXY%%lib/leechcraft/plugins/libleechcraft_xproxy.so
%%XPROXY%%%%DATADIR%%/settings/xproxysettings.xml
%%XPROXY%%%%DATADIR%%/translations/leechcraft_xproxy_en.qm
%%XPROXY%%%%DATADIR%%/translations/leechcraft_xproxy_ru_RU.qm
%%XTAZY%%lib/leechcraft/plugins/libleechcraft_xtazy.so
%%XTAZY%%%%DATADIR%%/settings/xtazysettings.xml
%%XTAZY%%%%DATADIR%%/translations/leechcraft_xtazy_en.qm
%%XTAZY%%%%DATADIR%%/translations/leechcraft_xtazy_ru_RU.qm