summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2023-02-06 11:41:21 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2023-02-06 12:04:05 +0000
commitc7084b430b9aa8b896b947a303eb8a2105fe36e8 (patch)
treee6a1609f4e9fa57e77f3943e0cf8a262a605cc11
parent89c8d351cb366dc3a30286dbe34cb8364ce69044 (diff)
downloaddraklive-config-c7084b430b9aa8b896b947a303eb8a2105fe36e8.tar
draklive-config-c7084b430b9aa8b896b947a303eb8a2105fe36e8.tar.gz
draklive-config-c7084b430b9aa8b896b947a303eb8a2105fe36e8.tar.bz2
draklive-config-c7084b430b9aa8b896b947a303eb8a2105fe36e8.tar.xz
draklive-config-c7084b430b9aa8b896b947a303eb8a2105fe36e8.zip
Exclude gimp on the Plasma ISO to reduce the size of distrib.sqfs.
The ISO9660 filesystem has a file size limit of 4GB.
-rw-r--r--config/build.cfg4
1 files changed, 4 insertions, 0 deletions
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'),