diff options
author | Martin Whitaker <mageia@martin.whitaker.me.uk> | 2022-10-05 12:28:26 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin.whitaker.me.uk> | 2022-10-05 12:28:26 +0100 |
commit | 40da3991acdb6e97b30742ef6107b264fd8be44a (patch) | |
tree | 37e32e3ac9b51b6d20824579fd88c11070e6cd7f /config/pkg-exclude.lst | |
parent | 5ce51cb316e3afb3baf0b4c82f45335e161cb011 (diff) | |
download | drakclassic-config-40da3991acdb6e97b30742ef6107b264fd8be44a.tar drakclassic-config-40da3991acdb6e97b30742ef6107b264fd8be44a.tar.gz drakclassic-config-40da3991acdb6e97b30742ef6107b264fd8be44a.tar.bz2 drakclassic-config-40da3991acdb6e97b30742ef6107b264fd8be44a.tar.xz drakclassic-config-40da3991acdb6e97b30742ef6107b264fd8be44a.zip |
Clean up package exclude lists.
Move items that significantly increase the ISO size from the to-review list
to the main list. Drop items that make little difference to the ISO size.
Diffstat (limited to 'config/pkg-exclude.lst')
-rw-r--r-- | config/pkg-exclude.lst | 66 |
1 files changed, 52 insertions, 14 deletions
diff --git a/config/pkg-exclude.lst b/config/pkg-exclude.lst index 2a0bbb5..9446f23 100644 --- a/config/pkg-exclude.lst +++ b/config/pkg-exclude.lst @@ -1,33 +1,70 @@ -# This list was derived from the bcd lists, removing any redundant or obsolete -# entries. Updated to reduce size of mga8 ISOs. - -# kernel +# Exclude unwanted kernel flavours and sources. kernel-linus* kernel-source* -# others +# Exclude some large applications to reduce the ISO size. apper bijiben cascadia-* +celestia +dia +eom exaile gimp-help-* -google-noto-sans-hk-fonts -google-noto-sans-jp-fonts -google-noto-sans-kr-fonts -google-noto-sans-sc-fonts -google-noto-sans-tc-fonts -java-17-openjdk-headless-slowdebug +libreoffice-wiki-publisher manslide ocaml +pan postgresql13* scribus +skanlite stellarium +taktuk task-windowmaker texlive +tvtime +xfig + +# This depends on python3-matplotlib, which tries to pull in texlive. +# The texlive package really needs splitting up. +pitivi + +# Exclude some fonts to reduce the ISO size. +adf-*-fonts +fonts-ttf-al-anvar-* +google-croscore*-fonts +google-noto-kufi-arabic*-fonts +google-noto-naskh-arabic*-fonts +google-noto-sans-hebrew*-fonts +google-noto-sans-mono*-fonts +google-noto-sans-myanmar*-fonts +google-noto-serif*-fonts +google-roboto*-fonts +mathjax-*-fonts +sj-*-fonts* x11-font-bh-type1 -# These provide a superset of the modules included in perl and perl-base. -# The subset provided by perl and perl-base is currently sufficient. +# These fonts are identical to the ones in fonts-otf-source-han. +google-noto-sans-cjk-*-fonts +google-noto-sans-hk-fonts +google-noto-sans-jp-fonts +google-noto-sans-kr-fonts +google-noto-sans-sc-fonts +google-noto-sans-tc-fonts + +# Exclude some unnecessary alternatives. +java-17-openjdk-headless-slowdebug +lxqt-* +python3-polkit-efl-agent +urpmi-parallel-* + +i586: libkf5konq-devel + +x86_64: lib64kf5konq-devel + +# These are not caught by the script which generates the perl excludes, +# because they provide a superset of the modules provided in perl and +# perl-base. perl-Filter perl-IO-Compress perl-IO-Extended @@ -36,4 +73,5 @@ perl-Scalar-List-Utils perl-Text-Tabs+Wrap perl-Tie-Watch -#x86_64:firefox-beta +# This is only present in cauldron and gets removed just before release. +x86_64:firefox-beta |