summaryrefslogtreecommitdiffstats
path: root/rules/xorg-font-intl.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2006-12-15 16:27:44 +0000
committerLuotao Fu <l.fu@pengutronix.de>2006-12-15 16:27:44 +0000
commit2f651b80847f7aa7d29c552fa6fa9fe14aee5bc9 (patch)
treef9d5c4f1347d28e1610e3327157aa8c4964013a7 /rules/xorg-font-intl.in
parent565fad40798172bf3effa9c4eb71f43ce752a94d (diff)
downloadptxdist-2f651b80847f7aa7d29c552fa6fa9fe14aee5bc9.tar.gz
ptxdist-2f651b80847f7aa7d29c552fa6fa9fe14aee5bc9.tar.xz
added internalisation fonts
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6505 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-font-intl.in')
-rw-r--r--rules/xorg-font-intl.in63
1 files changed, 63 insertions, 0 deletions
diff --git a/rules/xorg-font-intl.in b/rules/xorg-font-intl.in
new file mode 100644
index 000000000..b60393f73
--- /dev/null
+++ b/rules/xorg-font-intl.in
@@ -0,0 +1,63 @@
+menuconfig XORG_FONT_INTL
+ bool "international fonts for X "
+
+comment "chinese and other asian fonts"
+ depends on XORG_FONT_INTL
+
+config XORG_FONT_INTL_CHIN
+ bool
+ prompt "chinese fonts"
+ depends on XORG_FONT_INTL
+ help
+ This package includes some GB2312, GB8565-88, BIG5 (ETen), and SiSheng
+ Chinese fonts. You will need the fonts if you plan to view, print or author
+ documents written in Chinese and using any of the encodings mentioned above.
+
+config XORG_FONT_INTL_CHIN_BIG
+ bool
+ prompt "chinese fonts (big size)"
+ depends on XORG_FONT_INTL_CHIN
+ help
+ This package contains two GB coded fonts in big size
+
+config XORG_FONT_INTL_JAP
+ bool
+ prompt "japanese fonts"
+ depends on XORG_FONT_INTL
+ help
+ This package includes some JISX0208.1990, JISX0208.1978, JISX0212.1990
+ (HojoKanji), JISX0208.1983, and JISX0201 (Roman & Kana) Japanese fonts. You
+ will need the fonts if you plan to view, print or author documents using
+ the Japanese language and any of the encodings specified above.
+
+
+
+config XORG_FONT_INTL_JAP_BIG
+ bool
+ prompt "Japanese fonts (big size)"
+ depends on XORG_FONT_INTL_JAP
+ help
+ This package contains two JISX coded fonts in big size
+
+
+config XORG_FONT_INTL_ASIAN
+ bool
+ prompt "other asian languages"
+ depends on XORG_FONT_INTL
+ help
+ This package includes fonts in thai, vietnamese, inian, lao and several
+ further asian languages.
+
+comment "cyrillic fonts"
+ depends on XORG_FONT_INTL
+source "rules/xorg-font-misc-cyrillic.in"
+source "rules/xorg-font-cronyx-cyrillic.in"
+source "rules/xorg-font-screen-cyrillic.in"
+source "rules/xorg-font-winitzki-cyrillic.in"
+
+comment "other language fonts "
+ depends on XORG_FONT_INTL
+source "rules/xorg-font-arabic-misc.in"
+source "rules/xorg-font-misc-ethiopic.in"
+source "rules/xorg-font-misc-meltho.in"
+