summaryrefslogtreecommitdiffstats
path: root/fedora-livecd-broffice.org.ks
blob: fae4470783f6cfe427952cc0783fbcea501b2c0e (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
# fedora-livecd-broffice.ks
#
# Description:
# - Provides the legal brand "BrOffice.org" for OpenOffice.org in Brazil
#
# Maintainer:
# - Igor Pires Soares <igor at fedoraproject.org>


%include fedora-livecd-desktop.ks

lang pt_BR.UTF-8
keyboard br-abnt2
timezone America/Sao_Paulo


%packages --instLangs en_US:pt_BR

# L10n packages
@brazilian-support
hunspell-pt

# Drop OpenOffice.org in favor of BrOffice.org
-openoffice.org-*
broffice.org-*

# Include some additional packages
java-1.6.0-openjdk
java-1.6.0-openjdk-plugin
vino
gimp

# We won't use these Asian fonts
-lklug-fonts
-sil-abyssinica-fonts
-sil-padauk-fonts
-jomolhari-fonts
-lohit-*
-baekmuk-*
-vlgothic-fonts-*
-un-*
-samyak-fonts-*
-sarai-fonts
-stix-fonts
-cjkuni-*
-hanazono-fonts
-thai-*
-smc-meera-fonts
-ipa-pgothic-fonts
-kacst-*
-khmeros-base-fonts
-paktype-*
-paratype-pt-sans-fonts
-wqy-zenhei-fonts

# remove unnecessary input methods
-@input-methods
-m17n*
-scim*
-iok
-anthy
-kasumi
-libchewing

# include only the input methods we really need
ibus
im-chooser
gtk2-immodules

%end