Dropping globale package lists for the desktop environments.
For the default images, we're maintaining their config trees in git repositories now. So they're not needed anymore. For people wanting to build e.g. a GNOME image in a 'quick&dirty' way, in the past, they used something like 'lb config -p gnome'. Since we do want to get away with all automagics like this where we need to maintain the package list eventhough tasksel is already doing that (and more), we're now needing people to create a package list, e.g. # echo 'task-gnome-desktop' > config/package-lists/gnome-desktop.list.chroot This is consistent with the package handling where we dropped the 'lb config --packages' in favour for the same mechanism for package lists. With dropping global package lists finally, we'll have consistency and same workflow for everything soon.
This commit is contained in:
parent
cd4a3eddc0
commit
0ea1faca82
|
@ -1,13 +0,0 @@
|
|||
# /usr/share/live/build/package-lists/gnome - package list for live-build(7)
|
||||
|
||||
#include <gnome-core>
|
||||
|
||||
gnome-desktop-environment gnome-screensaver gnome-themes-extras
|
||||
#nif MODE ubuntu kubuntu
|
||||
system-config-printer
|
||||
#endif
|
||||
#if MODE ubuntu kubuntu
|
||||
system-config-printer-gnome
|
||||
#endif
|
||||
|
||||
rhythmbox synaptic
|
|
@ -1,8 +0,0 @@
|
|||
# /usr/share/live/build/package-lists/gnome-core - package list for live-build(7)
|
||||
|
||||
#include <standard-x11>
|
||||
|
||||
gnome-core
|
||||
gdm3
|
||||
desktop-base
|
||||
gnome-themes
|
|
@ -1,6 +0,0 @@
|
|||
# /usr/share/live/build/package-lists/gnome-full - package list for live-build(7)
|
||||
|
||||
#include <gnome>
|
||||
|
||||
gnome
|
||||
gdm3
|
|
@ -1,6 +0,0 @@
|
|||
# /usr/share/live/build/package-lists/gnome-junior - package list for live-build(7)
|
||||
|
||||
#include <gnome>
|
||||
#include <debian-junior>
|
||||
|
||||
junior-gnome
|
|
@ -1,7 +0,0 @@
|
|||
# /usr/share/live/build/package-lists/kde - package list for live-build(7)
|
||||
|
||||
#include <kde-core>
|
||||
|
||||
kde-standard
|
||||
kdm
|
||||
desktop-base
|
|
@ -1,7 +0,0 @@
|
|||
# /usr/share/live/build/package-lists/kde-core - package list for live-build(7)
|
||||
|
||||
#include <standard-x11>
|
||||
|
||||
kde-plasma-desktop
|
||||
kdm
|
||||
desktop-base
|
|
@ -1,5 +0,0 @@
|
|||
# /usr/share/live/build/package-lists/kde-extra - package list for live-build(7)
|
||||
|
||||
#include <kde-full>
|
||||
|
||||
kde-extras
|
|
@ -1,6 +0,0 @@
|
|||
# /usr/share/live/build/package-lists/kde-full - package list for live-build(7)
|
||||
|
||||
#include <kde>
|
||||
|
||||
koffice
|
||||
kde-full
|
|
@ -1,6 +0,0 @@
|
|||
# /usr/share/live/build/package-lists/kde-junior - package list for live-build(7)
|
||||
|
||||
#include <kde>
|
||||
#include <debian-junior>
|
||||
|
||||
junior-kde
|
|
@ -1,13 +0,0 @@
|
|||
# /usr/share/live/build/package-lists/lxde - package list for live-build(7)
|
||||
|
||||
#include <standard-x11>
|
||||
|
||||
lxde
|
||||
#if DISTRIBUTION squeeze
|
||||
gdm
|
||||
#endif
|
||||
#nif DISTRIBUTION squeeze
|
||||
gdm3
|
||||
#endif
|
||||
network-manager-gnome
|
||||
desktop-base
|
|
@ -1,12 +0,0 @@
|
|||
# /usr/share/live/build/package-lists/xfce - package list for live-build(7)
|
||||
|
||||
#include <standard-x11>
|
||||
|
||||
xfce4
|
||||
#if DISTRIBUTION squeeze
|
||||
gdm3
|
||||
#endif
|
||||
#nif DISTRIBUTION squeeze
|
||||
lightdm
|
||||
#endif
|
||||
desktop-base
|
|
@ -1,6 +0,0 @@
|
|||
# /usr/share/live/build/package-lists/xfce-junior - package list for live-build(7)
|
||||
|
||||
#include <xfce>
|
||||
#include <debian-junior>
|
||||
|
||||
junior-kde junior-gnome
|
Loading…
Reference in New Issue