diff options
-rw-r--r-- | lists/gnome-core | 8 | ||||
-rw-r--r-- | lists/gnome-full | 8 | ||||
-rw-r--r-- | lists/lxde | 4 | ||||
-rw-r--r-- | lists/xfce | 8 |
4 files changed, 24 insertions, 4 deletions
diff --git a/lists/gnome-core b/lists/gnome-core index 1707135..34c74a2 100644 --- a/lists/gnome-core +++ b/lists/gnome-core @@ -4,5 +4,11 @@ #include <standard-x11> gnome-core -gdm desktop-base +#if DISTRIBUTION lenny +gdm +#endif +#if DISTRIBUTION squeeze sid +gdm3 +#endif +desktop-base gnome-themes diff --git a/lists/gnome-full b/lists/gnome-full index 46f2092..630299c 100644 --- a/lists/gnome-full +++ b/lists/gnome-full @@ -4,4 +4,10 @@ #include <gnome> gnome -gdm desktop-base +#if DISTRIBUTION lenny +gdm +#endif +#if DISTRIBUTION squeeze sid +gdm3 +#endif +desktop-base @@ -5,9 +5,11 @@ lxde #if DISTRIBUTION lenny +gdm lxnm #endif #if DISTRIBUTION squeeze sid +gdm3 wicd #endif -gdm desktop-base +desktop-base @@ -4,4 +4,10 @@ #include <standard-x11> xfce4 -gdm desktop-base +#if DISTRIBUTION lenny +gdm +#endif +#if DISTRIBUTION squeeze sid +gdm3 +#endif +desktop-base |