aboutsummaryrefslogtreecommitdiff
path: root/irc/quassel/pkg-plist
blob: 31e9098b747f1e31b1e3753a32d0443b20672f5c (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
%%MONO%%bin/quassel
%%CLIENT%%bin/quasselclient
%%GUI%%lib/libquassel-client.so
%%GUI%%lib/libquassel-client.so.%%LIBVERSION%%
lib/libquassel-common.so
lib/libquassel-common.so.%%LIBVERSION%%
%%MONO%%lib/libquassel-core.so
%%MONO%%lib/libquassel-core.so.%%LIBVERSION%%
%%GUI%%lib/libquassel-qtui.so
%%GUI%%lib/libquassel-qtui.so.%%LIBVERSION%%
%%GUI%%lib/libquassel-uisupport.so
%%GUI%%lib/libquassel-uisupport.so.%%LIBVERSION%%
%%MONO%%share/applications/quassel.desktop
%%CLIENT%%share/applications/quasselclient.desktop
%%DATADIR%%/icons/breeze-dark/AUTHORS
%%DATADIR%%/icons/breeze-dark/COPYING-ICONS
%%DATADIR%%/icons/breeze-dark/LICENSE
%%DATADIR%%/icons/breeze-dark/actions/16/application-exit.svg
%%DATADIR%%/icons/breeze-dark/actions/16/configure-shortcuts.svg
%%DATADIR%%/icons/breeze-dark/actions/16/configure.svg
%%DATADIR%%/icons/breeze-dark/actions/16/dialog-cancel.svg
%%DATADIR%%/icons/breeze-dark/actions/16/dialog-close.svg
%%DATADIR%%/icons/breeze-dark/actions/16/document-edit.svg
%%DATADIR%%/icons/breeze-dark/actions/16/document-encrypt.svg
%%DATADIR%%/icons/breeze-dark/actions/16/document-open.svg
%%DATADIR%%/icons/breeze-dark/actions/16/download.svg
%%DATADIR%%/icons/breeze-dark/actions/16/edit-clear-locationbar-ltr.svg
%%DATADIR%%/icons/breeze-dark/actions/16/edit-clear-locationbar-rtl.svg
%%DATADIR%%/icons/breeze-dark/actions/16/edit-clear.svg
%%DATADIR%%/icons/breeze-dark/actions/16/edit-copy.svg
%%DATADIR%%/icons/breeze-dark/actions/16/edit-delete.svg
%%DATADIR%%/icons/breeze-dark/actions/16/edit-find.svg
%%DATADIR%%/icons/breeze-dark/actions/16/edit-rename.svg
%%DATADIR%%/icons/breeze-dark/actions/16/flag-blue.svg
%%DATADIR%%/icons/breeze-dark/actions/16/format-fill-color.svg
%%DATADIR%%/icons/breeze-dark/actions/16/format-list-unordered.svg
%%DATADIR%%/icons/breeze-dark/actions/16/format-text-bold.svg
%%DATADIR%%/icons/breeze-dark/actions/16/format-text-color.svg
%%DATADIR%%/icons/breeze-dark/actions/16/format-text-italic.svg
%%DATADIR%%/icons/breeze-dark/actions/16/format-text-strikethrough.svg
%%DATADIR%%/icons/breeze-dark/actions/16/format-text-underline.svg
%%DATADIR%%/icons/breeze-dark/actions/16/go-down.svg
%%DATADIR%%/icons/breeze-dark/actions/16/go-next-view.svg
%%DATADIR%%/icons/breeze-dark/actions/16/go-next.svg
%%DATADIR%%/icons/breeze-dark/actions/16/go-previous-view.svg
%%DATADIR%%/icons/breeze-dark/actions/16/go-previous.svg
%%DATADIR%%/icons/breeze-dark/actions/16/go-up.svg
%%DATADIR%%/icons/breeze-dark/actions/16/help-about.svg
%%DATADIR%%/icons/breeze-dark/actions/16/im-ban-kick-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16/im-ban-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16/im-kick-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16/im-user-away.svg
%%DATADIR%%/icons/breeze-dark/actions/16/im-user-offline.svg
%%DATADIR%%/icons/breeze-dark/actions/16/im-user-online.svg
%%DATADIR%%/icons/breeze-dark/actions/16/im-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16/irc-channel-active.svg
%%DATADIR%%/icons/breeze-dark/actions/16/irc-channel-inactive.svg
%%DATADIR%%/icons/breeze-dark/actions/16/irc-close-channel.svg
%%DATADIR%%/icons/breeze-dark/actions/16/irc-join-channel.svg
%%DATADIR%%/icons/breeze-dark/actions/16/list-add-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16/list-add.svg
%%DATADIR%%/icons/breeze-dark/actions/16/list-remove-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16/mail-message-new.svg
%%DATADIR%%/icons/breeze-dark/actions/16/media-playback-start.svg
%%DATADIR%%/icons/breeze-dark/actions/16/network-connect.svg
%%DATADIR%%/icons/breeze-dark/actions/16/network-disconnect.svg
%%DATADIR%%/icons/breeze-dark/actions/16/show-menu.svg
%%DATADIR%%/icons/breeze-dark/actions/16/tools-report-bug.svg
%%DATADIR%%/icons/breeze-dark/actions/16/view-fullscreen.svg
%%DATADIR%%/icons/breeze-dark/actions/16/view-refresh.svg
%%DATADIR%%/icons/breeze-dark/actions/16/zoom-in.svg
%%DATADIR%%/icons/breeze-dark/actions/16/zoom-original.svg
%%DATADIR%%/icons/breeze-dark/actions/16/zoom-out.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/application-exit.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/configure-shortcuts.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/configure.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/dialog-cancel.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/dialog-close.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/document-edit.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/document-encrypt.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/document-open.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/download.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-clear-locationbar-ltr.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-clear-locationbar-rtl.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-clear.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-copy.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-delete.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-find.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/edit-rename.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/flag-blue.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-fill-color.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-list-unordered.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-text-bold.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-text-color.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-text-italic.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-text-strikethrough.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/format-text-underline.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/go-down.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/go-next-view.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/go-next.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/go-previous-view.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/go-previous.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/go-up.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/help-about.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-ban-kick-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-ban-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-kick-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-user-away.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-user-offline.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-user-online.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/im-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/irc-channel-active.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/irc-channel-inactive.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/irc-close-channel.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/irc-join-channel.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/list-add-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/list-add.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/list-remove-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/mail-message-new.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/media-playback-start.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/network-connect.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/network-disconnect.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/show-menu.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/tools-report-bug.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/view-fullscreen.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/view-refresh.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/zoom-in.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/zoom-original.svg
%%DATADIR%%/icons/breeze-dark/actions/16@2x/zoom-out.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/application-exit.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/configure-shortcuts.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/configure.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/dialog-cancel.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/dialog-close.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/document-edit.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/document-encrypt.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/document-open.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/download.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-clear-locationbar-ltr.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-clear-locationbar-rtl.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-clear.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-copy.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-delete.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-find.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/edit-rename.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/flag-blue.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-fill-color.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-list-unordered.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-text-bold.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-text-color.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-text-italic.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-text-strikethrough.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/format-text-underline.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/go-down.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/go-next-view.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/go-next.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/go-previous-view.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/go-previous.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/go-up.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/help-about.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-ban-kick-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-ban-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-kick-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-user-away.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-user-offline.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-user-online.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/im-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/irc-channel-active.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/irc-channel-inactive.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/irc-close-channel.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/irc-join-channel.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/list-add-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/list-add.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/list-remove-user.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/mail-message-new.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/media-playback-start.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/network-connect.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/network-disconnect.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/show-menu.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/tools-report-bug.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/view-fullscreen.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/view-refresh.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/zoom-in.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/zoom-original.svg
%%DATADIR%%/icons/breeze-dark/actions/16@3x/zoom-out.svg
%%DATADIR%%/icons/breeze-dark/actions/22/application-exit.svg
%%DATADIR%%/icons/breeze-dark/actions/22/configure-shortcuts.svg
%%DATADIR%%/icons/breeze-dark/actions/22/configure.svg
%%DATADIR%%/icons/breeze-dark/actions/22/dialog-cancel.svg
%%DATADIR%%/icons/breeze-dark/actions/22/dialog-close.svg
%%DATADIR%%/icons/breeze-dark/actions/22/document-edit.svg
%%DATADIR%%/icons/breeze-dark/actions/22/document-encrypt.svg
%%DATADIR%%/icons/breeze-dark/actions/22/document-open.svg
%%DATADIR%%/icons/breeze-dark/actions/22/download.svg
%%DATADIR%%/icons/breeze-dark/actions/22/edit-clear-locationbar-ltr.svg
%%DATADIR%%/icons/breeze-dark/actions/22/edit-clear-locationbar-rtl.svg
%%DATADIR%%/icons/breeze-dark/actions/22/edit-clear.svg
%%DATADIR%%/icons/breeze-dark/actions/22/edit-copy.svg
%%DATADIR%%/icons/breeze-dark/actions/22/edit-delete.svg
%%DATADIR%%/icons/breeze-dark/actions/22/edit-find.svg
%%DATADIR%%/icons/breeze-dark/actions/22/edit-rename.svg
%%DATADIR%%/icons/breeze-dark/actions/22/flag-blue.svg
%%DATADIR%%/icons/breeze-dark/actions/22/format-fill-color.svg
%%DATADIR%%/icons/breeze-dark/actions/22/format-list-unordered.svg
%%DATADIR%%/icons/breeze-dark/actions/22/format-text-bold.svg
%%DATADIR%%/icons/breeze-dark/actions/22/format-text-color.svg
%%DATADIR%%/icons/breeze-dark/actions/22/format-text-italic.svg
%%DATADIR%%/icons/breeze-dark/actions/22/format-text-strikethrough.svg
%%DATADIR%%/icons/breeze-dark/actions/22/format-text-underline.svg
%%DATADIR%%/icons/breeze-dark/actions/22/go-down.svg
%%DATADIR%%/icons/breeze-dark/actions/22/go-next-view.svg
%%DATADIR%%/icons/breeze-dark/actions/22/go-next.svg
%%DATADIR%%/icons/breeze-dark/actions/22/go-previous-view.svg
%%DATADIR%%/icons/breeze-dark/actions/22/go-previous.svg
%%DATADIR%%/icons/breeze-dark/actions/22/go-up.svg
%%DATADIR%%/icons/breeze-dark/actions/22/help-about.svg
%%DATADIR%%/icons/breeze-dark/actions/22/im-ban-kick-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22/im-ban-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22/im-kick-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22/im-user-away.svg
%%DATADIR%%/icons/breeze-dark/actions/22/im-user-offline.svg
%%DATADIR%%/icons/breeze-dark/actions/22/im-user-online.svg
%%DATADIR%%/icons/breeze-dark/actions/22/im-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22/irc-channel-active.svg
%%DATADIR%%/icons/breeze-dark/actions/22/irc-channel-inactive.svg
%%DATADIR%%/icons/breeze-dark/actions/22/irc-close-channel.svg
%%DATADIR%%/icons/breeze-dark/actions/22/irc-join-channel.svg
%%DATADIR%%/icons/breeze-dark/actions/22/irc-operator.svg
%%DATADIR%%/icons/breeze-dark/actions/22/irc-remove-operator.svg
%%DATADIR%%/icons/breeze-dark/actions/22/irc-unvoice.svg
%%DATADIR%%/icons/breeze-dark/actions/22/irc-voice.svg
%%DATADIR%%/icons/breeze-dark/actions/22/list-add-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22/list-add.svg
%%DATADIR%%/icons/breeze-dark/actions/22/list-remove-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22/mail-message-new.svg
%%DATADIR%%/icons/breeze-dark/actions/22/media-playback-start.svg
%%DATADIR%%/icons/breeze-dark/actions/22/network-connect.svg
%%DATADIR%%/icons/breeze-dark/actions/22/network-disconnect.svg
%%DATADIR%%/icons/breeze-dark/actions/22/show-menu.svg
%%DATADIR%%/icons/breeze-dark/actions/22/tools-report-bug.svg
%%DATADIR%%/icons/breeze-dark/actions/22/view-fullscreen.svg
%%DATADIR%%/icons/breeze-dark/actions/22/view-refresh.svg
%%DATADIR%%/icons/breeze-dark/actions/22/zoom-in.svg
%%DATADIR%%/icons/breeze-dark/actions/22/zoom-original.svg
%%DATADIR%%/icons/breeze-dark/actions/22/zoom-out.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/application-exit.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/configure-shortcuts.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/configure.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/dialog-cancel.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/dialog-close.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/document-edit.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/document-encrypt.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/document-open.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/download.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-clear-locationbar-ltr.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-clear-locationbar-rtl.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-clear.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-copy.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-delete.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-find.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/edit-rename.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/flag-blue.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-fill-color.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-list-unordered.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-text-bold.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-text-color.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-text-italic.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-text-strikethrough.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/format-text-underline.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/go-down.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/go-next-view.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/go-next.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/go-previous-view.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/go-previous.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/go-up.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/help-about.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-ban-kick-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-ban-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-kick-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-user-away.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-user-offline.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-user-online.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/im-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-channel-active.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-channel-inactive.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-close-channel.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-join-channel.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-operator.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-remove-operator.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-unvoice.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/irc-voice.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/list-add-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/list-add.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/list-remove-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/mail-message-new.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/media-playback-start.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/network-connect.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/network-disconnect.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/show-menu.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/tools-report-bug.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/view-fullscreen.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/view-refresh.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/zoom-in.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/zoom-original.svg
%%DATADIR%%/icons/breeze-dark/actions/22@2x/zoom-out.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/application-exit.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/configure-shortcuts.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/configure.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/dialog-cancel.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/dialog-close.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/document-edit.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/document-encrypt.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/document-open.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/download.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-clear-locationbar-ltr.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-clear-locationbar-rtl.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-clear.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-copy.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-delete.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-find.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/edit-rename.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/flag-blue.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-fill-color.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-list-unordered.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-text-bold.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-text-color.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-text-italic.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-text-strikethrough.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/format-text-underline.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/go-down.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/go-next-view.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/go-next.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/go-previous-view.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/go-previous.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/go-up.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/help-about.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-ban-kick-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-ban-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-kick-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-user-away.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-user-offline.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-user-online.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/im-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-channel-active.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-channel-inactive.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-close-channel.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-join-channel.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-operator.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-remove-operator.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-unvoice.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/irc-voice.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/list-add-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/list-add.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/list-remove-user.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/mail-message-new.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/media-playback-start.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/network-connect.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/network-disconnect.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/show-menu.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/tools-report-bug.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/view-fullscreen.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/view-refresh.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/zoom-in.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/zoom-original.svg
%%DATADIR%%/icons/breeze-dark/actions/22@3x/zoom-out.svg
%%DATADIR%%/icons/breeze-dark/actions/24/connect-quassel.svg
%%DATADIR%%/icons/breeze-dark/actions/24/disconnect-quassel.svg
%%DATADIR%%/icons/breeze-dark/actions/32/application-exit.svg
%%DATADIR%%/icons/breeze-dark/actions/32/configure-shortcuts.svg
%%DATADIR%%/icons/breeze-dark/actions/32/configure.svg
%%DATADIR%%/icons/breeze-dark/actions/32/connect-quassel.svg
%%DATADIR%%/icons/breeze-dark/actions/32/dialog-cancel.svg
%%DATADIR%%/icons/breeze-dark/actions/32/disconnect-quassel.svg
%%DATADIR%%/icons/breeze-dark/actions/32/document-edit.svg
%%DATADIR%%/icons/breeze-dark/actions/32/document-open.svg
%%DATADIR%%/icons/breeze-dark/actions/32/edit-delete.svg
%%DATADIR%%/icons/breeze-dark/actions/32/go-down.svg
%%DATADIR%%/icons/breeze-dark/actions/32/go-next.svg
%%DATADIR%%/icons/breeze-dark/actions/32/go-previous.svg
%%DATADIR%%/icons/breeze-dark/actions/32/go-up.svg
%%DATADIR%%/icons/breeze-dark/actions/32/help-about.svg
%%DATADIR%%/icons/breeze-dark/actions/32/mail-message-new.svg
%%DATADIR%%/icons/breeze-dark/actions/32/media-playback-start.svg
%%DATADIR%%/icons/breeze-dark/actions/32/view-refresh.svg
%%DATADIR%%/icons/breeze-dark/actions/32/zoom-in.svg
%%DATADIR%%/icons/breeze-dark/actions/32/zoom-original.svg
%%DATADIR%%/icons/breeze-dark/actions/32/zoom-out.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/application-exit.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/configure-shortcuts.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/configure.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/dialog-cancel.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/document-edit.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/document-open.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/edit-delete.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/go-down.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/go-next.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/go-previous.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/go-up.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/help-about.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/mail-message-new.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/media-playback-start.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/view-refresh.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/zoom-in.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/zoom-original.svg
%%DATADIR%%/icons/breeze-dark/actions/32@2x/zoom-out.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/application-exit.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/configure-shortcuts.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/configure.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/dialog-cancel.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/document-edit.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/document-open.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/edit-delete.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/go-down.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/go-next.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/go-previous.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/go-up.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/help-about.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/mail-message-new.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/media-playback-start.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/view-refresh.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/zoom-in.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/zoom-original.svg
%%DATADIR%%/icons/breeze-dark/actions/32@3x/zoom-out.svg
%%DATADIR%%/icons/breeze-dark/apps/32/quassel.svg
%%DATADIR%%/icons/breeze-dark/apps/48/quassel.svg
%%DATADIR%%/icons/breeze-dark/apps/64/quassel.svg
%%DATADIR%%/icons/breeze-dark/devices/16/network-wired.svg
%%DATADIR%%/icons/breeze-dark/devices/16@2x/network-wired.svg
%%DATADIR%%/icons/breeze-dark/devices/16@3x/network-wired.svg
%%DATADIR%%/icons/breeze-dark/devices/22/network-wired.svg
%%DATADIR%%/icons/breeze-dark/devices/22@2x/network-wired.svg
%%DATADIR%%/icons/breeze-dark/devices/22@3x/network-wired.svg
%%DATADIR%%/icons/breeze-dark/emblems/16/emblem-information.svg
%%DATADIR%%/icons/breeze-dark/emblems/16/emblem-question.svg
%%DATADIR%%/icons/breeze-dark/emblems/16/emblem-success.svg
%%DATADIR%%/icons/breeze-dark/emblems/16/emblem-unavailable.svg
%%DATADIR%%/icons/breeze-dark/emblems/16@2x/emblem-information.svg
%%DATADIR%%/icons/breeze-dark/emblems/16@2x/emblem-question.svg
%%DATADIR%%/icons/breeze-dark/emblems/16@2x/emblem-success.svg
%%DATADIR%%/icons/breeze-dark/emblems/16@2x/emblem-unavailable.svg
%%DATADIR%%/icons/breeze-dark/emblems/16@3x/emblem-information.svg
%%DATADIR%%/icons/breeze-dark/emblems/16@3x/emblem-question.svg
%%DATADIR%%/icons/breeze-dark/emblems/16@3x/emblem-success.svg
%%DATADIR%%/icons/breeze-dark/emblems/16@3x/emblem-unavailable.svg
%%DATADIR%%/icons/breeze-dark/emblems/22/emblem-information.svg
%%DATADIR%%/icons/breeze-dark/emblems/22/emblem-question.svg
%%DATADIR%%/icons/breeze-dark/emblems/22/emblem-success.svg
%%DATADIR%%/icons/breeze-dark/emblems/22/emblem-unavailable.svg
%%DATADIR%%/icons/breeze-dark/emblems/22@2x/emblem-information.svg
%%DATADIR%%/icons/breeze-dark/emblems/22@2x/emblem-question.svg
%%DATADIR%%/icons/breeze-dark/emblems/22@2x/emblem-success.svg
%%DATADIR%%/icons/breeze-dark/emblems/22@2x/emblem-unavailable.svg
%%DATADIR%%/icons/breeze-dark/emblems/22@3x/emblem-information.svg
%%DATADIR%%/icons/breeze-dark/emblems/22@3x/emblem-question.svg
%%DATADIR%%/icons/breeze-dark/emblems/22@3x/emblem-success.svg
%%DATADIR%%/icons/breeze-dark/emblems/22@3x/emblem-unavailable.svg
%%DATADIR%%/icons/breeze-dark/emblems/8/emblem-information.svg
%%DATADIR%%/icons/breeze-dark/emblems/8/emblem-question.svg
%%DATADIR%%/icons/breeze-dark/emblems/8/emblem-success.svg
%%DATADIR%%/icons/breeze-dark/emblems/8/emblem-unavailable.svg
%%DATADIR%%/icons/breeze-dark/index.theme
%%DATADIR%%/icons/breeze-dark/scalable/actions/connect-quassel.svg
%%DATADIR%%/icons/breeze-dark/scalable/actions/disconnect-quassel.svg
%%DATADIR%%/icons/breeze-dark/scalable/apps/quassel.svg
%%DATADIR%%/icons/breeze-dark/scalable/status/active-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze-dark/scalable/status/active-quassel-tray.svg
%%DATADIR%%/icons/breeze-dark/scalable/status/inactive-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze-dark/scalable/status/inactive-quassel-tray.svg
%%DATADIR%%/icons/breeze-dark/scalable/status/inactive-quassel.svg
%%DATADIR%%/icons/breeze-dark/scalable/status/message-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze-dark/scalable/status/message-quassel-tray.svg
%%DATADIR%%/icons/breeze-dark/scalable/status/message-quassel.svg
%%DATADIR%%/icons/breeze-dark/status/16/dialog-information.svg
%%DATADIR%%/icons/breeze-dark/status/16/dialog-warning.svg
%%DATADIR%%/icons/breeze-dark/status/16/security-high.svg
%%DATADIR%%/icons/breeze-dark/status/16/security-low.svg
%%DATADIR%%/icons/breeze-dark/status/16/user-available.svg
%%DATADIR%%/icons/breeze-dark/status/16/user-away.svg
%%DATADIR%%/icons/breeze-dark/status/16/user-offline.svg
%%DATADIR%%/icons/breeze-dark/status/16@2x/dialog-information.svg
%%DATADIR%%/icons/breeze-dark/status/16@2x/dialog-warning.svg
%%DATADIR%%/icons/breeze-dark/status/16@2x/security-high.svg
%%DATADIR%%/icons/breeze-dark/status/16@2x/security-low.svg
%%DATADIR%%/icons/breeze-dark/status/16@2x/user-available.svg
%%DATADIR%%/icons/breeze-dark/status/16@2x/user-away.svg
%%DATADIR%%/icons/breeze-dark/status/16@2x/user-offline.svg
%%DATADIR%%/icons/breeze-dark/status/16@3x/dialog-information.svg
%%DATADIR%%/icons/breeze-dark/status/16@3x/dialog-warning.svg
%%DATADIR%%/icons/breeze-dark/status/16@3x/security-high.svg
%%DATADIR%%/icons/breeze-dark/status/16@3x/security-low.svg
%%DATADIR%%/icons/breeze-dark/status/16@3x/user-available.svg
%%DATADIR%%/icons/breeze-dark/status/16@3x/user-away.svg
%%DATADIR%%/icons/breeze-dark/status/16@3x/user-offline.svg
%%DATADIR%%/icons/breeze-dark/status/22/dialog-information.svg
%%DATADIR%%/icons/breeze-dark/status/22/dialog-password.svg
%%DATADIR%%/icons/breeze-dark/status/22/dialog-warning.svg
%%DATADIR%%/icons/breeze-dark/status/22/security-high.svg
%%DATADIR%%/icons/breeze-dark/status/22/security-low.svg
%%DATADIR%%/icons/breeze-dark/status/22/user-available.svg
%%DATADIR%%/icons/breeze-dark/status/22/user-away.svg
%%DATADIR%%/icons/breeze-dark/status/22/user-offline.svg
%%DATADIR%%/icons/breeze-dark/status/22@2x/dialog-information.svg
%%DATADIR%%/icons/breeze-dark/status/22@2x/dialog-password.svg
%%DATADIR%%/icons/breeze-dark/status/22@2x/dialog-warning.svg
%%DATADIR%%/icons/breeze-dark/status/22@2x/security-high.svg
%%DATADIR%%/icons/breeze-dark/status/22@2x/security-low.svg
%%DATADIR%%/icons/breeze-dark/status/22@2x/user-available.svg
%%DATADIR%%/icons/breeze-dark/status/22@2x/user-away.svg
%%DATADIR%%/icons/breeze-dark/status/22@2x/user-offline.svg
%%DATADIR%%/icons/breeze-dark/status/22@3x/dialog-information.svg
%%DATADIR%%/icons/breeze-dark/status/22@3x/dialog-password.svg
%%DATADIR%%/icons/breeze-dark/status/22@3x/dialog-warning.svg
%%DATADIR%%/icons/breeze-dark/status/22@3x/security-high.svg
%%DATADIR%%/icons/breeze-dark/status/22@3x/security-low.svg
%%DATADIR%%/icons/breeze-dark/status/22@3x/user-available.svg
%%DATADIR%%/icons/breeze-dark/status/22@3x/user-away.svg
%%DATADIR%%/icons/breeze-dark/status/22@3x/user-offline.svg
%%DATADIR%%/icons/breeze-dark/status/24/active-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze-dark/status/24/active-quassel-tray.svg
%%DATADIR%%/icons/breeze-dark/status/24/inactive-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze-dark/status/24/inactive-quassel-tray.svg
%%DATADIR%%/icons/breeze-dark/status/24/inactive-quassel.svg
%%DATADIR%%/icons/breeze-dark/status/24/message-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze-dark/status/24/message-quassel-tray.svg
%%DATADIR%%/icons/breeze-dark/status/24/message-quassel.svg
%%DATADIR%%/icons/breeze-dark/status/32/dialog-warning.svg
%%DATADIR%%/icons/breeze-dark/status/48/dialog-warning.svg
%%DATADIR%%/icons/breeze-dark/status/64/active-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze-dark/status/64/active-quassel-tray.svg
%%DATADIR%%/icons/breeze-dark/status/64/dialog-information.svg
%%DATADIR%%/icons/breeze-dark/status/64/dialog-password.svg
%%DATADIR%%/icons/breeze-dark/status/64/dialog-warning.svg
%%DATADIR%%/icons/breeze-dark/status/64/inactive-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze-dark/status/64/inactive-quassel-tray.svg
%%DATADIR%%/icons/breeze-dark/status/64/inactive-quassel.svg
%%DATADIR%%/icons/breeze-dark/status/64/message-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze-dark/status/64/message-quassel-tray.svg
%%DATADIR%%/icons/breeze-dark/status/64/message-quassel.svg
%%DATADIR%%/icons/breeze-dark/status/64/security-high.svg
%%DATADIR%%/icons/breeze-dark/status/64/security-low.svg
%%DATADIR%%/icons/breeze/AUTHORS
%%DATADIR%%/icons/breeze/COPYING-ICONS
%%DATADIR%%/icons/breeze/LICENSE
%%DATADIR%%/icons/breeze/actions/16/application-exit.svg
%%DATADIR%%/icons/breeze/actions/16/configure-shortcuts.svg
%%DATADIR%%/icons/breeze/actions/16/configure.svg
%%DATADIR%%/icons/breeze/actions/16/dialog-cancel.svg
%%DATADIR%%/icons/breeze/actions/16/dialog-close.svg
%%DATADIR%%/icons/breeze/actions/16/document-edit.svg
%%DATADIR%%/icons/breeze/actions/16/document-encrypt.svg
%%DATADIR%%/icons/breeze/actions/16/document-open.svg
%%DATADIR%%/icons/breeze/actions/16/download.svg
%%DATADIR%%/icons/breeze/actions/16/edit-clear-locationbar-ltr.svg
%%DATADIR%%/icons/breeze/actions/16/edit-clear-locationbar-rtl.svg
%%DATADIR%%/icons/breeze/actions/16/edit-clear.svg
%%DATADIR%%/icons/breeze/actions/16/edit-copy.svg
%%DATADIR%%/icons/breeze/actions/16/edit-delete.svg
%%DATADIR%%/icons/breeze/actions/16/edit-find.svg
%%DATADIR%%/icons/breeze/actions/16/edit-rename.svg
%%DATADIR%%/icons/breeze/actions/16/flag-blue.svg
%%DATADIR%%/icons/breeze/actions/16/format-fill-color.svg
%%DATADIR%%/icons/breeze/actions/16/format-list-unordered.svg
%%DATADIR%%/icons/breeze/actions/16/format-text-bold.svg
%%DATADIR%%/icons/breeze/actions/16/format-text-color.svg
%%DATADIR%%/icons/breeze/actions/16/format-text-italic.svg
%%DATADIR%%/icons/breeze/actions/16/format-text-strikethrough.svg
%%DATADIR%%/icons/breeze/actions/16/format-text-underline.svg
%%DATADIR%%/icons/breeze/actions/16/go-down.svg
%%DATADIR%%/icons/breeze/actions/16/go-next-view.svg
%%DATADIR%%/icons/breeze/actions/16/go-next.svg
%%DATADIR%%/icons/breeze/actions/16/go-previous-view.svg
%%DATADIR%%/icons/breeze/actions/16/go-previous.svg
%%DATADIR%%/icons/breeze/actions/16/go-up.svg
%%DATADIR%%/icons/breeze/actions/16/help-about.svg
%%DATADIR%%/icons/breeze/actions/16/im-ban-kick-user.svg
%%DATADIR%%/icons/breeze/actions/16/im-ban-user.svg
%%DATADIR%%/icons/breeze/actions/16/im-kick-user.svg
%%DATADIR%%/icons/breeze/actions/16/im-user-away.svg
%%DATADIR%%/icons/breeze/actions/16/im-user-offline.svg
%%DATADIR%%/icons/breeze/actions/16/im-user-online.svg
%%DATADIR%%/icons/breeze/actions/16/im-user.svg
%%DATADIR%%/icons/breeze/actions/16/irc-channel-active.svg
%%DATADIR%%/icons/breeze/actions/16/irc-channel-inactive.svg
%%DATADIR%%/icons/breeze/actions/16/irc-close-channel.svg
%%DATADIR%%/icons/breeze/actions/16/irc-join-channel.svg
%%DATADIR%%/icons/breeze/actions/16/list-add-user.svg
%%DATADIR%%/icons/breeze/actions/16/list-add.svg
%%DATADIR%%/icons/breeze/actions/16/list-remove-user.svg
%%DATADIR%%/icons/breeze/actions/16/mail-message-new.svg
%%DATADIR%%/icons/breeze/actions/16/media-playback-start.svg
%%DATADIR%%/icons/breeze/actions/16/network-connect.svg
%%DATADIR%%/icons/breeze/actions/16/network-disconnect.svg
%%DATADIR%%/icons/breeze/actions/16/show-menu.svg
%%DATADIR%%/icons/breeze/actions/16/tools-report-bug.svg
%%DATADIR%%/icons/breeze/actions/16/view-fullscreen.svg
%%DATADIR%%/icons/breeze/actions/16/view-refresh.svg
%%DATADIR%%/icons/breeze/actions/16/zoom-in.svg
%%DATADIR%%/icons/breeze/actions/16/zoom-original.svg
%%DATADIR%%/icons/breeze/actions/16/zoom-out.svg
%%DATADIR%%/icons/breeze/actions/16@2x/application-exit.svg
%%DATADIR%%/icons/breeze/actions/16@2x/configure-shortcuts.svg
%%DATADIR%%/icons/breeze/actions/16@2x/configure.svg
%%DATADIR%%/icons/breeze/actions/16@2x/dialog-cancel.svg
%%DATADIR%%/icons/breeze/actions/16@2x/dialog-close.svg
%%DATADIR%%/icons/breeze/actions/16@2x/document-edit.svg
%%DATADIR%%/icons/breeze/actions/16@2x/document-encrypt.svg
%%DATADIR%%/icons/breeze/actions/16@2x/document-open.svg
%%DATADIR%%/icons/breeze/actions/16@2x/download.svg
%%DATADIR%%/icons/breeze/actions/16@2x/edit-clear-locationbar-ltr.svg
%%DATADIR%%/icons/breeze/actions/16@2x/edit-clear-locationbar-rtl.svg
%%DATADIR%%/icons/breeze/actions/16@2x/edit-clear.svg
%%DATADIR%%/icons/breeze/actions/16@2x/edit-copy.svg
%%DATADIR%%/icons/breeze/actions/16@2x/edit-delete.svg
%%DATADIR%%/icons/breeze/actions/16@2x/edit-find.svg
%%DATADIR%%/icons/breeze/actions/16@2x/edit-rename.svg
%%DATADIR%%/icons/breeze/actions/16@2x/flag-blue.svg
%%DATADIR%%/icons/breeze/actions/16@2x/format-fill-color.svg
%%DATADIR%%/icons/breeze/actions/16@2x/format-list-unordered.svg
%%DATADIR%%/icons/breeze/actions/16@2x/format-text-bold.svg
%%DATADIR%%/icons/breeze/actions/16@2x/format-text-color.svg
%%DATADIR%%/icons/breeze/actions/16@2x/format-text-italic.svg
%%DATADIR%%/icons/breeze/actions/16@2x/format-text-strikethrough.svg
%%DATADIR%%/icons/breeze/actions/16@2x/format-text-underline.svg
%%DATADIR%%/icons/breeze/actions/16@2x/go-down.svg
%%DATADIR%%/icons/breeze/actions/16@2x/go-next-view.svg
%%DATADIR%%/icons/breeze/actions/16@2x/go-next.svg
%%DATADIR%%/icons/breeze/actions/16@2x/go-previous-view.svg
%%DATADIR%%/icons/breeze/actions/16@2x/go-previous.svg
%%DATADIR%%/icons/breeze/actions/16@2x/go-up.svg
%%DATADIR%%/icons/breeze/actions/16@2x/help-about.svg
%%DATADIR%%/icons/breeze/actions/16@2x/im-ban-kick-user.svg
%%DATADIR%%/icons/breeze/actions/16@2x/im-ban-user.svg
%%DATADIR%%/icons/breeze/actions/16@2x/im-kick-user.svg
%%DATADIR%%/icons/breeze/actions/16@2x/im-user-away.svg
%%DATADIR%%/icons/breeze/actions/16@2x/im-user-offline.svg
%%DATADIR%%/icons/breeze/actions/16@2x/im-user-online.svg
%%DATADIR%%/icons/breeze/actions/16@2x/im-user.svg
%%DATADIR%%/icons/breeze/actions/16@2x/irc-channel-active.svg
%%DATADIR%%/icons/breeze/actions/16@2x/irc-channel-inactive.svg
%%DATADIR%%/icons/breeze/actions/16@2x/irc-close-channel.svg
%%DATADIR%%/icons/breeze/actions/16@2x/irc-join-channel.svg
%%DATADIR%%/icons/breeze/actions/16@2x/list-add-user.svg
%%DATADIR%%/icons/breeze/actions/16@2x/list-add.svg
%%DATADIR%%/icons/breeze/actions/16@2x/list-remove-user.svg
%%DATADIR%%/icons/breeze/actions/16@2x/mail-message-new.svg
%%DATADIR%%/icons/breeze/actions/16@2x/media-playback-start.svg
%%DATADIR%%/icons/breeze/actions/16@2x/network-connect.svg
%%DATADIR%%/icons/breeze/actions/16@2x/network-disconnect.svg
%%DATADIR%%/icons/breeze/actions/16@2x/show-menu.svg
%%DATADIR%%/icons/breeze/actions/16@2x/tools-report-bug.svg
%%DATADIR%%/icons/breeze/actions/16@2x/view-fullscreen.svg
%%DATADIR%%/icons/breeze/actions/16@2x/view-refresh.svg
%%DATADIR%%/icons/breeze/actions/16@2x/zoom-in.svg
%%DATADIR%%/icons/breeze/actions/16@2x/zoom-original.svg
%%DATADIR%%/icons/breeze/actions/16@2x/zoom-out.svg
%%DATADIR%%/icons/breeze/actions/16@3x/application-exit.svg
%%DATADIR%%/icons/breeze/actions/16@3x/configure-shortcuts.svg
%%DATADIR%%/icons/breeze/actions/16@3x/configure.svg
%%DATADIR%%/icons/breeze/actions/16@3x/dialog-cancel.svg
%%DATADIR%%/icons/breeze/actions/16@3x/dialog-close.svg
%%DATADIR%%/icons/breeze/actions/16@3x/document-edit.svg
%%DATADIR%%/icons/breeze/actions/16@3x/document-encrypt.svg
%%DATADIR%%/icons/breeze/actions/16@3x/document-open.svg
%%DATADIR%%/icons/breeze/actions/16@3x/download.svg
%%DATADIR%%/icons/breeze/actions/16@3x/edit-clear-locationbar-ltr.svg
%%DATADIR%%/icons/breeze/actions/16@3x/edit-clear-locationbar-rtl.svg
%%DATADIR%%/icons/breeze/actions/16@3x/edit-clear.svg
%%DATADIR%%/icons/breeze/actions/16@3x/edit-copy.svg
%%DATADIR%%/icons/breeze/actions/16@3x/edit-delete.svg
%%DATADIR%%/icons/breeze/actions/16@3x/edit-find.svg
%%DATADIR%%/icons/breeze/actions/16@3x/edit-rename.svg
%%DATADIR%%/icons/breeze/actions/16@3x/flag-blue.svg
%%DATADIR%%/icons/breeze/actions/16@3x/format-fill-color.svg
%%DATADIR%%/icons/breeze/actions/16@3x/format-list-unordered.svg
%%DATADIR%%/icons/breeze/actions/16@3x/format-text-bold.svg
%%DATADIR%%/icons/breeze/actions/16@3x/format-text-color.svg
%%DATADIR%%/icons/breeze/actions/16@3x/format-text-italic.svg
%%DATADIR%%/icons/breeze/actions/16@3x/format-text-strikethrough.svg
%%DATADIR%%/icons/breeze/actions/16@3x/format-text-underline.svg
%%DATADIR%%/icons/breeze/actions/16@3x/go-down.svg
%%DATADIR%%/icons/breeze/actions/16@3x/go-next-view.svg
%%DATADIR%%/icons/breeze/actions/16@3x/go-next.svg
%%DATADIR%%/icons/breeze/actions/16@3x/go-previous-view.svg
%%DATADIR%%/icons/breeze/actions/16@3x/go-previous.svg
%%DATADIR%%/icons/breeze/actions/16@3x/go-up.svg
%%DATADIR%%/icons/breeze/actions/16@3x/help-about.svg
%%DATADIR%%/icons/breeze/actions/16@3x/im-ban-kick-user.svg
%%DATADIR%%/icons/breeze/actions/16@3x/im-ban-user.svg
%%DATADIR%%/icons/breeze/actions/16@3x/im-kick-user.svg
%%DATADIR%%/icons/breeze/actions/16@3x/im-user-away.svg
%%DATADIR%%/icons/breeze/actions/16@3x/im-user-offline.svg
%%DATADIR%%/icons/breeze/actions/16@3x/im-user-online.svg
%%DATADIR%%/icons/breeze/actions/16@3x/im-user.svg
%%DATADIR%%/icons/breeze/actions/16@3x/irc-channel-active.svg
%%DATADIR%%/icons/breeze/actions/16@3x/irc-channel-inactive.svg
%%DATADIR%%/icons/breeze/actions/16@3x/irc-close-channel.svg
%%DATADIR%%/icons/breeze/actions/16@3x/irc-join-channel.svg
%%DATADIR%%/icons/breeze/actions/16@3x/list-add-user.svg
%%DATADIR%%/icons/breeze/actions/16@3x/list-add.svg
%%DATADIR%%/icons/breeze/actions/16@3x/list-remove-user.svg
%%DATADIR%%/icons/breeze/actions/16@3x/mail-message-new.svg
%%DATADIR%%/icons/breeze/actions/16@3x/media-playback-start.svg
%%DATADIR%%/icons/breeze/actions/16@3x/network-connect.svg
%%DATADIR%%/icons/breeze/actions/16@3x/network-disconnect.svg
%%DATADIR%%/icons/breeze/actions/16@3x/show-menu.svg
%%DATADIR%%/icons/breeze/actions/16@3x/tools-report-bug.svg
%%DATADIR%%/icons/breeze/actions/16@3x/view-fullscreen.svg
%%DATADIR%%/icons/breeze/actions/16@3x/view-refresh.svg
%%DATADIR%%/icons/breeze/actions/16@3x/zoom-in.svg
%%DATADIR%%/icons/breeze/actions/16@3x/zoom-original.svg
%%DATADIR%%/icons/breeze/actions/16@3x/zoom-out.svg
%%DATADIR%%/icons/breeze/actions/22/application-exit.svg
%%DATADIR%%/icons/breeze/actions/22/configure-shortcuts.svg
%%DATADIR%%/icons/breeze/actions/22/configure.svg
%%DATADIR%%/icons/breeze/actions/22/dialog-cancel.svg
%%DATADIR%%/icons/breeze/actions/22/dialog-close.svg
%%DATADIR%%/icons/breeze/actions/22/document-edit.svg
%%DATADIR%%/icons/breeze/actions/22/document-encrypt.svg
%%DATADIR%%/icons/breeze/actions/22/document-open.svg
%%DATADIR%%/icons/breeze/actions/22/download.svg
%%DATADIR%%/icons/breeze/actions/22/edit-clear-locationbar-ltr.svg
%%DATADIR%%/icons/breeze/actions/22/edit-clear-locationbar-rtl.svg
%%DATADIR%%/icons/breeze/actions/22/edit-clear.svg
%%DATADIR%%/icons/breeze/actions/22/edit-copy.svg
%%DATADIR%%/icons/breeze/actions/22/edit-delete.svg
%%DATADIR%%/icons/breeze/actions/22/edit-find.svg
%%DATADIR%%/icons/breeze/actions/22/edit-rename.svg
%%DATADIR%%/icons/breeze/actions/22/flag-blue.svg
%%DATADIR%%/icons/breeze/actions/22/format-fill-color.svg
%%DATADIR%%/icons/breeze/actions/22/format-list-unordered.svg
%%DATADIR%%/icons/breeze/actions/22/format-text-bold.svg
%%DATADIR%%/icons/breeze/actions/22/format-text-color.svg
%%DATADIR%%/icons/breeze/actions/22/format-text-italic.svg
%%DATADIR%%/icons/breeze/actions/22/format-text-strikethrough.svg
%%DATADIR%%/icons/breeze/actions/22/format-text-underline.svg
%%DATADIR%%/icons/breeze/actions/22/go-down.svg
%%DATADIR%%/icons/breeze/actions/22/go-next-view.svg
%%DATADIR%%/icons/breeze/actions/22/go-next.svg
%%DATADIR%%/icons/breeze/actions/22/go-previous-view.svg
%%DATADIR%%/icons/breeze/actions/22/go-previous.svg
%%DATADIR%%/icons/breeze/actions/22/go-up.svg
%%DATADIR%%/icons/breeze/actions/22/help-about.svg
%%DATADIR%%/icons/breeze/actions/22/im-ban-kick-user.svg
%%DATADIR%%/icons/breeze/actions/22/im-ban-user.svg
%%DATADIR%%/icons/breeze/actions/22/im-kick-user.svg
%%DATADIR%%/icons/breeze/actions/22/im-user-away.svg
%%DATADIR%%/icons/breeze/actions/22/im-user-offline.svg
%%DATADIR%%/icons/breeze/actions/22/im-user-online.svg
%%DATADIR%%/icons/breeze/actions/22/im-user.svg
%%DATADIR%%/icons/breeze/actions/22/irc-channel-active.svg
%%DATADIR%%/icons/breeze/actions/22/irc-channel-inactive.svg
%%DATADIR%%/icons/breeze/actions/22/irc-close-channel.svg
%%DATADIR%%/icons/breeze/actions/22/irc-join-channel.svg
%%DATADIR%%/icons/breeze/actions/22/irc-operator.svg
%%DATADIR%%/icons/breeze/actions/22/irc-remove-operator.svg
%%DATADIR%%/icons/breeze/actions/22/irc-unvoice.svg
%%DATADIR%%/icons/breeze/actions/22/irc-voice.svg
%%DATADIR%%/icons/breeze/actions/22/list-add-user.svg
%%DATADIR%%/icons/breeze/actions/22/list-add.svg
%%DATADIR%%/icons/breeze/actions/22/list-remove-user.svg
%%DATADIR%%/icons/breeze/actions/22/mail-message-new.svg
%%DATADIR%%/icons/breeze/actions/22/media-playback-start.svg
%%DATADIR%%/icons/breeze/actions/22/network-connect.svg
%%DATADIR%%/icons/breeze/actions/22/network-disconnect.svg
%%DATADIR%%/icons/breeze/actions/22/show-menu.svg
%%DATADIR%%/icons/breeze/actions/22/tools-report-bug.svg
%%DATADIR%%/icons/breeze/actions/22/view-fullscreen.svg
%%DATADIR%%/icons/breeze/actions/22/view-refresh.svg
%%DATADIR%%/icons/breeze/actions/22/zoom-in.svg
%%DATADIR%%/icons/breeze/actions/22/zoom-original.svg
%%DATADIR%%/icons/breeze/actions/22/zoom-out.svg
%%DATADIR%%/icons/breeze/actions/22@2x/application-exit.svg
%%DATADIR%%/icons/breeze/actions/22@2x/configure-shortcuts.svg
%%DATADIR%%/icons/breeze/actions/22@2x/configure.svg
%%DATADIR%%/icons/breeze/actions/22@2x/dialog-cancel.svg
%%DATADIR%%/icons/breeze/actions/22@2x/dialog-close.svg
%%DATADIR%%/icons/breeze/actions/22@2x/document-edit.svg
%%DATADIR%%/icons/breeze/actions/22@2x/document-encrypt.svg
%%DATADIR%%/icons/breeze/actions/22@2x/document-open.svg
%%DATADIR%%/icons/breeze/actions/22@2x/download.svg
%%DATADIR%%/icons/breeze/actions/22@2x/edit-clear-locationbar-ltr.svg
%%DATADIR%%/icons/breeze/actions/22@2x/edit-clear-locationbar-rtl.svg
%%DATADIR%%/icons/breeze/actions/22@2x/edit-clear.svg
%%DATADIR%%/icons/breeze/actions/22@2x/edit-copy.svg
%%DATADIR%%/icons/breeze/actions/22@2x/edit-delete.svg
%%DATADIR%%/icons/breeze/actions/22@2x/edit-find.svg
%%DATADIR%%/icons/breeze/actions/22@2x/edit-rename.svg
%%DATADIR%%/icons/breeze/actions/22@2x/flag-blue.svg
%%DATADIR%%/icons/breeze/actions/22@2x/format-fill-color.svg
%%DATADIR%%/icons/breeze/actions/22@2x/format-list-unordered.svg
%%DATADIR%%/icons/breeze/actions/22@2x/format-text-bold.svg
%%DATADIR%%/icons/breeze/actions/22@2x/format-text-color.svg
%%DATADIR%%/icons/breeze/actions/22@2x/format-text-italic.svg
%%DATADIR%%/icons/breeze/actions/22@2x/format-text-strikethrough.svg
%%DATADIR%%/icons/breeze/actions/22@2x/format-text-underline.svg
%%DATADIR%%/icons/breeze/actions/22@2x/go-down.svg
%%DATADIR%%/icons/breeze/actions/22@2x/go-next-view.svg
%%DATADIR%%/icons/breeze/actions/22@2x/go-next.svg
%%DATADIR%%/icons/breeze/actions/22@2x/go-previous-view.svg
%%DATADIR%%/icons/breeze/actions/22@2x/go-previous.svg
%%DATADIR%%/icons/breeze/actions/22@2x/go-up.svg
%%DATADIR%%/icons/breeze/actions/22@2x/help-about.svg
%%DATADIR%%/icons/breeze/actions/22@2x/im-ban-kick-user.svg
%%DATADIR%%/icons/breeze/actions/22@2x/im-ban-user.svg
%%DATADIR%%/icons/breeze/actions/22@2x/im-kick-user.svg
%%DATADIR%%/icons/breeze/actions/22@2x/im-user-away.svg
%%DATADIR%%/icons/breeze/actions/22@2x/im-user-offline.svg
%%DATADIR%%/icons/breeze/actions/22@2x/im-user-online.svg
%%DATADIR%%/icons/breeze/actions/22@2x/im-user.svg
%%DATADIR%%/icons/breeze/actions/22@2x/irc-channel-active.svg
%%DATADIR%%/icons/breeze/actions/22@2x/irc-channel-inactive.svg
%%DATADIR%%/icons/breeze/actions/22@2x/irc-close-channel.svg
%%DATADIR%%/icons/breeze/actions/22@2x/irc-join-channel.svg
%%DATADIR%%/icons/breeze/actions/22@2x/irc-operator.svg
%%DATADIR%%/icons/breeze/actions/22@2x/irc-remove-operator.svg
%%DATADIR%%/icons/breeze/actions/22@2x/irc-unvoice.svg
%%DATADIR%%/icons/breeze/actions/22@2x/irc-voice.svg
%%DATADIR%%/icons/breeze/actions/22@2x/list-add-user.svg
%%DATADIR%%/icons/breeze/actions/22@2x/list-add.svg
%%DATADIR%%/icons/breeze/actions/22@2x/list-remove-user.svg
%%DATADIR%%/icons/breeze/actions/22@2x/mail-message-new.svg
%%DATADIR%%/icons/breeze/actions/22@2x/media-playback-start.svg
%%DATADIR%%/icons/breeze/actions/22@2x/network-connect.svg
%%DATADIR%%/icons/breeze/actions/22@2x/network-disconnect.svg
%%DATADIR%%/icons/breeze/actions/22@2x/show-menu.svg
%%DATADIR%%/icons/breeze/actions/22@2x/tools-report-bug.svg
%%DATADIR%%/icons/breeze/actions/22@2x/view-fullscreen.svg
%%DATADIR%%/icons/breeze/actions/22@2x/view-refresh.svg
%%DATADIR%%/icons/breeze/actions/22@2x/zoom-in.svg
%%DATADIR%%/icons/breeze/actions/22@2x/zoom-original.svg
%%DATADIR%%/icons/breeze/actions/22@2x/zoom-out.svg
%%DATADIR%%/icons/breeze/actions/22@3x/application-exit.svg
%%DATADIR%%/icons/breeze/actions/22@3x/configure-shortcuts.svg
%%DATADIR%%/icons/breeze/actions/22@3x/configure.svg
%%DATADIR%%/icons/breeze/actions/22@3x/dialog-cancel.svg
%%DATADIR%%/icons/breeze/actions/22@3x/dialog-close.svg
%%DATADIR%%/icons/breeze/actions/22@3x/document-edit.svg
%%DATADIR%%/icons/breeze/actions/22@3x/document-encrypt.svg
%%DATADIR%%/icons/breeze/actions/22@3x/document-open.svg
%%DATADIR%%/icons/breeze/actions/22@3x/download.svg
%%DATADIR%%/icons/breeze/actions/22@3x/edit-clear-locationbar-ltr.svg
%%DATADIR%%/icons/breeze/actions/22@3x/edit-clear-locationbar-rtl.svg
%%DATADIR%%/icons/breeze/actions/22@3x/edit-clear.svg
%%DATADIR%%/icons/breeze/actions/22@3x/edit-copy.svg
%%DATADIR%%/icons/breeze/actions/22@3x/edit-delete.svg
%%DATADIR%%/icons/breeze/actions/22@3x/edit-find.svg
%%DATADIR%%/icons/breeze/actions/22@3x/edit-rename.svg
%%DATADIR%%/icons/breeze/actions/22@3x/flag-blue.svg
%%DATADIR%%/icons/breeze/actions/22@3x/format-fill-color.svg
%%DATADIR%%/icons/breeze/actions/22@3x/format-list-unordered.svg
%%DATADIR%%/icons/breeze/actions/22@3x/format-text-bold.svg
%%DATADIR%%/icons/breeze/actions/22@3x/format-text-color.svg
%%DATADIR%%/icons/breeze/actions/22@3x/format-text-italic.svg
%%DATADIR%%/icons/breeze/actions/22@3x/format-text-strikethrough.svg
%%DATADIR%%/icons/breeze/actions/22@3x/format-text-underline.svg
%%DATADIR%%/icons/breeze/actions/22@3x/go-down.svg
%%DATADIR%%/icons/breeze/actions/22@3x/go-next-view.svg
%%DATADIR%%/icons/breeze/actions/22@3x/go-next.svg
%%DATADIR%%/icons/breeze/actions/22@3x/go-previous-view.svg
%%DATADIR%%/icons/breeze/actions/22@3x/go-previous.svg
%%DATADIR%%/icons/breeze/actions/22@3x/go-up.svg
%%DATADIR%%/icons/breeze/actions/22@3x/help-about.svg
%%DATADIR%%/icons/breeze/actions/22@3x/im-ban-kick-user.svg
%%DATADIR%%/icons/breeze/actions/22@3x/im-ban-user.svg
%%DATADIR%%/icons/breeze/actions/22@3x/im-kick-user.svg
%%DATADIR%%/icons/breeze/actions/22@3x/im-user-away.svg
%%DATADIR%%/icons/breeze/actions/22@3x/im-user-offline.svg
%%DATADIR%%/icons/breeze/actions/22@3x/im-user-online.svg
%%DATADIR%%/icons/breeze/actions/22@3x/im-user.svg
%%DATADIR%%/icons/breeze/actions/22@3x/irc-channel-active.svg
%%DATADIR%%/icons/breeze/actions/22@3x/irc-channel-inactive.svg
%%DATADIR%%/icons/breeze/actions/22@3x/irc-close-channel.svg
%%DATADIR%%/icons/breeze/actions/22@3x/irc-join-channel.svg
%%DATADIR%%/icons/breeze/actions/22@3x/irc-operator.svg
%%DATADIR%%/icons/breeze/actions/22@3x/irc-remove-operator.svg
%%DATADIR%%/icons/breeze/actions/22@3x/irc-unvoice.svg
%%DATADIR%%/icons/breeze/actions/22@3x/irc-voice.svg
%%DATADIR%%/icons/breeze/actions/22@3x/list-add-user.svg
%%DATADIR%%/icons/breeze/actions/22@3x/list-add.svg
%%DATADIR%%/icons/breeze/actions/22@3x/list-remove-user.svg
%%DATADIR%%/icons/breeze/actions/22@3x/mail-message-new.svg
%%DATADIR%%/icons/breeze/actions/22@3x/media-playback-start.svg
%%DATADIR%%/icons/breeze/actions/22@3x/network-connect.svg
%%DATADIR%%/icons/breeze/actions/22@3x/network-disconnect.svg
%%DATADIR%%/icons/breeze/actions/22@3x/show-menu.svg
%%DATADIR%%/icons/breeze/actions/22@3x/tools-report-bug.svg
%%DATADIR%%/icons/breeze/actions/22@3x/view-fullscreen.svg
%%DATADIR%%/icons/breeze/actions/22@3x/view-refresh.svg
%%DATADIR%%/icons/breeze/actions/22@3x/zoom-in.svg
%%DATADIR%%/icons/breeze/actions/22@3x/zoom-original.svg
%%DATADIR%%/icons/breeze/actions/22@3x/zoom-out.svg
%%DATADIR%%/icons/breeze/actions/24/connect-quassel.svg
%%DATADIR%%/icons/breeze/actions/24/disconnect-quassel.svg
%%DATADIR%%/icons/breeze/actions/32/application-exit.svg
%%DATADIR%%/icons/breeze/actions/32/configure-shortcuts.svg
%%DATADIR%%/icons/breeze/actions/32/configure.svg
%%DATADIR%%/icons/breeze/actions/32/connect-quassel.svg
%%DATADIR%%/icons/breeze/actions/32/dialog-cancel.svg
%%DATADIR%%/icons/breeze/actions/32/disconnect-quassel.svg
%%DATADIR%%/icons/breeze/actions/32/document-edit.svg
%%DATADIR%%/icons/breeze/actions/32/document-open.svg
%%DATADIR%%/icons/breeze/actions/32/edit-delete.svg
%%DATADIR%%/icons/breeze/actions/32/go-down.svg
%%DATADIR%%/icons/breeze/actions/32/go-next.svg
%%DATADIR%%/icons/breeze/actions/32/go-previous.svg
%%DATADIR%%/icons/breeze/actions/32/go-up.svg
%%DATADIR%%/icons/breeze/actions/32/help-about.svg
%%DATADIR%%/icons/breeze/actions/32/mail-message-new.svg
%%DATADIR%%/icons/breeze/actions/32/media-playback-start.svg
%%DATADIR%%/icons/breeze/actions/32/view-refresh.svg
%%DATADIR%%/icons/breeze/actions/32/zoom-in.svg
%%DATADIR%%/icons/breeze/actions/32/zoom-original.svg
%%DATADIR%%/icons/breeze/actions/32/zoom-out.svg
%%DATADIR%%/icons/breeze/actions/32@2x/application-exit.svg
%%DATADIR%%/icons/breeze/actions/32@2x/configure-shortcuts.svg
%%DATADIR%%/icons/breeze/actions/32@2x/configure.svg
%%DATADIR%%/icons/breeze/actions/32@2x/dialog-cancel.svg
%%DATADIR%%/icons/breeze/actions/32@2x/document-edit.svg
%%DATADIR%%/icons/breeze/actions/32@2x/document-open.svg
%%DATADIR%%/icons/breeze/actions/32@2x/edit-delete.svg
%%DATADIR%%/icons/breeze/actions/32@2x/go-down.svg
%%DATADIR%%/icons/breeze/actions/32@2x/go-next.svg
%%DATADIR%%/icons/breeze/actions/32@2x/go-previous.svg
%%DATADIR%%/icons/breeze/actions/32@2x/go-up.svg
%%DATADIR%%/icons/breeze/actions/32@2x/help-about.svg
%%DATADIR%%/icons/breeze/actions/32@2x/mail-message-new.svg
%%DATADIR%%/icons/breeze/actions/32@2x/media-playback-start.svg
%%DATADIR%%/icons/breeze/actions/32@2x/view-refresh.svg
%%DATADIR%%/icons/breeze/actions/32@2x/zoom-in.svg
%%DATADIR%%/icons/breeze/actions/32@2x/zoom-original.svg
%%DATADIR%%/icons/breeze/actions/32@2x/zoom-out.svg
%%DATADIR%%/icons/breeze/actions/32@3x/application-exit.svg
%%DATADIR%%/icons/breeze/actions/32@3x/configure-shortcuts.svg
%%DATADIR%%/icons/breeze/actions/32@3x/configure.svg
%%DATADIR%%/icons/breeze/actions/32@3x/dialog-cancel.svg
%%DATADIR%%/icons/breeze/actions/32@3x/document-edit.svg
%%DATADIR%%/icons/breeze/actions/32@3x/document-open.svg
%%DATADIR%%/icons/breeze/actions/32@3x/edit-delete.svg
%%DATADIR%%/icons/breeze/actions/32@3x/go-down.svg
%%DATADIR%%/icons/breeze/actions/32@3x/go-next.svg
%%DATADIR%%/icons/breeze/actions/32@3x/go-previous.svg
%%DATADIR%%/icons/breeze/actions/32@3x/go-up.svg
%%DATADIR%%/icons/breeze/actions/32@3x/help-about.svg
%%DATADIR%%/icons/breeze/actions/32@3x/mail-message-new.svg
%%DATADIR%%/icons/breeze/actions/32@3x/media-playback-start.svg
%%DATADIR%%/icons/breeze/actions/32@3x/view-refresh.svg
%%DATADIR%%/icons/breeze/actions/32@3x/zoom-in.svg
%%DATADIR%%/icons/breeze/actions/32@3x/zoom-original.svg
%%DATADIR%%/icons/breeze/actions/32@3x/zoom-out.svg
%%DATADIR%%/icons/breeze/apps/32/quassel.svg
%%DATADIR%%/icons/breeze/apps/48/quassel.svg
%%DATADIR%%/icons/breeze/apps/64/quassel.svg
%%DATADIR%%/icons/breeze/devices/16/network-wired.svg
%%DATADIR%%/icons/breeze/devices/16@2x/network-wired.svg
%%DATADIR%%/icons/breeze/devices/16@3x/network-wired.svg
%%DATADIR%%/icons/breeze/devices/22/network-wired.svg
%%DATADIR%%/icons/breeze/devices/22@2x/network-wired.svg
%%DATADIR%%/icons/breeze/devices/22@3x/network-wired.svg
%%DATADIR%%/icons/breeze/emblems/16/emblem-information.svg
%%DATADIR%%/icons/breeze/emblems/16/emblem-question.svg
%%DATADIR%%/icons/breeze/emblems/16/emblem-success.svg
%%DATADIR%%/icons/breeze/emblems/16/emblem-unavailable.svg
%%DATADIR%%/icons/breeze/emblems/16@2x/emblem-information.svg
%%DATADIR%%/icons/breeze/emblems/16@2x/emblem-question.svg
%%DATADIR%%/icons/breeze/emblems/16@2x/emblem-success.svg
%%DATADIR%%/icons/breeze/emblems/16@2x/emblem-unavailable.svg
%%DATADIR%%/icons/breeze/emblems/16@3x/emblem-information.svg
%%DATADIR%%/icons/breeze/emblems/16@3x/emblem-question.svg
%%DATADIR%%/icons/breeze/emblems/16@3x/emblem-success.svg
%%DATADIR%%/icons/breeze/emblems/16@3x/emblem-unavailable.svg
%%DATADIR%%/icons/breeze/emblems/22/emblem-information.svg
%%DATADIR%%/icons/breeze/emblems/22/emblem-question.svg
%%DATADIR%%/icons/breeze/emblems/22/emblem-success.svg
%%DATADIR%%/icons/breeze/emblems/22/emblem-unavailable.svg
%%DATADIR%%/icons/breeze/emblems/22@2x/emblem-information.svg
%%DATADIR%%/icons/breeze/emblems/22@2x/emblem-question.svg
%%DATADIR%%/icons/breeze/emblems/22@2x/emblem-success.svg
%%DATADIR%%/icons/breeze/emblems/22@2x/emblem-unavailable.svg
%%DATADIR%%/icons/breeze/emblems/22@3x/emblem-information.svg
%%DATADIR%%/icons/breeze/emblems/22@3x/emblem-question.svg
%%DATADIR%%/icons/breeze/emblems/22@3x/emblem-success.svg
%%DATADIR%%/icons/breeze/emblems/22@3x/emblem-unavailable.svg
%%DATADIR%%/icons/breeze/emblems/8/emblem-information.svg
%%DATADIR%%/icons/breeze/emblems/8/emblem-question.svg
%%DATADIR%%/icons/breeze/emblems/8/emblem-success.svg
%%DATADIR%%/icons/breeze/emblems/8/emblem-unavailable.svg
%%DATADIR%%/icons/breeze/index.theme
%%DATADIR%%/icons/breeze/scalable/actions/connect-quassel.svg
%%DATADIR%%/icons/breeze/scalable/actions/disconnect-quassel.svg
%%DATADIR%%/icons/breeze/scalable/apps/quassel.svg
%%DATADIR%%/icons/breeze/scalable/status/active-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze/scalable/status/active-quassel-tray.svg
%%DATADIR%%/icons/breeze/scalable/status/inactive-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze/scalable/status/inactive-quassel-tray.svg
%%DATADIR%%/icons/breeze/scalable/status/inactive-quassel.svg
%%DATADIR%%/icons/breeze/scalable/status/message-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze/scalable/status/message-quassel-tray.svg
%%DATADIR%%/icons/breeze/scalable/status/message-quassel.svg
%%DATADIR%%/icons/breeze/status/16/dialog-information.svg
%%DATADIR%%/icons/breeze/status/16/dialog-warning.svg
%%DATADIR%%/icons/breeze/status/16/security-high.svg
%%DATADIR%%/icons/breeze/status/16/security-low.svg
%%DATADIR%%/icons/breeze/status/16/user-available.svg
%%DATADIR%%/icons/breeze/status/16/user-away.svg
%%DATADIR%%/icons/breeze/status/16/user-offline.svg
%%DATADIR%%/icons/breeze/status/16@2x/dialog-information.svg
%%DATADIR%%/icons/breeze/status/16@2x/dialog-warning.svg
%%DATADIR%%/icons/breeze/status/16@2x/security-high.svg
%%DATADIR%%/icons/breeze/status/16@2x/security-low.svg
%%DATADIR%%/icons/breeze/status/16@2x/user-available.svg
%%DATADIR%%/icons/breeze/status/16@2x/user-away.svg
%%DATADIR%%/icons/breeze/status/16@2x/user-offline.svg
%%DATADIR%%/icons/breeze/status/16@3x/dialog-information.svg
%%DATADIR%%/icons/breeze/status/16@3x/dialog-warning.svg
%%DATADIR%%/icons/breeze/status/16@3x/security-high.svg
%%DATADIR%%/icons/breeze/status/16@3x/security-low.svg
%%DATADIR%%/icons/breeze/status/16@3x/user-available.svg
%%DATADIR%%/icons/breeze/status/16@3x/user-away.svg
%%DATADIR%%/icons/breeze/status/16@3x/user-offline.svg
%%DATADIR%%/icons/breeze/status/22/dialog-information.svg
%%DATADIR%%/icons/breeze/status/22/dialog-password.svg
%%DATADIR%%/icons/breeze/status/22/dialog-warning.svg
%%DATADIR%%/icons/breeze/status/22/security-high.svg
%%DATADIR%%/icons/breeze/status/22/security-low.svg
%%DATADIR%%/icons/breeze/status/22/user-available.svg
%%DATADIR%%/icons/breeze/status/22/user-away.svg
%%DATADIR%%/icons/breeze/status/22/user-offline.svg
%%DATADIR%%/icons/breeze/status/22@2x/dialog-information.svg
%%DATADIR%%/icons/breeze/status/22@2x/dialog-password.svg
%%DATADIR%%/icons/breeze/status/22@2x/dialog-warning.svg
%%DATADIR%%/icons/breeze/status/22@2x/security-high.svg
%%DATADIR%%/icons/breeze/status/22@2x/security-low.svg
%%DATADIR%%/icons/breeze/status/22@2x/user-available.svg
%%DATADIR%%/icons/breeze/status/22@2x/user-away.svg
%%DATADIR%%/icons/breeze/status/22@2x/user-offline.svg
%%DATADIR%%/icons/breeze/status/22@3x/dialog-information.svg
%%DATADIR%%/icons/breeze/status/22@3x/dialog-password.svg
%%DATADIR%%/icons/breeze/status/22@3x/dialog-warning.svg
%%DATADIR%%/icons/breeze/status/22@3x/security-high.svg
%%DATADIR%%/icons/breeze/status/22@3x/security-low.svg
%%DATADIR%%/icons/breeze/status/22@3x/user-available.svg
%%DATADIR%%/icons/breeze/status/22@3x/user-away.svg
%%DATADIR%%/icons/breeze/status/22@3x/user-offline.svg
%%DATADIR%%/icons/breeze/status/24/active-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze/status/24/active-quassel-tray.svg
%%DATADIR%%/icons/breeze/status/24/inactive-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze/status/24/inactive-quassel-tray.svg
%%DATADIR%%/icons/breeze/status/24/inactive-quassel.svg
%%DATADIR%%/icons/breeze/status/24/message-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze/status/24/message-quassel-tray.svg
%%DATADIR%%/icons/breeze/status/24/message-quassel.svg
%%DATADIR%%/icons/breeze/status/32/dialog-warning.svg
%%DATADIR%%/icons/breeze/status/48/dialog-warning.svg
%%DATADIR%%/icons/breeze/status/64/active-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze/status/64/active-quassel-tray.svg
%%DATADIR%%/icons/breeze/status/64/dialog-information.svg
%%DATADIR%%/icons/breeze/status/64/dialog-password.svg
%%DATADIR%%/icons/breeze/status/64/dialog-warning.svg
%%DATADIR%%/icons/breeze/status/64/inactive-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze/status/64/inactive-quassel-tray.svg
%%DATADIR%%/icons/breeze/status/64/inactive-quassel.svg
%%DATADIR%%/icons/breeze/status/64/message-quassel-tray-inverted.svg
%%DATADIR%%/icons/breeze/status/64/message-quassel-tray.svg
%%DATADIR%%/icons/breeze/status/64/message-quassel.svg
%%DATADIR%%/icons/breeze/status/64/security-high.svg
%%DATADIR%%/icons/breeze/status/64/security-low.svg
%%DATADIR%%/networks.ini
%%DATADIR%%/scripts/inxi
%%DATADIR%%/scripts/mpris
%%DATADIR%%/stylesheets/DarkMonokai.qss
%%DATADIR%%/stylesheets/DarkSolarized.qss
%%DATADIR%%/stylesheets/LinuxDolt-bluestheme.qss
%%DATADIR%%/stylesheets/a3.qss
%%DATADIR%%/stylesheets/default.qss
%%DATADIR%%/stylesheets/elbryan_quassel_theme.qss
%%DATADIR%%/stylesheets/gabydewilde-black.qss
%%DATADIR%%/stylesheets/jussi01-darktheme.qss
%%DATADIR%%/stylesheets/m4yer.qss
%%DATADIR%%/stylesheets/mj12cyan.qss
%%DATADIR%%/stylesheets/qwater.qss
%%DATADIR%%/stylesheets/temerity1.0.1.qss
%%NLS%%%%DATADIR%%/translations/cs.qm
%%NLS%%%%DATADIR%%/translations/da.qm
%%NLS%%%%DATADIR%%/translations/de.qm
%%NLS%%%%DATADIR%%/translations/el.qm
%%NLS%%%%DATADIR%%/translations/en_GB.qm
%%NLS%%%%DATADIR%%/translations/en_US.qm
%%NLS%%%%DATADIR%%/translations/eo.qm
%%NLS%%%%DATADIR%%/translations/es.qm
%%NLS%%%%DATADIR%%/translations/et.qm
%%NLS%%%%DATADIR%%/translations/fi.qm
%%NLS%%%%DATADIR%%/translations/fr.qm
%%NLS%%%%DATADIR%%/translations/gl.qm
%%NLS%%%%DATADIR%%/translations/hi.qm
%%NLS%%%%DATADIR%%/translations/hu.qm
%%NLS%%%%DATADIR%%/translations/it.qm
%%NLS%%%%DATADIR%%/translations/ja.qm
%%NLS%%%%DATADIR%%/translations/ko.qm
%%NLS%%%%DATADIR%%/translations/lt.qm
%%NLS%%%%DATADIR%%/translations/mr.qm
%%NLS%%%%DATADIR%%/translations/nb.qm
%%NLS%%%%DATADIR%%/translations/nl.qm
%%NLS%%%%DATADIR%%/translations/oc.qm
%%NLS%%%%DATADIR%%/translations/pa.qm
%%NLS%%%%DATADIR%%/translations/pl.qm
%%NLS%%%%DATADIR%%/translations/pt.qm
%%NLS%%%%DATADIR%%/translations/pt_BR.qm
%%NLS%%%%DATADIR%%/translations/ro.qm
%%NLS%%%%DATADIR%%/translations/ru.qm
%%NLS%%%%DATADIR%%/translations/sl.qm
%%NLS%%%%DATADIR%%/translations/sq.qm
%%NLS%%%%DATADIR%%/translations/sr.qm
%%NLS%%%%DATADIR%%/translations/sv.qm
%%NLS%%%%DATADIR%%/translations/tr.qm
%%NLS%%%%DATADIR%%/translations/uk.qm
%%NLS%%%%DATADIR%%/translations/zh_CN.qm
share/icons/hicolor/128x128/apps/quassel.png
share/icons/hicolor/16x16/apps/quassel.png
share/icons/hicolor/22x22/apps/quassel.png
share/icons/hicolor/32x32/apps/quassel.png
share/icons/hicolor/48x48/apps/quassel.png
share/icons/hicolor/64x64/apps/quassel.png
%%KDE%%share/knotifications5/quassel.notifyrc