aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-14 14:14:18 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-14 14:14:18 +0000
commit89978f75dfe1aac4716620f5f223f7a52d93364a (patch)
tree8246878ddc33523a5c50a9326bc3c1bd28ca5a78
parent0c5eb3c5059407533b7829476ebe6f21101b0028 (diff)
downloadrpmdrake-89978f75dfe1aac4716620f5f223f7a52d93364a.tar
rpmdrake-89978f75dfe1aac4716620f5f223f7a52d93364a.tar.gz
rpmdrake-89978f75dfe1aac4716620f5f223f7a52d93364a.tar.bz2
rpmdrake-89978f75dfe1aac4716620f5f223f7a52d93364a.tar.xz
rpmdrake-89978f75dfe1aac4716620f5f223f7a52d93364a.zip
Restore some groups
-rwxr-xr-xrpmdrake8
1 files changed, 7 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 57c9f505..d7306f8d 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -172,6 +172,8 @@ my @valid_groups = (
N_("Books"), N_("Howtos"),
N_("Books"), N_("Literature"),
N_("Books"), N_("Other"),
+ N_("Cluster"), N_("Message Passing"),
+ N_("Cluster"), N_("Queueing Services"),
N_("Communications"),
N_("Databases"),
N_("Development"), N_("C"),
@@ -206,6 +208,7 @@ my @valid_groups = (
N_("Graphical desktop"), N_("WindowMaker"),
N_("Graphics"),
N_("Monitoring"),
+ N_("Multimedia"),
N_("Networking"), N_("Chat"),
N_("Networking"), N_("File transfer"),
N_("Networking"), N_("IRC"),
@@ -216,6 +219,7 @@ my @valid_groups = (
N_("Networking"), N_("Remote access"),
N_("Networking"), N_("WWW"),
N_("Office"),
+ N_("Public Keys"),
N_("Publishing"),
N_("Sciences"), N_("Astronomy"),
N_("Sciences"), N_("Biology"),
@@ -234,6 +238,8 @@ my @valid_groups = (
N_("System"), N_("Configuration"), N_("Other"),
N_("System"), N_("Configuration"), N_("Packaging"),
N_("System"), N_("Configuration"), N_("Printing"),
+ N_("System"), N_("Deploiement"),
+ N_("System"), N_("Deployment"),
N_("System"), N_("Fonts"), N_("Console"),
N_("System"), N_("Fonts"), N_("True type"),
N_("System"), N_("Fonts"), N_("Type1"),
@@ -1201,7 +1207,7 @@ Then, restart %s.", $rpmdrake::myname_update)), myexit(-1);
my @pkg_list = split /\s+/, $1;
exists $cur->{importance} && $cur->{importance} !~ /^(?:security|bugfix)\z/
and $cur->{importance} = 'normal';
- $descriptions{$_} = $cur foreach @{$cur->{pkgs} || []};
+ $update_descr{$_} = $cur foreach @{$cur->{pkgs} || []};
$cur = {};
$cur->{pkgs} = [ @pkg_list ];
$section = 'pkg';