diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-29 17:24:11 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-29 17:24:11 +0200 |
commit | 457078f273cf9045a6b4feda3a58e489372a26a5 (patch) | |
tree | 0b34296a9a74f06e82f29395377dd22ad3ef8d6a /config | |
parent | 5a50d906f2f8202ff8a787e1ebdb4799669e9380 (diff) | |
download | kanotix-457078f273cf9045a6b4feda3a58e489372a26a5.zip kanotix-457078f273cf9045a6b4feda3a58e489372a26a5.tar.gz |
restructured packageslists for Kanotix 2012-05 releases
Diffstat (limited to 'config')
-rw-r--r-- | config/lists/base | 1 | ||||
-rw-r--r-- | config/lists/desktop | 8 | ||||
-rw-r--r-- | config/lists/dragonfire | 2 | ||||
-rw-r--r-- | config/lists/kanotix-full | 4 | ||||
-rw-r--r-- | config/lists/kanotix-kde-base | 20 | ||||
-rw-r--r-- | config/lists/kanotix-kde-full | 4 | ||||
-rw-r--r-- | config/lists/kanotix-kde-master | 49 | ||||
-rw-r--r-- | config/lists/kanotix-master | 46 | ||||
-rw-r--r-- | config/lists/kanotix-trinity-base (renamed from config/lists/kanotix-lite) | 2 | ||||
-rw-r--r-- | config/lists/kanotix-trinity-master (renamed from config/lists/kanotix-trinity) | 8 | ||||
-rw-r--r-- | config/lists/kde | 10 |
11 files changed, 78 insertions, 76 deletions
diff --git a/config/lists/base b/config/lists/base index 8c6acb4..d982dbf 100644 --- a/config/lists/base +++ b/config/lists/base @@ -163,6 +163,7 @@ btrfs-tools # firmware ndiswrapper-utils-1.9 +ndiswrapper-dkms libv4l-0 # other hardware diff --git a/config/lists/desktop b/config/lists/desktop index 2c67a55..7b2a9cc 100644 --- a/config/lists/desktop +++ b/config/lists/desktop @@ -20,14 +20,6 @@ gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-alsa -# graphics -gimp -gimp-gutenprint -xsane -libsane-extras -sane-utils -sane - # tools joystick diff --git a/config/lists/dragonfire b/config/lists/dragonfire deleted file mode 100644 index c8c002d..0000000 --- a/config/lists/dragonfire +++ /dev/null @@ -1,2 +0,0 @@ -# extra packages for Kanotix Dragonfire -ndiswrapper-dkms diff --git a/config/lists/kanotix-full b/config/lists/kanotix-full deleted file mode 100644 index 939959e..0000000 --- a/config/lists/kanotix-full +++ /dev/null @@ -1,4 +0,0 @@ -# Kanotix Full - -#include <kanotix-master> -#include <acritox>
\ No newline at end of file diff --git a/config/lists/kanotix-kde-base b/config/lists/kanotix-kde-base new file mode 100644 index 0000000..a732a50 --- /dev/null +++ b/config/lists/kanotix-kde-base @@ -0,0 +1,20 @@ +# Kanotix with KDE (minimal) + +#include <base> +#include <kde> +#include <kde.kanotix> + +# package tool +synaptic +apt-xapian-index + +# multimedia +gecko-mediaplayer + +# skype +skype +pidgin-skype + +# other hardware +modemmanager + diff --git a/config/lists/kanotix-kde-full b/config/lists/kanotix-kde-full new file mode 100644 index 0000000..9270987 --- /dev/null +++ b/config/lists/kanotix-kde-full @@ -0,0 +1,4 @@ +# Kanotix with KDE and additional packages (Full) + +#include <kanotix-kde-master> +#include <acritox> diff --git a/config/lists/kanotix-kde-master b/config/lists/kanotix-kde-master new file mode 100644 index 0000000..d41b033 --- /dev/null +++ b/config/lists/kanotix-kde-master @@ -0,0 +1,49 @@ +# Kanotix with KDE (Master) + +#include <kanotix-kde-base> +#include <office> + +# email +icedove-l10n-de + +# multimedia +amarok +kaffeine + +# graphics +gimp +gimp-gutenprint +xsane +libsane-extras +sane-utils +sane +gwenview + +# network +openvpn +network-manager-openvpn + +# kde +khelpcenter4 + +# tools +kuser + +# updates +update-manager-core +update-notifier-kde + +# wine +wine1.3 +wine1.3-gecko +winetricks + +# games +armagetronad +foobillard +neverball +neverputt +kmahjongg + +# benchmark +gl2benchmark diff --git a/config/lists/kanotix-master b/config/lists/kanotix-master index 371ab69..ee1bc35 100644 --- a/config/lists/kanotix-master +++ b/config/lists/kanotix-master @@ -1,46 +1,2 @@ -# Kanotix +#include <kanotix-kde-master> -#include <base> -#include <kde> -#include <kde.kanotix> -#include <office> - -# email -icedove-l10n-de - -# package tool -synaptic -apt-xapian-index - -# multimedia -amarok -gecko-mediaplayer - -# skype -skype -pidgin-skype - -# network -openvpn -network-manager-openvpn - -# kde -khelpcenter4 - -# wine -wine1.3 -wine1.3-gecko -winetricks - -# other hardware -modemmanager - -# games -armagetronad -foobillard -neverball -neverputt -kmahjongg - -# benchmark -gl2benchmark diff --git a/config/lists/kanotix-lite b/config/lists/kanotix-trinity-base index cfc8c17..8343c5f 100644 --- a/config/lists/kanotix-lite +++ b/config/lists/kanotix-trinity-base @@ -1,4 +1,4 @@ -# Kanotix Lite +# Kanotix with Trinity (base) #include <base> #include <trinity> diff --git a/config/lists/kanotix-trinity b/config/lists/kanotix-trinity-master index 57e8c86..723727c 100644 --- a/config/lists/kanotix-trinity +++ b/config/lists/kanotix-trinity-master @@ -1,12 +1,8 @@ -# Kanotix Trinity +# Kanotix with Trinity (Master) -#include <base> -#include <trinity> +#include <kanotix-trinity-base> #include <office> -# base -etcskel-kanotix-trinity - # email icedove-l10n-de diff --git a/config/lists/kde b/config/lists/kde index f09ba38..3ad3297 100644 --- a/config/lists/kde +++ b/config/lists/kde @@ -11,7 +11,6 @@ okularplugin konqueror-nsplugins # multimedia -kaffeine libsdl1.2debian kdemultimedia-kio-plugins kamera @@ -24,9 +23,6 @@ libk3b6-extracodecs # chat, irc konversation -# graphics -gwenview - # editors kate @@ -36,9 +32,7 @@ ark # tools ksnapshot kcalc -kuser gdebi-kde -update-notifier-kde kvkbd # kde @@ -61,10 +55,6 @@ gnome-icon-theme # network network-manager-kde -# updates -update-manager-core -update-notifier-kde - # other hardware kde-config-touchpad kde-config-tablet |