|
|
|
|
@ -302,11 +302,12 @@ sub plugin_setup_default_modules($$$) |
|
|
|
|
{ |
|
|
|
|
my ($update_list_ref, $build_list_ref, $package_opts_ref) = @_; |
|
|
|
|
|
|
|
|
|
foreach my $pack qw(kdevelop kdewebdev kdeaccessibility koffice kdesdk kdereview playground/accessibility |
|
|
|
|
playground/artwork playground/base playground/bindings playground/devtools |
|
|
|
|
playground/edu playground/games playground/graphics playground/ioslaves |
|
|
|
|
playground/multimedia playground/network playground/office playground/pim |
|
|
|
|
playground/sysadmin playground/utils extragear/multimedia ) |
|
|
|
|
foreach my $pack qw(kdevelop kdewebdev kdeaccessibility kdesdk kdereview) |
|
|
|
|
# koffice playground/accessibility |
|
|
|
|
# playground/artwork playground/base playground/bindings playground/devtools |
|
|
|
|
# playground/edu playground/games playground/graphics playground/ioslaves |
|
|
|
|
# playground/multimedia playground/network playground/office playground/pim |
|
|
|
|
# playground/sysadmin playground/utils extragear/multimedia ) |
|
|
|
|
{ |
|
|
|
|
push(@$update_list_ref, $pack); |
|
|
|
|
push(@$build_list_ref, $pack); |
|
|
|
|
|