From 7997b3150c984fbb9e37fa9c659eb032b69cf2bc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 24 Oct 2006 17:53:54 +0000 Subject: show nice icons in "mandriva choice" mode --- rpmdrake | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/rpmdrake b/rpmdrake index 1a716b80..ccfced06 100755 --- a/rpmdrake +++ b/rpmdrake @@ -323,6 +323,36 @@ my %group_icons = ( N("Text tools") => 'text_tools_section', N("Toys") => 'toys_section', N("Video") => 'video_section', + + # for Mandriva Choice: + N("Workstation") => 'office_section', + join('|', N("Workstation"), N("Configuration")) => 'configuration_section', + join('|', N("Workstation"), N("Console Tools")) => 'interpreters_section', + join('|', N("Workstation"), N("Documentation")) => 'documentation_section', + join('|', N("Workstation"), N("Game station")) => 'amusement_section', + join('|', N("Workstation"), N("Internet station")) => 'networking_section', + join('|', N("Workstation"), N("Multimedia station")) => 'multimedia_section', + join('|', N("Workstation"), N("Network Computer (client)")) => 'other_networking', + join('|', N("Workstation"), N("Office Workstation")) => 'office_section', + join('|', N("Workstation"), N("Scientific Workstation")) => 'sciences_section', + N("Graphical Environment") => 'office_section', + + join('|', N("Graphical Environment"), N("GNOME Workstation")) => 'gnome_section', + join('|', N("Graphical Environment"), N("IceWm Desktop")) => 'icewm', + join('|', N("Graphical Environment"), N("KDE Workstation")) => 'kde_section', + join('|', N("Graphical Environment"), N("Other Graphical Desktops")) => 'more_applications_other_section', + N("Development") => 'development_section', + join('|', N("Development"), N("Development")) => 'development_section', + join('|', N("Development"), N("Documentation")) => 'documentation_section', + N("Server") => 'archiving_section', + join('|', N("Server"), N("DNS/NIS")) => 'networking_section', + join('|', N("Server"), N("Database")) => 'databases_section', + join('|', N("Server"), N("Firewall/Router")) => 'networking_section', + join('|', N("Server"), N("Mail")) => 'mail_section', + join('|', N("Server"), N("Mail/Groupware/News")) => 'mail_section', + join('|', N("Server"), N("Network Computer server")) => 'networking_section', + join('|', N("Server"), N("Web/FTP")) => 'networking_www_section', + ); -- cgit v1.2.1