aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/icon.pm
diff options
context:
space:
mode:
authorFunda Wang <fwang@mageia.org>2012-10-16 07:21:04 +0000
committerFunda Wang <fwang@mageia.org>2012-10-16 07:21:04 +0000
commit6e4523a26d300de377adad313895846e7b24e8b3 (patch)
tree4fa4428227f68953933c5d95e4ec0154c3e6bd74 /Rpmdrake/icon.pm
parent95164178be670310962399ee88ba7a30b8d8357b (diff)
downloadrpmdrake-6e4523a26d300de377adad313895846e7b24e8b3.tar
rpmdrake-6e4523a26d300de377adad313895846e7b24e8b3.tar.gz
rpmdrake-6e4523a26d300de377adad313895846e7b24e8b3.tar.bz2
rpmdrake-6e4523a26d300de377adad313895846e7b24e8b3.tar.xz
rpmdrake-6e4523a26d300de377adad313895846e7b24e8b3.zip
update icons according to our new rpm group
Diffstat (limited to 'Rpmdrake/icon.pm')
-rw-r--r--Rpmdrake/icon.pm47
1 files changed, 40 insertions, 7 deletions
diff --git a/Rpmdrake/icon.pm b/Rpmdrake/icon.pm
index 97de56a4..0ae2075e 100644
--- a/Rpmdrake/icon.pm
+++ b/Rpmdrake/icon.pm
@@ -39,27 +39,35 @@ my %group_icons = (
join('|', N("Archiving"), N("Cd burning")) => 'cd_burning_section',
join('|', N("Archiving"), N("Compression")) => 'compression_section',
join('|', N("Archiving"), N("Other")) => 'other_archiving',
- N("Books") => 'documentation_section',
- join('|', N("Books"), N("Computer books")) => 'documentation_section',
- join('|', N("Books"), N("Faqs")) => 'documentation_section',
- join('|', N("Books"), N("Howtos")) => 'documentation_section',
- join('|', N("Books"), N("Literature")) => 'documentation_section',
- join('|', N("Books"), N("Other")) => 'education_other_section',
N("Communications") => 'communications_section',
+ join('|', N("Communications"), N("Bluetooth")) => 'communications_section',
+ join('|', N("Communications"), N("Bluetooth")) => 'communications_section',
+ join('|', N("Communications"), N("Dial-Up")) => 'communications_section',
+ join('|', N("Communications"), N("Fax")) => 'communications_section',
+ join('|', N("Communications"), N("Mobile")) => 'communications_section',
+ join('|', N("Communications"), N("Radio")) => 'communications_section',
+ join('|', N("Communications"), N("Serial")) => 'communications_section',
+ join('|', N("Communications"), N("Telephony")) => 'communications_section',
N("Databases") => 'databases_section',
N("Development") => 'development_section',
+ join('|', N("Development"), N("Basic")) => '',
join('|', N("Development"), N("C")) => '',
join('|', N("Development"), N("C++")) => '',
+ join('|', N("Development"), N("C#")) => '',
join('|', N("Development"), N("Databases")) => 'databases_section',
+ join('|', N("Development"), N("Erlang")) => '',
join('|', N("Development"), N("GNOME and GTK+")) => 'gnome_section',
join('|', N("Development"), N("Java")) => '',
join('|', N("Development"), N("KDE and Qt")) => 'kde_section',
join('|', N("Development"), N("Kernel")) => 'hardware_configuration_section',
+ join('|', N("Development"), N("OCaml")) => '',
join('|', N("Development"), N("Other")) => 'development_tools_section',
join('|', N("Development"), N("Perl")) => '',
join('|', N("Development"), N("PHP")) => '',
join('|', N("Development"), N("Python")) => '',
+ join('|', N("Development"), N("Tools")) => '',
join('|', N("Development"), N("X11")) => 'office_section',
+ N("Documentation") => 'documentation_section',
N("Editors") => 'emulators_section',
N("Education") => 'education_section',
N("Emulators") => 'emulators_section',
@@ -71,8 +79,10 @@ my %group_icons = (
join('|', N("Games"), N("Cards")) => 'cards_section',
join('|', N("Games"), N("Other")) => 'other_amusement',
join('|', N("Games"), N("Puzzles")) => 'puzzle_section',
+ join('|', N("Games"), N("Shooter")) => 'other_amusement',
join('|', N("Games"), N("Sports")) => 'sport_section',
join('|', N("Games"), N("Strategy")) => 'strategy_section',
+ N("Geography") => 'geosciences_section',
N("Graphical desktop") => 'office_section',
join('|', N("Graphical desktop"),
#-PO: This is a package/product name. Only translate it if needed:
@@ -98,6 +108,12 @@ my %group_icons = (
#-PO: This is a package/product name. Only translate it if needed:
N("Xfce")) => '',
N("Graphics") => 'graphics_section',
+ join('|', N("Graphics"), N("3D")) => '',
+ join('|', N("Graphics"), N("Editors")) => '',
+ join('|', N("Graphics"), N("Other")) => '',
+ join('|', N("Graphics"), N("Photography")) => '',
+ join('|', N("Graphics"), N("Scanning")) => '',
+ join('|', N("Graphics"), N("Viewers")) => '',
N("Monitoring") => 'monitoring_section',
N("Multimedia") => 'multimedia_section',
join('|', N("Multimedia"), N("Video")) => 'video_section',
@@ -112,19 +128,33 @@ my %group_icons = (
join('|', N("Networking"), N("Remote access")) => 'remote_access_section',
join('|', N("Networking"), N("WWW")) => 'networking_www_section',
N("Office") => 'office_section',
+ join('|', N("Office"), N("Dictionary")) => '',
+ join('|', N("Office"), N("Finance")) => '',
+ join('|', N("Office"), N("Management")) => '',
+ join('|', N("Office"), N("Organizer")) => '',
+ join('|', N("Office"), N("Other")) => '',
+ join('|', N("Office"), N("Spreadsheet")) => '',
+ join('|', N("Office"), N("Suite")) => '',
+ join('|', N("Office"), N("Word processor")) => '',
N("Public Keys") => 'packaging_section',
N("Publishing") => 'publishing_section',
+ N("Security") => 'packaging_section',
N("Sciences") => 'sciences_section',
join('|', N("Sciences"), N("Astronomy")) => 'astronomy_section',
join('|', N("Sciences"), N("Biology")) => 'biology_section',
join('|', N("Sciences"), N("Chemistry")) => 'chemistry_section',
join('|', N("Sciences"), N("Computer science")) => 'computer_science_section',
- join('|', N("Sciences"), N("Geosciences")) => 'geosciences_section',
join('|', N("Sciences"), N("Mathematics")) => 'mathematics_section',
join('|', N("Sciences"), N("Other")) => 'other_sciences',
join('|', N("Sciences"), N("Physics")) => 'physics_section',
N("Shells") => 'shells_section',
N("Sound") => 'sound_section',
+ join('|', N("Sound"), N("Editors and Convertors")) => '',
+ join('|', N("Sound"), N("Midi")) => '',
+ join('|', N("Sound"), N("Mixers")) => '',
+ join('|', N("Sound"), N("Players")) => '',
+ join('|', N("Sound"), N("Utilities")) => '',
+ join('|', N("Sound"), N("Visualization")) => '',
N("System") => 'system_section',
join('|', N("System"), N("Base")) => 'system_section',
join('|', N("System"), N("Cluster")) => 'parallel_computing_section',
@@ -152,6 +182,9 @@ my %group_icons = (
N("Text tools") => 'text_tools_section',
N("Toys") => 'toys_section',
N("Video") => 'video_section',
+ join('|', N("Video"), N("Editors and Converters")) => '',
+ join('|', N("Video"), N("Players")) => '',
+ join('|', N("Video"), N("Utilities")) => '',
# for Mageia Choice:
N("Workstation") => 'office_section',