Mageia Bugzilla – Attachment 4231 Details for
Bug 10887
Feature: Independently install desktop environments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch for meta-task
meta-task.patch (text/plain), 2.33 KB, created by
Derek Jennings
on 2013-07-31 18:04:27 CEST
(
hide
)
Description:
Patch for meta-task
Filename:
MIME Type:
Creator:
Derek Jennings
Created:
2013-07-31 18:04:27 CEST
Size:
2.33 KB
patch
obsolete
>--- rpmsrate-raw 2013-07-31 13:59:35.000000000 +0100 >+++ rpmsrate-raw 2013-07-29 15:43:14.000000000 +0100 >@@ -64,6 +64,18 @@ > 4 CAT_THEMES gnome-themes-extras > 1 eog > >+CAT_MATE >+ 5 task-mate-minimal gdm >+ 5 evince file-roller gcalctool >+ 5 CAT_GRAPHICS || PHOTO shotwell >+ 3 dconf-editor >+ 5 gnome-photos gnome-color-manager >+ 4 gucharmap tracker >+ 4 transmission-gtk >+ 4 gnome-weather >+ 4 CAT_THEMES mate-themes >+ 1 eog >+ > CAT_KDE > 5 task-kde4-minimal Default-kde4-config > 5 !LIVE konq-plugins >@@ -85,6 +97,10 @@ > CAT_E17 > 5 task-e17 > >+CAT_RAZOR >+ 5 task-razorqt >+ 4 qpdfview >+ > CAT_XFCE > 5 task-xfce-minimal lightdm > 5 CAT_GRAPHICS || PHOTO ristretto > > >--- compssUsers.pl 2013-07-31 13:59:35.000000000 +0100 >+++ compssUsers.pl 2013-07-29 20:08:16.000000000 +0100 >@@ -159,15 +159,35 @@ > default_selected => $netbook_desktop, > required => [ 'task-gnome-minimal' ], > }, >+ { label => N_("XFCE Workstation"), >+ descr => N_("A lighter graphical environment with user-friendly set of applications and desktop tools"), >+ flags => [ qw(XFCE X THEMES ACCESSIBILITY) ], >+ required => [ 'task-xfce-minimal' ], >+ }, >+ { label => N_("MATE Workstation"), >+ descr => N_("A graphical environment with user-friendly set of applications and desktop tools"), >+ flags => [ qw(MATE X THEMES ACCESSIBILITY) ], >+ required => [ 'task-mate-minimal' ], >+ }, > { label => N_("LXDE Desktop"), > flags => [ qw(LXDE X ACCESSIBILITY) ], > descr => N_("A lightweight & fast graphical environment with user-friendly set of applications and desktop tools"), > default_selected => $low_resources, > required => [ 'task-lxde' ], > }, >+ { label => N_("RazorQT Desktop"), >+ flags => [ qw(RAZOR X ACCESSIBILITY) ], >+ descr => N_("A less developed lightweight fast graphical environment"), >+ required => [ 'task-razorqt' ], >+ }, >+ { label => N_("Enlightenment e17 Desktop"), >+ flags => [ qw(E17 X ACCESSIBILITY) ], >+ descr => N_("A lightweight fast graphical environment with a dedicated following"), >+ required => [ 'task-e17' ], >+ }, > { label => N_("Other Graphical Desktops"), >- descr => N_("Window Maker, Enlightenment, Fvwm, etc"), >- flags => [ qw(GRAPHICAL_DESKTOP X ACCESSIBILITY E17 XFCE) ], >+ descr => N_("Window Maker, Fvwm, etc"), >+ flags => [ qw(GRAPHICAL_DESKTOP X ACCESSIBILITY) ], > }, > ], >
--- rpmsrate-raw 2013-07-31 13:59:35.000000000 +0100 +++ rpmsrate-raw 2013-07-29 15:43:14.000000000 +0100 @@ -64,6 +64,18 @@ 4 CAT_THEMES gnome-themes-extras 1 eog +CAT_MATE + 5 task-mate-minimal gdm + 5 evince file-roller gcalctool + 5 CAT_GRAPHICS || PHOTO shotwell + 3 dconf-editor + 5 gnome-photos gnome-color-manager + 4 gucharmap tracker + 4 transmission-gtk + 4 gnome-weather + 4 CAT_THEMES mate-themes + 1 eog + CAT_KDE 5 task-kde4-minimal Default-kde4-config 5 !LIVE konq-plugins @@ -85,6 +97,10 @@ CAT_E17 5 task-e17 +CAT_RAZOR + 5 task-razorqt + 4 qpdfview + CAT_XFCE 5 task-xfce-minimal lightdm 5 CAT_GRAPHICS || PHOTO ristretto --- compssUsers.pl 2013-07-31 13:59:35.000000000 +0100 +++ compssUsers.pl 2013-07-29 20:08:16.000000000 +0100 @@ -159,15 +159,35 @@ default_selected => $netbook_desktop, required => [ 'task-gnome-minimal' ], }, + { label => N_("XFCE Workstation"), + descr => N_("A lighter graphical environment with user-friendly set of applications and desktop tools"), + flags => [ qw(XFCE X THEMES ACCESSIBILITY) ], + required => [ 'task-xfce-minimal' ], + }, + { label => N_("MATE Workstation"), + descr => N_("A graphical environment with user-friendly set of applications and desktop tools"), + flags => [ qw(MATE X THEMES ACCESSIBILITY) ], + required => [ 'task-mate-minimal' ], + }, { label => N_("LXDE Desktop"), flags => [ qw(LXDE X ACCESSIBILITY) ], descr => N_("A lightweight & fast graphical environment with user-friendly set of applications and desktop tools"), default_selected => $low_resources, required => [ 'task-lxde' ], }, + { label => N_("RazorQT Desktop"), + flags => [ qw(RAZOR X ACCESSIBILITY) ], + descr => N_("A less developed lightweight fast graphical environment"), + required => [ 'task-razorqt' ], + }, + { label => N_("Enlightenment e17 Desktop"), + flags => [ qw(E17 X ACCESSIBILITY) ], + descr => N_("A lightweight fast graphical environment with a dedicated following"), + required => [ 'task-e17' ], + }, { label => N_("Other Graphical Desktops"), - descr => N_("Window Maker, Enlightenment, Fvwm, etc"), - flags => [ qw(GRAPHICAL_DESKTOP X ACCESSIBILITY E17 XFCE) ], + descr => N_("Window Maker, Fvwm, etc"), + flags => [ qw(GRAPHICAL_DESKTOP X ACCESSIBILITY) ], }, ],
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10887
:
4230
| 4231