From 62fb86d574affb7b3415aa0ae1a38aa35d79bcd4 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 6 May 2012 15:39:28 +0000 Subject: more fixes for rc isos --- config/auto_inst.cfg.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index fbc58df..4a5af33 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -71,6 +71,17 @@ $o = { #- !TYPE"64bit" packages are selected by default for live #- skip i586 ones if not relevant 'libqca1-tls', + + if_($ENV{DRAKLIVE_REGION} eq 'Asia-Noindia', + 'gimp', 'ibus-table-wubi', + ), + if_($ENV{DRAKLIVE_REGION} eq 'Europe2', + 'gimp', 'pidgin-plugins', 'kscd', 'tvtime', + 'plasma-applet-system-monitor-cpu', 'plasma-applet-system-monitor-hdd', + 'plasma-applet-system-monitor-hwinfo', 'plasma-applet-system-monitor-net', + 'plasma-applet-system-monitor-temperature', 'python-kde4', 'plasma-scriptengine-python', + 'lib64atlas3-x86_64', + ), ), if_($ENV{DRAKLIVE_PRODUCT} !~ /gaming/i, #- non-DVD products #- from task-kde Suggests -- cgit v1.2.1