From 363ec49aabc89eed26cea8181167d62684d4ee27 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 22 Jun 2007 13:51:13 +0000 Subject: deprecate "Cluster/Message Passing", "Cluster/Queueing Services", "System/Deploiement" & "System/Deployment" groups in favor of new "System/Cluster" group --- Rpmdrake/icon.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Rpmdrake/icon.pm') diff --git a/Rpmdrake/icon.pm b/Rpmdrake/icon.pm index bdc72a70..00d9ae8e 100755 --- a/Rpmdrake/icon.pm +++ b/Rpmdrake/icon.pm @@ -44,9 +44,6 @@ my %group_icons = ( join('|', N("Books"), N("Howtos")) => 'documentation_section', join('|', N("Books"), N("Literature")) => 'documentation_section', join('|', N("Books"), N("Other")) => 'education_other_section', - N("Cluster") => 'parallel_computing_section', - join('|', N("Cluster"), N("Message Passing")) => '', - join('|', N("Cluster"), N("Queueing Services")) => '', N("Communications") => 'communications_section', N("Databases") => 'databases_section', N("Development") => 'development_section', @@ -128,6 +125,7 @@ my %group_icons = ( N("Sound") => 'sound_section', N("System") => 'system_section', join('|', N("System"), N("Base")) => 'system_section', + join('|', N("System"), N("Cluster")) => 'parallel_computing_section', join('|', N("System"), N("Configuration")) => 'configuration_section', join('|', N("System"), N("Configuration"), N("Boot and Init")) => 'boot_init_section', join('|', N("System"), N("Configuration"), N("Hardware")) => 'hardware_configuration_section', @@ -135,8 +133,6 @@ my %group_icons = ( join('|', N("System"), N("Configuration"), N("Other")) => 'system_other_section', join('|', N("System"), N("Configuration"), N("Packaging")) => 'packaging_section', join('|', N("System"), N("Configuration"), N("Printing")) => 'printing_section', - join('|', N("System"), N("Deploiement")) => '', - join('|', N("System"), N("Deployment")) => '', join('|', N("System"), N("Fonts")) => 'chinese_section', join('|', N("System"), N("Fonts"), N("Console")) => 'interpreters_section', join('|', N("System"), N("Fonts"), N("True type")) => '', -- cgit v1.2.1