diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-07-03 01:38:56 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-07-03 01:38:56 +0300 |
commit | 304f3e96a23d153e1739483c83fbfd43b8b3722c (patch) | |
tree | 577a87214548d5675c670efa143501e8d16ecc65 | |
parent | f61c1f4b247c244d82c26ca7af77d332ca391f59 (diff) | |
download | draklive-config-304f3e96a23d153e1739483c83fbfd43b8b3722c.tar draklive-config-304f3e96a23d153e1739483c83fbfd43b8b3722c.tar.gz draklive-config-304f3e96a23d153e1739483c83fbfd43b8b3722c.tar.bz2 draklive-config-304f3e96a23d153e1739483c83fbfd43b8b3722c.tar.xz draklive-config-304f3e96a23d153e1739483c83fbfd43b8b3722c.zip |
auto_inst.cfg.pl: drop more unused stuff
-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"), |