From ad9dfc0bc615d5a95aa569da75f6394d3181e7d2 Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Sun, 14 Oct 2012 15:51:28 +0200
Subject: added LXDE packagelists

---
 config/chroot_local-hooks/set-desktopbackground |  7 ++++
 config/lists/kanotix-lxde-base                  | 46 ++++++++++++++++++++++++
 config/lists/kanotix-lxde-master                | 47 +++++++++++++++++++++++++
 3 files changed, 100 insertions(+)
 create mode 100755 config/chroot_local-hooks/set-desktopbackground
 create mode 100644 config/lists/kanotix-lxde-base
 create mode 100644 config/lists/kanotix-lxde-master

diff --git a/config/chroot_local-hooks/set-desktopbackground b/config/chroot_local-hooks/set-desktopbackground
new file mode 100755
index 0000000..3bc4611
--- /dev/null
+++ b/config/chroot_local-hooks/set-desktopbackground
@@ -0,0 +1,7 @@
+#!/bin/sh
+# Switch desktop-background to kanotix-starrise-base wallpaper
+if [ ! -e /var/lib/dpkg/info/desktop-base.list ] || [ ! -e /var/lib/dpkg/info/kanotix-starrise-base.list ]
+then
+  return
+fi
+update-alternatives --install /usr/share/images/desktop-base/desktop-background desktop-background /usr/share/images/kanotix-starrise/kanotix-starrise.png 200 || true
diff --git a/config/lists/kanotix-lxde-base b/config/lists/kanotix-lxde-base
new file mode 100644
index 0000000..3487070
--- /dev/null
+++ b/config/lists/kanotix-lxde-base
@@ -0,0 +1,46 @@
+# Kanotix with LXDE (minimal)
+
+#include <base>
+
+# LXDE
+lxde
+gvfs-backends
+menu
+menu-xdg
+lxtask
+zenity
+lxpolkit
+network-manager-gnome
+desktop-base
+
+#if DISTRIBUTION squeeze
+gdm
+#endif
+#nif DISTRIBUTION squeeze
+gdm3
+#endif
+
+# power management
+xfce4-power-manager
+xfce4-power-manager-plugins
+
+# package tool
+synaptic
+apt-xapian-index
+
+# multimedia
+gecko-mediaplayer
+
+# skype
+pidgin-skype
+#if DISTRIBUTION squeeze
+skype
+#endif
+#if DISTRIBUTION wheezy
+#include <wheezy-skype>
+#endif
+
+# other hardware
+modemmanager
+blueman
+
diff --git a/config/lists/kanotix-lxde-master b/config/lists/kanotix-lxde-master
new file mode 100644
index 0000000..0c11cca
--- /dev/null
+++ b/config/lists/kanotix-lxde-master
@@ -0,0 +1,47 @@
+# Kanotix with LXDE (Master)
+
+#include <kanotix-lxde-base>
+#include <office>
+
+# email
+icedove-l10n-de
+
+# irc
+xchat
+
+# multimedia
+exaile
+xfburn
+
+# graphics
+gimp
+gimp-gutenprint
+xsane
+libsane-extras
+sane-utils
+sane
+
+# network
+openvpn
+network-manager-openvpn
+
+# wine
+#if DISTRIBUTION squeeze
+wine1.3
+wine1.3-gecko
+winetricks
+#endif
+#if DISTRIBUTION wheezy
+#include <wheezy-wine>
+#endif
+
+# games
+armagetronad
+foobillard
+neverball
+neverputt
+kmahjongg
+
+# benchmark
+gl2benchmark
+
-- 
cgit v1.0