mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-12 11:04:22 +00:00
Fix input-methods removal
Keep individual package removal due to compatibility reasons
This commit is contained in:
parent
9ed576b614
commit
cc74c42d90
@ -1,7 +1,10 @@
|
|||||||
# fedora-livecd-broffice.ks
|
# fedora-livecd-broffice.ks
|
||||||
#
|
#
|
||||||
# Maintainer(s):
|
# Description:
|
||||||
# - Igor Pires Soares <igor at projetofedora.org>
|
# - Provides the legal brand BrOffice.org for OpenOffice.org in Brazil
|
||||||
|
#
|
||||||
|
# Maintainer:
|
||||||
|
# - Igor Pires Soares <igor at fedoraproject.org>
|
||||||
|
|
||||||
|
|
||||||
%include fedora-livecd-desktop.ks
|
%include fedora-livecd-desktop.ks
|
||||||
@ -28,6 +31,8 @@ broffice.org-draw
|
|||||||
# We won't use these Asian fonts anyway
|
# We won't use these Asian fonts anyway
|
||||||
-lklug-fonts
|
-lklug-fonts
|
||||||
-abyssinica-fonts
|
-abyssinica-fonts
|
||||||
|
-andika-fonts
|
||||||
|
-bitstream-vera-*
|
||||||
-jomolhari-fonts
|
-jomolhari-fonts
|
||||||
-lohit-fonts-*
|
-lohit-fonts-*
|
||||||
-thaifonts-scalable
|
-thaifonts-scalable
|
||||||
@ -35,19 +40,34 @@ broffice.org-draw
|
|||||||
-paktype-fonts
|
-paktype-fonts
|
||||||
-baekmuk-*
|
-baekmuk-*
|
||||||
-cjkunifonts-*
|
-cjkunifonts-*
|
||||||
-VLGothic-fonts
|
-VLGothic-fonts-*
|
||||||
-padauk-fonts
|
-padauk-fonts
|
||||||
-khmeros-fonts-base
|
-khmeros-fonts-base
|
||||||
-un-core-fonts-*
|
-un-*
|
||||||
-smc-fonts-meera
|
-smc-fonts-meera
|
||||||
|
-samyak-fonts-*
|
||||||
|
-sarai-fonts
|
||||||
|
-stix-fonts
|
||||||
|
-cjkuni-*
|
||||||
|
-doulos-fonts
|
||||||
|
-hanazono-fonts
|
||||||
|
-urw-fonts
|
||||||
|
-thai-*
|
||||||
|
|
||||||
# exclude input methods
|
# remove input methods
|
||||||
|
-@input-methods
|
||||||
-m17n*
|
-m17n*
|
||||||
-scim*
|
-scim*
|
||||||
|
-iok
|
||||||
|
-anthy
|
||||||
|
-kasumi
|
||||||
|
-libchewing
|
||||||
|
-ibus-*
|
||||||
|
|
||||||
# Saving space in order to get BrOffice.org in
|
# Saving space in order to get BrOffice.org in
|
||||||
-gnome-utils
|
-@games
|
||||||
-gnome-games-*
|
-gnome-games-*
|
||||||
|
-gnome-utils
|
||||||
-gnome-doc-utils-stylesheets
|
-gnome-doc-utils-stylesheets
|
||||||
-gnome-phone-manager
|
-gnome-phone-manager
|
||||||
-gnome-speech
|
-gnome-speech
|
||||||
@ -57,6 +77,7 @@ broffice.org-draw
|
|||||||
-evince-dvi
|
-evince-dvi
|
||||||
-evince-djvu
|
-evince-djvu
|
||||||
-ekiga
|
-ekiga
|
||||||
|
-tomboy
|
||||||
-f-spot
|
-f-spot
|
||||||
-cheese
|
-cheese
|
||||||
-sound-juicer
|
-sound-juicer
|
||||||
|
Loading…
Reference in New Issue
Block a user