blob: 100ef17e4e4fbba5108b75752d0cbce679b969c0 (
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
33
|
# 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
#if DISTRIBUTION squeeze wheezy jessie
gecko-mediaplayer
mplayerthumbs
#endif
#include <vlc>
#if DISTRIBUTION squeeze
phonon-backend-xine
#endif
#nif DISTRIBUTION squeeze
phonon-backend-gstreamer
#endif
# other hardware
modemmanager
# kde database backend
virtuoso-minimal
|