diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-01-08 18:19:24 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-01-08 18:19:24 +0000 |
commit | 9cda92c2ae5ace7f69642648a6647e93a488c7bf (patch) | |
tree | 276d61cf0a25faf84ec8605f7fa843e20132cf01 | |
parent | 4e78c032f6f03fc948db85ffc5c2ba8c63652866 (diff) | |
download | draklive-config-9cda92c2ae5ace7f69642648a6647e93a488c7bf.tar draklive-config-9cda92c2ae5ace7f69642648a6647e93a488c7bf.tar.gz draklive-config-9cda92c2ae5ace7f69642648a6647e93a488c7bf.tar.bz2 draklive-config-9cda92c2ae5ace7f69642648a6647e93a488c7bf.tar.xz draklive-config-9cda92c2ae5ace7f69642648a6647e93a488c7bf.zip |
allow soprano-plugin-virtuoso for now until mikala explains _why_ it is now needed :/
-rw-r--r-- | config/auto_inst.cfg.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 34d5229..7961734 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -84,7 +84,11 @@ $o = { 'konversation', 'kerry', 'kdebase4-workspace-googlegadgets', - 'nepomuk-scribo', 'soprano-plugin-virtuoso', + 'nepomuk-scribo', + + # allow this for now until mikala explains _why_ it is needed + # 'soprano-plugin-virtuoso', + 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', |