Skip to content

Commit e31b034

Browse files
committed
add dicts
1 parent 5477a0c commit e31b034

2 files changed

Lines changed: 28 additions & 20 deletions

File tree

get-dependencies.sh

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,23 @@ ARCH=$(uname -m)
77
echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
99
pacman -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

2429
echo "Installing debloated packages..."

make-appimage.sh

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff 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
1717
quick-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
2831
quick-sharun --make-appimage

0 commit comments

Comments
 (0)