diff options
author | Florent Villard <warly@mandriva.com> | 2005-07-29 02:22:30 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2005-07-29 02:22:30 +0000 |
commit | 9d7fb2d5aca0885c647d5357257612f56b1af17b (patch) | |
tree | 910e6eda7056d9544fc0a938432041fa2f52e6dc /perl-install | |
parent | 817f1a3cdd01d553aa57491526ac4fc760150bfc (diff) | |
download | drakx-9d7fb2d5aca0885c647d5357257612f56b1af17b.tar drakx-9d7fb2d5aca0885c647d5357257612f56b1af17b.tar.gz drakx-9d7fb2d5aca0885c647d5357257612f56b1af17b.tar.bz2 drakx-9d7fb2d5aca0885c647d5357257612f56b1af17b.tar.xz drakx-9d7fb2d5aca0885c647d5357257612f56b1af17b.zip |
add THEMES category
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/share/compssUsers.pl | 4 | ||||
-rw-r--r-- | perl-install/share/rpmsrate | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/perl-install/share/compssUsers.pl b/perl-install/share/compssUsers.pl index 652245c8d..31bddec62 100644 --- a/perl-install/share/compssUsers.pl +++ b/perl-install/share/compssUsers.pl @@ -146,12 +146,12 @@ N_("Graphical Environment") => [ { label => N_("KDE Workstation"), descr => N_("The K Desktop Environment, the basic graphical environment with a collection of accompanying tools"), - flags => [ qw(KDE X ACCESSIBILITY) ], + flags => [ qw(KDE X ACCESSIBILITY THEMES) ], default_selected => !$low_resources, }, { label => N_("GNOME Workstation"), descr => N_("A graphical environment with user-friendly set of applications and desktop tools"), - flags => [ qw(GNOME X ACCESSIBILITY) ], + flags => [ qw(GNOME X ACCESSIBILITY THEMES) ], }, { label => N_("IceWm Desktop"), flags => [ qw(ICEWM X ACCESSIBILITY) ], diff --git a/perl-install/share/rpmsrate b/perl-install/share/rpmsrate index f8aefb179..df0821346 100644 --- a/perl-install/share/rpmsrate +++ b/perl-install/share/rpmsrate @@ -17,12 +17,14 @@ CAT_GNOME 4 gnome-applets gtk-themes file-roller gnome-utils gucharmap xlockmore gtk-engines2 gconf-editor desktop-printing eog gpdf - 5 !CAT_KDE || CAT_GNOME gdm + !CAT_KDE || CAT_GNOME + 5 gdm + 4 CAT_THEMES gdm-themes gnome-icon-theme gnome-themes-extras gnome-themes hicolor-icon-theme 3 gnome-pilot 2 bug-buddy CAT_KDE - 5 galaxy-kde galaxy-kde-kwin kdeartwork kdeartwork-kde-classic kdebase-nsplugins kdebase-progs krozat mandrakegalaxy xsettings-kde + 5 galaxy-kde galaxy-kde-kwin kdebase-nsplugins kdebase-progs krozat mandrakegalaxy xsettings-kde 5 kdebase-kdm 5 kde-i18n-af kde-i18n-ar 5 kdebase-servicemenu zip @@ -33,6 +35,7 @@ CAT_KDE 5 kdegraphics-kuickshow 3 kdeutils-kedit kdeutils-khexedit kdeutils-kjots kdeutils-ktimer 4 CAT_GRAPHICS || PHOTO kdegraphics-common + 4 CAT_THEMES kdeartwork kdeartwork-kde-classic CAT_VIDEO 5 CAT_GNOME totem xine-esd @@ -636,6 +639,7 @@ CAT_X LOCALES"zh" fonts-ttf-chinese LOCALES"zh_CN" fonts-ttf-gb2312 LOCALES"zh_TW" taipeifonts fonts-ttf-big5 + 5 CAT_THEMES bootsplash-themes DOCS 5 man info man-pages |