diff options
-rw-r--r-- | config/auto_inst.cfg.pl | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 040cda8..3836021 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -107,27 +107,6 @@ $o = { 'kipi-plugins-expoblending', # pulls in hugin 'enblend', - if_($ENV{DRAKLIVE_LANGS} !~ /\bpt\b/ && $ENV{DRAKLIVE_REGION} ne 'all', - #- do not install pt translations if only pt_BR is explicitely selected - 'kde-l10n-pt', 'firefox-pt_PT', 'libreoffice-langpack-pt_PT', 'myspell-pt_PT', - ), - if_($ENV{DRAKLIVE_LANGS} !~ /\bbr\b/ && $ENV{DRAKLIVE_REGION} ne 'all', - #- do not install libreoffice br translations if only fr is explicitely selected - #- (the br package require locales-fr so it is auto-selected if fr is available) - 'libreoffice-langpack-br', - ), - if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|Europe1)\b/, - 'kde-l10n-en_GB', 'firefox-en_GB', 'myspell-en_GB', - ), - if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|Americas)\b/, - 'kde-l10n-en_US', 'myspell-en_US', - ), - if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|Americas|Europe1)\b/, - 'libreoffice-langpack-en', - 'autocorr-en', 'hunspell-en', 'hyphen-en', 'mythes-en', - '/^firefox-en_/', - '/^myspell-en_/', - ), 'task-printing-scanning', 'qtradio', 'kradio', 'system-config-printer', @@ -194,7 +173,6 @@ $o = { # not wanted 'mate-polkit', - if_($ENV{DRAKLIVE_REGION} eq 'int', 'ardour', 'ardour3', 'lftp', 'lm_sensors', 'kscd', 'tvtime', 'kamera', '/^plasma-applet-system-monitor-/', 'dragon', 'k3b'), ], 'default_packages' => [ if_($has_plasma5, "$distro_config-plasma5-config"), |