From c7084b430b9aa8b896b947a303eb8a2105fe36e8 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 6 Feb 2023 11:41:21 +0000 Subject: Exclude gimp on the Plasma ISO to reduce the size of distrib.sqfs. The ISO9660 filesystem has a file size limit of 4GB. --- config/build.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/build.cfg b/config/build.cfg index ae5e033..74f75b2 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -165,6 +165,10 @@ my $config = { 'inkscape', 'polkit-kde-agent-1', ), + + if_($has_plasma, + 'gimp', 'gimp-help', + ), ], preferred_packages => [ if_($has_gnome, 'gdm'), -- cgit v1.2.1