-
Notifications
You must be signed in to change notification settings - Fork 0
/
arch_packages_03_12_2018.txt
1761 lines (1761 loc) · 36.5 KB
/
arch_packages_03_12_2018.txt
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
1024.00B ca-certificates
1024.00B jupyter
1024.00B mozilla-common
1024.00B msmtp-mta
1024.00B neovim-drop-in
1024.00B python2-backports
1024.00B sagemath-jupyter
1024.00B xorg-font-utils
2048.00B java-environment-common
2048.00B maia-console
3.00KiB networkmanager-dispatcher-ntpd
3.00KiB pambase
3.00KiB vte-common
4.00KiB manjaro-alsa
4.00KiB manjaro-printer
5.00KiB perl-package-constants
5.00KiB rxvt-unicode-terminfo
6.00KiB mutt-ics
6.00KiB perl-devel-globaldestruction
6.00KiB perl-log-any-adapter-log4perl
6.00KiB run_scaled-git
7.00KiB java-runtime-common
7.00KiB python2-backports.unittest_mock
7.00KiB xorg-mkfontdir
8.00KiB ca-certificates-utils
8.00KiB lib32-libxshmfence
8.00KiB perl-bash-completion-plugins-cpanm
8.00KiB perl-sub-exporter-progressive
9.00KiB archlinux-java-run
9.00KiB cwdiff
9.00KiB manjaro-release
10.00KiB lib32-libxdamage
10.00KiB perl-digest-hmac
11.00KiB perl-object-realize-later
11.00KiB python2-backports.shutil_get_terminal_size
11.00KiB python-entrypoints
12.00KiB find-the-command
12.00KiB manjaro-system
12.00KiB notmuch-mutt
12.00KiB perl-log-message-simple
12.00KiB perl-module-implementation
13.00KiB colormake
13.00KiB perl-dist-checkconflicts
13.00KiB perl-file-listing
13.00KiB virt-manager
14.00KiB i3exit
14.00KiB i3-scrot
14.00KiB lib32-flex
14.00KiB lib32-libxau
14.00KiB perl-math-round
15.00KiB perl-file-which
15.00KiB perl-http-date
15.00KiB perl-string-shellquote
15.00KiB python2-flask-oldsessions
16.00KiB libxdamage
16.00KiB perl-data-optlist
17.00KiB bashrc-manjaro
17.00KiB manjaro-base-skel
17.00KiB perl-encode-locale
17.00KiB perl-html-tagset
17.00KiB perl-sub-install
18.00KiB adduser
18.00KiB eglexternalplatform
18.00KiB harfbuzz-icu
18.00KiB wireless-regdb
18.00KiB xf86-input-void
19.00KiB mhwd-tui
19.00KiB perl-inc-latest
19.00KiB python2-speaklater
19.00KiB xorg-fonts-alias
20.00KiB libmythes
20.00KiB perl-time-duration
20.00KiB perl-www-robotrules
21.00KiB libxkbui
21.00KiB perl-http-negotiate
21.00KiB xorg-xhost
22.00KiB lib32-libxdmcp
22.00KiB perl-clone
23.00KiB lib32-libxxf86vm
23.00KiB perl-file-basedir
24.00KiB acpi
24.00KiB libsigsegv
24.00KiB libutempter
24.00KiB libxau
24.00KiB perl-io-html
24.00KiB python2-backports-abc
24.00KiB python2-backports.functools_lru_cache
24.00KiB python2-portend
24.00KiB python-pickleshare
24.00KiB urlview
25.00KiB git-latexdiff
25.00KiB i3-scripts
25.00KiB mhwd-amdgpu
25.00KiB perl-xml-namespacesupport
25.00KiB prettyping
25.00KiB progress
25.00KiB python2-pickleshare
25.00KiB python-testpath
25.00KiB rankwidth
25.00KiB xf86-input-elographics
26.00KiB colordiff
26.00KiB dnssec-anchors
26.00KiB lib32-libxfixes
26.00KiB libxdg-basedir
26.00KiB mhwd-catalyst
26.00KiB mhwd-nvidia
26.00KiB mhwd-nvidia-390xx
26.00KiB pygobject-devel
26.00KiB xcb-util-keysyms
27.00KiB brandr
27.00KiB manjaro-hotfixes
27.00KiB mhwd-nvidia-340xx
27.00KiB perl-locale-gettext
27.00KiB python-pandocfilters
28.00KiB mhwd-ati
28.00KiB notmuch-vim
28.00KiB urxvt-perls
29.00KiB isousb
29.00KiB perl-http-daemon
29.00KiB perl-object-accessor
29.00KiB systemd-sysvcompat
30.00KiB libfm-extra
30.00KiB libhomfly
30.00KiB perl-file-desktopentry
30.00KiB perl-try-tiny
31.00KiB mkinitcpio-openswap
31.00KiB open-fuse-iso
31.00KiB perl-term-ui
31.00KiB sage-data-combinatorial_designs
32.00KiB diff-so-fancy
33.00KiB perl-digest-sha1
33.00KiB xcb-util-renderutil
34.00KiB hyphen
34.00KiB perl-unicode-casefold
34.00KiB xcb-util-cursor
35.00KiB libcanberra-pulse
35.00KiB libxfixes
35.00KiB python-retrying
35.00KiB xcb-util
36.00KiB ff-theme-util
36.00KiB gksu
36.00KiB libxkbcommon-x11
36.00KiB perl-exporter-tiny
36.00KiB perl-module-pluggable
36.00KiB xautolock
37.00KiB libfontenc
37.00KiB libxxf86vm
37.00KiB xsel
38.00KiB conky-i3
38.00KiB fdupes
38.00KiB lib32-libpciaccess
38.00KiB xorg-xdpyinfo
39.00KiB iniparser
39.00KiB libaio
39.00KiB libnfnetlink
39.00KiB libxxf86dga
39.00KiB perl-bash-completion
39.00KiB python2-retrying
39.00KiB qt5-x11extras
39.00KiB run-parts
40.00KiB libdvdcss
40.00KiB python2-contextlib2
40.00KiB rcm
40.00KiB xf86-input-keyboard
41.00KiB fzy
41.00KiB perl-ipc-system-simple
41.00KiB perl-log-message
42.00KiB lib32-libsm
42.00KiB perl-http-cookies
42.00KiB python2-zc.lockfile
42.00KiB xorg-xmodmap
43.00KiB efibootmgr
43.00KiB fuseiso
43.00KiB libspiro
43.00KiB python2-sphinx-alabaster-theme
43.00KiB python-progress
43.00KiB python-send2trash
44.00KiB lsb-release
44.00KiB perl-net-http
45.00KiB gcolor2
46.00KiB libxshmfence
46.00KiB python-decorator
46.00KiB xorg-bdftopcf
46.00KiB zd1211-firmware
47.00KiB qemu-block-rbd
48.00KiB libasyncns
49.00KiB flintqs
49.00KiB lib32-libffi
49.00KiB python2-imagesize
50.00KiB perl-params-util
50.00KiB perl-yaml-tiny
50.00KiB python2-decorator
50.00KiB qemu-block-gluster
50.00KiB xorg-xkill
51.00KiB markdown_previewer
51.00KiB perl-file-remove
51.00KiB python2-progress
52.00KiB libbytesize
53.00KiB dtrx
53.00KiB gtksourceview-pkgbuild
53.00KiB xorg-luit
53.00KiB zathura-ps
54.00KiB http-parser
54.00KiB openresolv
54.00KiB perl-mime-charset
54.00KiB xcb-util-image
55.00KiB bubblewrap
55.00KiB opendetex
55.00KiB pcmciautils
55.00KiB perl-module-runtime
55.00KiB python2-cycler
55.00KiB xdg-su
55.00KiB xf86-video-dummy
55.00KiB xorg-xsetroot
56.00KiB libdaemon
56.00KiB libtiger
56.00KiB perl-ipc-run3
56.00KiB python-pytoml
56.00KiB python-terminado
56.00KiB xorg-xauth
56.00KiB xorg-xinput
57.00KiB libndp
57.00KiB pygobject2-devel
57.00KiB python2-singledispatch
58.00KiB libmnl
58.00KiB xorg-setxkbmap
59.00KiB colorgcc
59.00KiB egl-wayland
59.00KiB fuse-common
59.00KiB perl-archive-extract
59.00KiB perl-lwp-mediatypes
59.00KiB pplatex-git
59.00KiB python-webencodings
59.00KiB termcap
59.00KiB xclip
60.00KiB expac
60.00KiB python2-constantly
60.00KiB qemu-block-iscsi
61.00KiB b43-fwcutter
61.00KiB semver
62.00KiB lib32-lm_sensors
62.00KiB libxv
62.00KiB startup-notification
63.00KiB gtk-update-icon-cache
63.00KiB libaec
63.00KiB which
64.00KiB libbs2b
64.00KiB npth
64.00KiB python2-sane
64.00KiB python2-webencodings
65.00KiB pacvim-git
65.00KiB python2-bcrypt
65.00KiB python-ptyprocess
65.00KiB sdl_image
66.00KiB libdatrie
66.00KiB perl-sub-exporter
66.00KiB python2-pytoml
66.00KiB xorg-xrdb
68.00KiB libxcomposite
68.00KiB libxres
69.00KiB libxinerama
69.00KiB python2-flask-openid
69.00KiB python2-ptyprocess
69.00KiB xfce4-smartbookmark-plugin
70.00KiB libxrandr
70.00KiB xcb-util-xrm
70.00KiB xorg-iceauth
70.00KiB xorg-xrandr
70.00KiB xorg-xset
71.00KiB lib32-bzip2
71.00KiB signon-kwallet-extension
72.00KiB i3-help
72.00KiB libtermkey
72.00KiB perl-list-moreutils
73.00KiB perl-io-tty
74.00KiB libmms
74.00KiB scrot
74.00KiB sterminal
75.00KiB bmenu
75.00KiB grc
75.00KiB lib32-libxi
75.00KiB libkeybinder3
75.00KiB libxss
76.00KiB giblib
76.00KiB haskell-ghc-paths
76.00KiB hicolor-icon-theme
76.00KiB perl-file-homedir
76.00KiB xorg-mkfontscale
77.00KiB python-appdirs
77.00KiB zita-alsa-pcmi
78.00KiB perl-file-mimeinfo
78.00KiB xorg-xinit
79.00KiB lib32-libxext
79.00KiB libxrender
79.00KiB perl-user-identity
80.00KiB logrotate
80.00KiB morc_menu
81.00KiB python2-appdirs
81.00KiB sbxkb
82.00KiB libtar
82.00KiB stfl
82.00KiB xorg-xprop
83.00KiB minizip
83.00KiB mtdev
83.00KiB python-markupsafe
83.00KiB python-six
83.00KiB python-wcwidth
84.00KiB python2-flask-babel
84.00KiB python-lockfile
85.00KiB liblqr
85.00KiB perl-timedate
87.00KiB dmenu-manjaro
87.00KiB package-query
87.00KiB python-colorama
87.00KiB python-mistune
88.00KiB libatasmart
89.00KiB lrcalc
90.00KiB libpciaccess
90.00KiB libspectre
91.00KiB gsm
92.00KiB python2-funcsigs
93.00KiB gvfs-smb
93.00KiB pptpclient
94.00KiB i3lock
94.00KiB python2-markupsafe
94.00KiB xfce4-eyes-plugin
95.00KiB netctl
95.00KiB python2-lockfile
95.00KiB python2-six
96.00KiB libpaper
96.00KiB libusbmuxd
97.00KiB libdmx
97.00KiB ruby-rspec
98.00KiB lib32-zlib
98.00KiB libindicator-gtk2
98.00KiB mailcap
98.00KiB python2-flask-autoindex
98.00KiB python2-wcwidth
99.00KiB libmpcdec
99.00KiB python2-colorama
99.00KiB qrencode
100.00KiB jupyter_console
100.00KiB par
101.00KiB libxp
103.00KiB ladspa
103.00KiB perl-xml-sax
103.00KiB snappy
104.00KiB lib32-libice
104.00KiB perl-error
105.00KiB python2-prettytable
106.00KiB fisherman
106.00KiB python-cachecontrol
107.00KiB libvterm
107.00KiB nss-mdns
108.00KiB gtkspell
108.00KiB libavc1394
108.00KiB xfce4-genmon-plugin
109.00KiB perl-mailtools
109.00KiB urlscan
110.00KiB ncdu
110.00KiB rencode
111.00KiB haskell-base16-bytestring
112.00KiB haskell-digest
112.00KiB libxft
113.00KiB libpipeline
113.00KiB perl-unicode-stringprep
114.00KiB libxcursor
115.00KiB argon2
115.00KiB libffi
116.00KiB libunique
116.00KiB perl-log-any
117.00KiB libid3tag
117.00KiB python-packaging
117.00KiB tree
117.00KiB xfce4-wavelan-plugin
118.00KiB libxtst
118.00KiB perl-params-validate
118.00KiB xf86-input-mouse
119.00KiB libraqm
119.00KiB t-prot
120.00KiB i3-default-artwork
120.00KiB sysfsutils
121.00KiB lib32-libxmu
122.00KiB ijs
122.00KiB perl-log-dispatch
122.00KiB python2-cachecontrol
123.00KiB downgrade
124.00KiB celt0.5.1
124.00KiB fakeroot
124.00KiB manjaro-icons
124.00KiB xorg-util-macros
125.00KiB libcap
125.00KiB xfce4-datetime-plugin
126.00KiB python2-itsdangerous
126.00KiB python-defusedxml
127.00KiB ffmpegthumbnailer
127.00KiB libxdmcp
127.00KiB zn_poly
128.00KiB libcap-ng
128.00KiB libdbusmenu-gtk2
128.00KiB perl-unicode-utf8simple
128.00KiB python2-repoze.lru
129.00KiB libcacard
129.00KiB perl-list-moreutils-xs
129.00KiB usbmuxd
130.00KiB python2-packaging
131.00KiB haskell-temporary
133.00KiB confuse
133.00KiB haskell-echo
134.00KiB libmpc
134.00KiB matlab-support
134.00KiB python2-pathlib
135.00KiB cliquer
136.00KiB faac
136.00KiB os-prober
136.00KiB python2-futures
136.00KiB xf86-input-evdev
137.00KiB mpfi
138.00KiB chromaprint
139.00KiB libappindicator-gtk2
140.00KiB python-distro
141.00KiB libwbclient
141.00KiB perl-io-stringy
144.00KiB manjaro-keyring
144.00KiB pangox-compat
144.00KiB perl-mime-types
145.00KiB bzip2
145.00KiB libshout
146.00KiB perl-statistics-descriptive
146.00KiB python2-distro
147.00KiB python-sip-pyqt5
147.00KiB xfce4-mpc-plugin
148.00KiB xfce4-cpugraph-plugin
148.00KiB xorgxrdp-git
149.00KiB gvfs-afc
149.00KiB memtest86+
150.00KiB volumeicon
151.00KiB libdvdnav
151.00KiB libiec61883
151.00KiB python2-sip-pyqt5
152.00KiB st-manjaro
153.00KiB acpid
153.00KiB libmad
154.00KiB dunst
154.00KiB json-c
154.00KiB libaccounts-qt
154.00KiB phodav
154.00KiB wmutils
154.00KiB xf86-input-libinput
155.00KiB a52dec
155.00KiB libcdio-paranoia
155.00KiB libieee1284
155.00KiB pari-galdata
155.00KiB rpcbind
155.00KiB xfce4-systemload-plugin
156.00KiB xdg-user-dirs
157.00KiB haveged
157.00KiB pkgconf
157.00KiB splix
157.00KiB thunar-archive-plugin
159.00KiB ckbcomp
159.00KiB libnetfilter_conntrack
159.00KiB libxpm
159.00KiB v86d
160.00KiB libcddb
161.00KiB celt
161.00KiB detox
161.00KiB libx86emu
161.00KiB lxmenu-data
162.00KiB libraw1394
163.00KiB perl-xml-sax-base
163.00KiB python2-tempora
163.00KiB vid.stab
164.00KiB lib32-wayland
165.00KiB gvfs-mtp
166.00KiB libofa
166.00KiB perl-uri
166.00KiB xfce4-verve-plugin
167.00KiB cblas
167.00KiB perl-http-message
167.00KiB pigz
167.00KiB tre
168.00KiB enchant
168.00KiB media-player-info
168.00KiB pacli
169.00KiB dkms
169.00KiB dwdiff
169.00KiB gvfs-gphoto2
169.00KiB nmon
170.00KiB double-conversion
170.00KiB libusb
172.00KiB gamin
173.00KiB perl-html-parser
174.00KiB dash
175.00KiB cdparanoia
175.00KiB iputils
175.00KiB keyutils
175.00KiB xdotool
175.00KiB xfce4-time-out-plugin
176.00KiB gf2x
176.00KiB xorg-server-common
177.00KiB manjaro-browser-settings
177.00KiB moreutils
178.00KiB cifs-utils
179.00KiB serf
179.00KiB speedtest-cli
179.00KiB usbredir
179.00KiB woff2
180.00KiB jbig2dec
181.00KiB libyaml
181.00KiB python2-incremental
182.00KiB perl-parse-yapp
182.00KiB tevent
184.00KiB libassuan
185.00KiB gzip
185.00KiB hdparm
185.00KiB stow
187.00KiB desktop-file-utils
187.00KiB libsynctex
188.00KiB dfc
188.00KiB iml
189.00KiB haskell-cryptohash-sha256
189.00KiB haskell-old-locale
189.00KiB libmpd
190.00KiB ttf-font-icons
191.00KiB libdv
192.00KiB libev
193.00KiB haskell-base64-bytestring
193.00KiB krop
193.00KiB libnsl
194.00KiB python2-logutils
196.00KiB discount
196.00KiB htop
196.00KiB libxkbfile
197.00KiB iw
197.00KiB qt5-webchannel
198.00KiB abook
198.00KiB libao
198.00KiB xfce4-timer-plugin
199.00KiB attr
199.00KiB potrace
199.00KiB yajl
199.00KiB zita-resampler
200.00KiB jansson
201.00KiB sakura
202.00KiB systemd-ui
203.00KiB python-pypeg2
204.00KiB bc
204.00KiB netcf
204.00KiB pacui
204.00KiB xfce4-netload-plugin
205.00KiB gtkspell3
207.00KiB qt5-speech
207.00KiB ttf-inconsolata
208.00KiB fribidi
208.00KiB python2-sphinxcontrib-websupport
210.00KiB libconfig
211.00KiB dosfstools
211.00KiB kcrash
211.00KiB unibilium
212.00KiB c-ares
212.00KiB tlp
213.00KiB libdca
214.00KiB blosc
214.00KiB crda
214.00KiB mkinitcpio
214.00KiB python-pycups
214.00KiB tinyxml2
214.00KiB vpnc
215.00KiB ccze
215.00KiB xfce4-cpufreq-plugin
216.00KiB python-pyte
216.00KiB xbitmaps
217.00KiB python2-jaraco
217.00KiB trash-cli
218.00KiB at-spi2-atk
218.00KiB libmpeg2
218.00KiB libnotify
218.00KiB python2-kiwisolver
218.00KiB signon-plugin-oauth2
219.00KiB lxinput
219.00KiB python2-gtkglext
219.00KiB wildmidi
221.00KiB less
221.00KiB numactl
222.00KiB lib32-alsa-plugins
222.00KiB patch
222.00KiB perl-json
222.00KiB popt
222.00KiB talloc
222.00KiB xcb-util-wm
223.00KiB dmidecode
224.00KiB libnftnl
226.00KiB xfce4-diskperf-plugin
229.00KiB soundtouch
230.00KiB python2-ipaddress
230.00KiB tdb
231.00KiB planarity
234.00KiB lib32-expat
235.00KiB cronie
235.00KiB giflib
237.00KiB libpsl
239.00KiB libbraiding
241.00KiB linux414-virtualbox-host-modules
241.00KiB linux418-virtualbox-host-modules
241.00KiB nfsidmap
241.00KiB xorg-twm
242.00KiB cups-pdf
242.00KiB linux419-virtualbox-host-modules
245.00KiB libgksu
245.00KiB xfce4-fsguard-plugin
247.00KiB python-sip
248.00KiB libvdpau
249.00KiB menu-cache
249.00KiB mhwd-db
249.00KiB python2-subprocess32
250.00KiB haskell-ed25519
250.00KiB manjaro-i3-settings
252.00KiB sbc
253.00KiB opencore-amr
254.00KiB xorg-xkbcomp
255.00KiB compton
255.00KiB libunwind
255.00KiB screenfetch
259.00KiB ruby-rainbow
261.00KiB python2-cairo
261.00KiB python-cairo
262.00KiB alsa-plugins
262.00KiB sage-data-polytopes_db
263.00KiB python-attrs
264.00KiB dot2tex
264.00KiB libsidplay
265.00KiB perl-unicode-linebreak
266.00KiB rtmpdump
268.00KiB filesystem
269.00KiB libass
269.00KiB xdot
270.00KiB thunar-media-tags-plugin
271.00KiB xorg-font-util
272.00KiB efivar
272.00KiB lesspipe
275.00KiB exfat-utils
275.00KiB usbutils
277.00KiB ocl-icd
280.00KiB pkcs11-helper
281.00KiB python2-typing
282.00KiB libdvdread
282.00KiB libksba
284.00KiB libxfont2
285.00KiB bluez-libs
287.00KiB libebml
287.00KiB python2-attrs
288.00KiB haskell-edit-distance
289.00KiB m4
290.00KiB aalib
290.00KiB python-msgpack
291.00KiB polkit-qt5
295.00KiB python-jupyter_core
296.00KiB perl-term-readline-gnu
297.00KiB arandr
297.00KiB libevdev
298.00KiB perl-ipc-run
299.00KiB python2-jupyter_core
301.00KiB libproxy
303.00KiB dmraid
303.00KiB libedit
303.00KiB python2-msgpack
304.00KiB pcsclite
305.00KiB ruby-diff-lcs
306.00KiB byobu
306.00KiB libsrtp
306.00KiB mhwd
307.00KiB acl
307.00KiB pciutils
307.00KiB python2-routes
308.00KiB python-pexpect
310.00KiB xfce4-mount-plugin
311.00KiB enca
311.00KiB libtasn1
312.00KiB libgme
313.00KiB lib32-fontconfig
313.00KiB libsoxr
314.00KiB libsm
316.00KiB lib32-libpng
318.00KiB python2-webtest
318.00KiB python-olefile
318.00KiB xdg-utils
319.00KiB python-pycurl
319.00KiB signon-ui
323.00KiB libgudev
323.00KiB qt5-websockets
325.00KiB haskell-async
325.00KiB python2-pexpect
327.00KiB zlib
330.00KiB python2-olefile
330.00KiB zziplib
331.00KiB libdbusmenu-glib
331.00KiB libxklavier
332.00KiB gssproxy
333.00KiB mobile-broadband-provider-info
336.00KiB libglade
336.00KiB python2-ply
337.00KiB libutf8proc
340.00KiB libbsd
340.00KiB libxmu
340.00KiB perl-libwww
341.00KiB rubiks
342.00KiB m4ri
343.00KiB polkit-gnome
344.00KiB libnghttp2
347.00KiB libmodplug
348.00KiB libnewt
348.00KiB python2-automat
348.00KiB unzip
349.00KiB cups-pk-helper
351.00KiB expat
351.00KiB gcab
351.00KiB portaudio
353.00KiB python2-pyhamcrest
355.00KiB libssh2
357.00KiB quazip
359.00KiB libxext
363.00KiB lz4
364.00KiB libice
364.00KiB libzip
366.00KiB vulkan-icd-loader
367.00KiB gtk-xfce-engine
368.00KiB libdc1394
371.00KiB libstemmer
371.00KiB libtommath
371.00KiB python-poppler-qt5
374.00KiB python-jsonschema
376.00KiB libidn2
377.00KiB girara
378.00KiB libpwquality
381.00KiB lib32-readline
385.00KiB kpty
387.00KiB perl-module-build
389.00KiB clipit
392.00KiB freeglut
393.00KiB python-xdg
396.00KiB cairomm
399.00KiB libnm-gtk
399.00KiB libpgm
401.00KiB python2-hyperlink
403.00KiB f2fs-tools
404.00KiB libcanberra
404.00KiB wayland-protocols
405.00KiB lxappearance
407.00KiB lib32-libdrm
409.00KiB dhcpcd
409.00KiB python2-enum34
411.00KiB lib32-libxt
412.00KiB phonon-qt5-gstreamer
413.00KiB wireless_tools
415.00KiB ebtables
416.00KiB unpaper
417.00KiB gpm
431.00KiB haskell-transformers-compat
434.00KiB isync
435.00KiB lzo
439.00KiB python-bibtexparser
440.00KiB rmlint
440.00KiB wavpack
442.00KiB dconf
444.00KiB jre7-openjdk
444.00KiB ndctl
444.00KiB twolame
446.00KiB glib-networking
446.00KiB kaccounts-integration
448.00KiB libkexiv2
450.00KiB xfce4-taskmanager
451.00KiB davfs2
451.00KiB xfce4-appfinder
452.00KiB python-requests
453.00KiB mujs
455.00KiB metis
457.00KiB python2-more-itertools
458.00KiB accounts-qml-module
458.00KiB lm_sensors
459.00KiB gocr
461.00KiB fuse2
462.00KiB nitrogen
465.00KiB mkinitcpio-busybox
467.00KiB tslib
468.00KiB kdbusaddons
469.00KiB libsodium
469.00KiB re2
471.00KiB haskell-zip-archive
474.00KiB sip
474.00KiB xfce4-battery-plugin
476.00KiB jre8-openjdk
477.00KiB pangomm
478.00KiB libuv
479.00KiB libogg
480.00KiB cpupower
483.00KiB libvisual
486.00KiB xfce4-sensors-plugin
487.00KiB imagemagick
487.00KiB libxi
488.00KiB qt5-svg
489.00KiB pinentry
489.00KiB python2-cysignals
490.00KiB i3status-manjaro
490.00KiB libsasl
491.00KiB libexttextcat
491.00KiB libvoikko
492.00KiB haskell-hashable
492.00KiB libkate
492.00KiB xmlstarlet
493.00KiB gdbm
494.00KiB libplacebo
494.00KiB qtermwidget
494.00KiB sound-theme-freedesktop
497.00KiB python-ipywidgets
500.00KiB haskell-old-time
503.00KiB vimiv
505.00KiB libfm-gtk2
506.00KiB lmdb
506.00KiB python2-requests
509.00KiB grsync
511.00KiB libupnp
514.00KiB psmisc
515.00KiB libtirpc
516.00KiB feh
519.00KiB ruby-rspec-support
520.00KiB python-jupyter_client
522.00KiB libpcap
522.00KiB libwacom
523.00KiB libgusb
524.00KiB leveldb
524.00KiB perl-mail-box
526.00KiB jupyter-nbformat
527.00KiB licenses
528.00KiB lib32-mesa-demos
529.00KiB rmlint-shredder
530.00KiB virglrenderer
531.00KiB glu
535.00KiB antiword
539.00KiB xfce4-notifyd
540.00KiB python-dbus
540.00KiB ruby-coderay
544.00KiB kmod
544.00KiB perl-math-prime-util-gmp
544.00KiB python2-beaker
545.00KiB python-pypdf2
546.00KiB kguiaddons
546.00KiB speexdsp
548.00KiB notmuch-runtime
549.00KiB xfce4-notes-plugin
550.00KiB atkmm
551.00KiB libiscsi
551.00KiB libxkbcommon
552.00KiB msmtp
553.00KiB python2-ipywidgets
554.00KiB command-not-found
554.00KiB lib32-glu
554.00KiB libgxps
555.00KiB lib32-glew
555.00KiB python-icalendar
556.00KiB fbida
559.00KiB faad2
562.00KiB moc
563.00KiB rsync
564.00KiB ipw2200-fw
570.00KiB libplist
571.00KiB python2-jupyter_client
571.00KiB qterminal
571.00KiB ttf-bitstream-vera
575.00KiB python2-pyenchant
575.00KiB zip
577.00KiB libdvbpsi
578.00KiB haskell-exceptions
579.00KiB haskell-network-uri
579.00KiB libomxil-bellagio
580.00KiB ecryptfs-utils
580.00KiB libpng
584.00KiB libseccomp
592.00KiB haskell-random
595.00KiB python2-pyopenssl
595.00KiB thefuck
598.00KiB libheif
605.00KiB ipw2100-fw
609.00KiB arpack
612.00KiB tmux
613.00KiB python-urllib3
614.00KiB python2-pyasn1
615.00KiB sed
617.00KiB catdoc
618.00KiB libgexiv2
618.00KiB libmypaint
620.00KiB upower
628.00KiB lcms2
628.00KiB xorg-fonts-encodings
631.00KiB libdbusmenu-qt5
632.00KiB gd
636.00KiB python2-lz4
636.00KiB reiserfsprogs
637.00KiB gts
637.00KiB kglobalaccel
637.00KiB libssh
638.00KiB neon
638.00KiB speex
639.00KiB perl-mail-message
642.00KiB libatomic_ops
643.00KiB poppler-qt5
643.00KiB xfce4-screenshooter
645.00KiB python-lz4
646.00KiB xfce4-mailwatch-plugin
647.00KiB apr-util
648.00KiB python-parso
650.00KiB network-manager-applet
657.00KiB python-pyparsing
658.00KiB libthai
659.00KiB cmark
659.00KiB diffpdf
661.00KiB python2-urllib3
662.00KiB inxi
663.00KiB thunar-volman
665.00KiB xfce4-pulseaudio-plugin
668.00KiB tig
669.00KiB python2-gmpy2
677.00KiB python-idna
678.00KiB python2-numexpr
684.00KiB gsasl
684.00KiB python2-pbr
685.00KiB libmng
686.00KiB libnfs
687.00KiB ding-libs
690.00KiB libidn
690.00KiB powertop
696.00KiB gspell
696.00KiB vde2
698.00KiB karchive
699.00KiB networkmanager-vpnc
699.00KiB xfce4-clipman-plugin
703.00KiB rubber
706.00KiB lib32-ncurses
706.00KiB mosh
708.00KiB cantarell-fonts
708.00KiB liburcu
708.00KiB libva
708.00KiB python2-pyparsing
709.00KiB libnma
709.00KiB m4rie
710.00KiB inotify-tools
716.00KiB python-traitlets
717.00KiB mlocate
717.00KiB python2-flask-silk
718.00KiB python-yaml
722.00KiB xvidcore
728.00KiB perl-cpanplus
730.00KiB libnumbertext
731.00KiB readline
737.00KiB nspr
737.00KiB wayland
739.00KiB dnsmasq
740.00KiB libburn
741.00KiB python2-cheroot
744.00KiB gc
747.00KiB manjaro-settings-manager-notifier
747.00KiB perl-xml-libxml
747.00KiB pixman
748.00KiB networkmanager-pptp
749.00KiB gptfdisk
752.00KiB calcurse
753.00KiB kactivities
753.00KiB mpfr
757.00KiB gobject-introspection-runtime
757.00KiB xz
760.00KiB hspell
767.00KiB qd
769.00KiB dbus-glib
774.00KiB graphite
774.00KiB mpg123
774.00KiB xfce4-dict
775.00KiB rest
775.00KiB zathura
782.00KiB libisofs
784.00KiB libxfce4util
785.00KiB kjobwidgets
788.00KiB gtk-vnc
789.00KiB ocrad
791.00KiB ufw
792.00KiB python2-traitlets
795.00KiB python2-click
796.00KiB python2-mako
799.00KiB gmp-ecm
801.00KiB volume_key
810.00KiB ldb
811.00KiB perl-log-log4perl
812.00KiB webrtc-audio-processing
815.00KiB haskell-zlib
822.00KiB python-ipykernel
823.00KiB nettle
823.00KiB tumbler
826.00KiB lib32-freetype2
830.00KiB device-mapper
830.00KiB yaourt
832.00KiB python2-mock