forked from srbala/fedora-kickstarts
1b2ea51d8b
Include @input-methods in order to fix a issue with us-acentos keyboard layout.
65 lines
944 B
Plaintext
65 lines
944 B
Plaintext
# 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:es: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 additional packages
|
|
@java
|
|
vino
|
|
gnome-games
|
|
brasero
|
|
bitstream-vera-*
|
|
gimp
|
|
|
|
# We won't use these Asian fonts
|
|
-lklug-fonts
|
|
-abyssinica-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-*
|
|
|
|
# remove some input method tools
|
|
-iok
|
|
-anthy
|
|
-kasumi
|
|
-libchewing
|
|
|
|
%end
|
|
|