blob: 9645e0271f6081144c3a883f37dcd12730cf11e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Kanotix with KDE (minimal)
#include <base>
#include <kde>
#include <kde.kanotix>
# package tool
#if DISTRIBUTION squeeze
synaptic
#endif
#nif DISTRIBUTION squeeze
apper
#endif
apt-xapian-index
# multimedia
gecko-mediaplayer
mplayerthumbs
vlc
#if DISTRIBUTION squeeze
phonon-backend-xine
#endif
#nif DISTRIBUTION squeeze
vlc-plugin-pulse
phonon-backend-gstreamer
#endif
# other hardware
modemmanager
# kde database backend
virtuoso-minimal
|