blob: f281315debb14e75281bb442fc1132034c02c459 (
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
34
35
36
37
38
39
40
41
|
# Kanotix with KDE (minimal)
#include <base>
#if DISTRIBUTION squeeze wheezy jessie
#include <kde>
#endif
#if DISTRIBUTION stretch buster sid
#include <kde5>
#endif
#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>
#nif DISTRIBUTION wheezy jessie
mpv
#endif
#if DISTRIBUTION squeeze
phonon-backend-xine
#endif
#nif DISTRIBUTION squeeze
phonon-backend-gstreamer
#endif
# other hardware
modemmanager
# kde database backend
virtuoso-minimal
|