summaryrefslogtreecommitdiffstats
path: root/fedora-livecd-broffice.org.ks
blob: 6ebca5cc10c83b85829e6e525aef330c42e0c8ed (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
# 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

# To avoid double functionality we will drop abiword and gnumeric and include BrOffice.org
-abiword
-gnumeric
-planner
broffice.org-*

# Include some desktop packages
@java
vino
gnome-games
system-config-display
brasero
bitstream-vera-*

# We won't use these Asian fonts
-lklug-fonts
-abyssinica-fonts
-jomolhari-fonts
-lohit-*
-baekmuk-*
-vlgothic-fonts-*
-padauk-fonts
-un-*
-samyak-fonts-*
-sarai-fonts
-stix-fonts
-cjkuni-*
-hanazono-fonts
-thai-*
-smc-meera-fonts

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

%end