blob: 4dab3a769c7938215fd32925d3c928e751c577ab (
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
42
43
44
|
# Kanotix with Trinity (Master)
#include <kanotix-trinity-base>
#if ARCHITECTURE amd64
#include <office>
#endif
#if ARCHITECTURE i386
#include <office-i386>
#endif
# email
thunderbird-l10n-de
# package tool
synaptic
# multimedia
amarok-trinity
#if DISTRIBUTION squeeze wheezy jessie
gecko-mediaplayer
#endif
# trinity
khelpcenter-trinity
# wine
#if DISTRIBUTION squeeze
wine1.3
wine1.3-gecko
#endif
# other hardware
modemmanager
# fonts
xfonts-base
xfonts-100dpi
fonts-liberation
#if DISTRIBUTION wheezy jessie
fonts-droid
#endif
#nif DISTRIBUTION wheezy jessie
fonts-droid-fallback
#endif
|