diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-05-11 14:20:29 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-05-11 14:20:29 +0000 |
commit | 8127b3b32cde3d2660f51cb6f5b04687ac27e34a (patch) | |
tree | 60500d5bca76f1235c352deecc4af440f0db4a97 | |
parent | 36deb6ac4a5e3d7a47de9d7809a7684df0855c7c (diff) | |
download | draklive-config-8127b3b32cde3d2660f51cb6f5b04687ac27e34a.tar draklive-config-8127b3b32cde3d2660f51cb6f5b04687ac27e34a.tar.gz draklive-config-8127b3b32cde3d2660f51cb6f5b04687ac27e34a.tar.bz2 draklive-config-8127b3b32cde3d2660f51cb6f5b04687ac27e34a.tar.xz draklive-config-8127b3b32cde3d2660f51cb6f5b04687ac27e34a.zip |
drop imagemagick & kipi-plugins-batchprocess from Asia isos in favour of gimp
-rw-r--r-- | config/auto_inst.cfg.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index d592669..6ae2221 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -105,6 +105,9 @@ $o = { 'kipi-plugins-expoblending', # pulls in hugin 'enblend', + if_($ENV{DRAKLIVE_REGION} eq 'Asia-no-India', + 'imagemagick', 'kipi-plugins-batchprocess'), + 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', |