Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion get-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ get-debloated-pkgs --add-common --prefer-nano
# Comment this out if you need an AUR package
make-aur-package collabora-office

# remove dicts since this can use the system hunspell dicts instead
# remove dicts since this can use the system hunspell dicts instead
rm -rf /usr/lib/collabora-office/share/extensions

# remove heavy bundled fonts since they can be used from the host
d=/usr/lib/collabora-office/share/fonts/truetype
rm -f "$d"/Noto* "$d"/LinLibertine*

# If the application needs to be manually built that has to be done down here

# if you also have to make nightly releases check for DEVEL_RELEASE = 1
Expand Down