From 5db21f9995a92d07d4a779f525d9f48e193d6c75 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Wed, 5 Oct 2022 20:41:54 +0100 Subject: Reduce the number of alternative fonts included on the ISO. Aim to include: - all fonts suggested by rpmsrate - all X11 fonts - all google-noto-sans fonts except - the monospaced fonts (take up too much space) - the CJK fonts (these are rebadged versions of the fonts contained in fonts-otf-source-han, which is suggested by rpmsrate) - all fonts specifically required by another package on the ISO --- config/build.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'config/build.cfg') diff --git a/config/build.cfg b/config/build.cfg index 1d98299..6bc7f5d 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -34,6 +34,7 @@ my $config = { package_exclude_lists => [ 'config/pkg-exclude.lst', 'config/pkg-exclude-perl.lst', + 'config/pkg-exclude-fonts.lst', 'config/pkg-exclude-to-review.lst', ], biarch_packages => [ -- cgit v1.2.1