File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,18 +7,23 @@ ARCH=$(uname -m)
77echo " Installing package dependencies..."
88echo " ---------------------------------------------------------------"
99pacman -Syu --noconfirm \
10- bogofilter \
11- claws-mail \
12- ghostscript \
13- gumbo-parser \
14- libarchive \
15- libcanberra \
16- libical \
17- libnotify \
18- libytnef \
19- perl \
20- poppler-glib \
21- spamassassin \
10+ bogofilter \
11+ claws-mail \
12+ ghostscript \
13+ gumbo-parser \
14+ hunspell-de \
15+ hunspell-en_us \
16+ hunspell-es_any \
17+ hunspell-fr \
18+ hunspell-ru \
19+ libarchive \
20+ libcanberra \
21+ libical \
22+ libnotify \
23+ libytnef \
24+ perl \
25+ poppler-glib \
26+ spamassassin \
2227 webkit2gtk-4.1
2328
2429echo " Installing debloated packages..."
Original file line number Diff line number Diff line change @@ -15,14 +15,17 @@ export PATH_MAPPING_HARDCODED=fancy.so
1515
1616# Deploy the application, its plugins, web extensions and all their dependencies
1717quick-sharun \
18- /usr/bin/claws-mail \
19- /usr/lib/claws-mail \
20- /usr/bin/perl \
21- /usr/lib/perl5 \
22- /usr/lib/libldap.so* \
23- /usr/lib/liblber.so* \
24- /usr/lib/libytnef.so* \
25- /usr/lib/libwebkit2gtk-* .so*
18+ /usr/bin/claws-mail \
19+ /usr/lib/claws-mail \
20+ /usr/bin/perl \
21+ /usr/lib/perl5 \
22+ /usr/lib/libldap.so* \
23+ /usr/lib/liblber.so* \
24+ /usr/lib/libytnef.so* \
25+ /usr/lib/libwebkit2gtk-* .so* \
26+ /usr/share/hunspell \
27+ /usr/share/enchant-2 \
28+ /usr/lib/enchant-2/* hunspell.so
2629
2730# Turn AppDir into AppImage
2831quick-sharun --make-appimage
You can’t perform that action at this time.
0 commit comments