blob: 7550ed9ea41ef1b8486bfacb477039ae0ad530b8 (
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
# fedora-livecd-tde.ks
#
# Description:
# - Fedora Livecd Spin with the Trinity Desktop Environment (TDE)
# - Based on 'fedora-livecd-kde.ks' provided by Fedora 15
#
# Maintainer(s):
# - Francois Andriot <francois.andriot@free.fr>
%include fedora-live-tde-base.ks
%include fedora-live-minimization.ks
%packages
# Additional packages that are not default in trinity-desktop but useful
trinity-live-openbox
# Some TDE applications
trinity-amarok
#trinity-amarok-konqueror
#trinity-digikam
#trinity-dolphin
trinity-gtk-qt-engine
trinity-gwenview
trinity-k3b
#trinity-k3b-plugin-ffmpeg
#trinity-k3b-plugin-lame
#trinity-k3b-plugin-mad
trinity-kaffeine
#trinity-kbookreader
#trinity-kdiff3
#trinity-kgtk-qt3
#trinity-knetworkmanager
#trinity-konversation
trinity-kpowersave
#trinity-krusader
#trinity-kstreamripper
#trinity-smb4k
#trinity-tde-style-lipstik
#trinity-tdeio-umountwrapper
#trinity-tdmtheme
#trinity-twin-style-crystal
#trinity-yakuake
# Some TDE translations
#trinity-tde-i18n-French
#trinity-tde-i18n-German
#trinity-tde-i18n-Spanish
#trinity-tde-i18n-Chinese-Big5
# Fedora stuff
fuse
liveusb-creator
#yumex
# use yum-presto by default
yum-presto
### space issues
# fonts (we make no bones about admitting we're english-only)
wqy-microhei-fonts # a compact CJK font, to replace:
-nhn-nanum-gothic-fonts # Korean
-un-core-dotum-fonts # Korean
-vlgothic-fonts # Japanese
-wqy-zenhei-fonts # simplified Chinese
-cjkuni-uming-fonts # traditional Chinese
-paratype-pt-sans-fonts # Cyrillic (already supported by DejaVu), huge
#-stix-fonts # mathematical symbols
# remove input methods to free space
-@input-methods
-scim*
-m17n*
-ibus*
-iok
# save some space (from @base)
-make
-nss_db
# save space (it pulls in gdisk/udisks2/libicu)
-gnome-disk-utility
## avoid serious bugs by omitting broken stuff
%end
%post
%end
|