[SCM] Debian Live build scripts branch, master, updated. 1.0.1-3-3-g73f2bc0

Daniel Baumann daniel at debian.org
Sun Nov 30 10:39:43 UTC 2008


The following commit has been merged in the master branch:
commit 73f2bc03db9939a68be5aa7cfd9d6e5853f5a526
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Nov 30 11:37:06 2008 +0100

    Updating lxde-desktop support.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index c94f391..e31b375 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -2,7 +2,7 @@
 
 # Static variables
 DISTRIBUTIONS="${DISTRIBUTIONS:-etch lenny sid}"
-FLAVOURS="${FLAVOURS:-standard rescue gnome-desktop kde-desktop xfce-desktop}"
+FLAVOURS="${FLAVOURS:-standard rescue gnome-desktop kde-desktop lxde-desktop xfce-desktop}"
 SOURCE="${SOURCE:-enabled}"
 
 MIRROR="${MIRROR:-http://mirror/ftp.debian.org/debian/}"
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 3636c21..0469ca0 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -483,6 +483,11 @@ Set_defaults ()
 				LH_TASKS="$(echo ${LH_TASKS} | sed -e 's|standard||' -e 's|laptop||' -e 's|kde-desktop||' -e 's|desktop||') standard laptop kde-desktop desktop"
 				;;
 
+			lxde-desktop)
+				LH_PACKAGES_LISTS="$(echo ${LH_PACKAGES_LISTS} | sed -e 's|lxde-desktop||') standard-x11"
+				LH_TASKS="$(echo ${LH_TASKS} | sed -e 's|standard||' -e 's|laptop||' -e 's|lxde-desktop||' -e 's|desktop||') standard laptop lxde-desktop desktop"
+				;;
+
 			xfce-desktop)
 				LH_PACKAGES_LISTS="$(echo ${LH_PACKAGES_LISTS} | sed -e 's|xfce-desktop||') standard-x11"
 				LH_TASKS="$(echo ${LH_TASKS} | sed -e 's|standard||' -e 's|laptop||' -e 's|xfce-desktop||' -e 's|desktop||') standard laptop xfce-desktop desktop"
diff --git a/lists/lxde b/lists/lxde
index 03938a1..2a86246 100644
--- a/lists/lxde
+++ b/lists/lxde
@@ -3,5 +3,5 @@
 ## LH: LXDE
 #include <standard-x11>
 
-gdm lxde lxsession-lite lxrandr lxappearance lxnm
+gdm lxde lxnm
 desktop-base

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list