author | Da Risk <da_risk@geekorum.com> |
Mon, 03 Apr 2017 10:27:19 -0700 | |
changeset 208 | 6be79539dae2 |
parent 115 | 27c2a6303f2f |
permissions | -rw-r--r-- |
115
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
1 |
# |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
2 |
# |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
3 |
# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
4 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
5 |
# |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
6 |
# This code is free software; you can redistribute it and/or modify it |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
7 |
# under the terms of the GNU General Public License version 2 only, as |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
8 |
# published by the Free Software Foundation. Oracle designates this |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
9 |
# particular file as subject to the "Classpath" exception as provided |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
10 |
# by Oracle in the LICENSE file that accompanied this code. |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
11 |
# |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
12 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
13 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
14 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
15 |
# version 2 for more details (a copy is included in the LICENSE file that |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
16 |
# accompanied this code). |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
17 |
# |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
18 |
# You should have received a copy of the GNU General Public License version |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
19 |
# 2 along with this work; if not, write to the Free Software Foundation, |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
20 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
21 |
# |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
22 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
23 |
# or visit www.oracle.com if you need additional information or have any |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
24 |
# questions. |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
25 |
# |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
26 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
27 |
# Version |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
28 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
29 |
version=1 |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
30 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
31 |
# Component Font Mappings |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
32 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
33 |
dialog.plain.latin-1=DejaVu Sans |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
34 |
dialog.plain.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
35 |
dialog.plain.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
36 |
dialog.plain.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
37 |
dialog.plain.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
38 |
dialog.plain.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
39 |
dialog.plain.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
40 |
dialog.plain.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
41 |
dialog.plain.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
42 |
dialog.plain.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
43 |
dialog.plain.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
44 |
dialog.plain.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
45 |
dialog.plain.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
46 |
dialog.plain.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
47 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
48 |
dialog.bold.latin-1=DejaVu Sans Bold |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
49 |
dialog.bold.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
50 |
dialog.bold.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
51 |
dialog.bold.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
52 |
dialog.bold.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
53 |
dialog.bold.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
54 |
dialog.bold.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
55 |
dialog.bold.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
56 |
dialog.bold.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
57 |
dialog.bold.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
58 |
dialog.bold.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
59 |
dialog.bold.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
60 |
dialog.bold.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
61 |
dialog.bold.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
62 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
63 |
dialog.italic.latin-1=DejaVu Sans Oblique |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
64 |
dialog.italic.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
65 |
dialog.italic.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
66 |
dialog.italic.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
67 |
dialog.italic.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
68 |
dialog.italic.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
69 |
dialog.italic.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
70 |
dialog.italic.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
71 |
dialog.italic.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
72 |
dialog.italic.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
73 |
dialog.italic.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
74 |
dialog.italic.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
75 |
dialog.italic.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
76 |
dialog.italic.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
77 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
78 |
dialog.bolditalic.latin-1=DejaVu Sans Bold Oblique |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
79 |
dialog.bolditalic.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
80 |
dialog.bolditalic.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
81 |
dialog.bolditalic.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
82 |
dialog.bolditalic.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
83 |
dialog.bolditalic.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
84 |
dialog.bolditalic.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
85 |
dialog.bolditalic.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
86 |
dialog.bolditalic.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
87 |
dialog.bolditalic.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
88 |
dialog.bolditalic.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
89 |
dialog.bolditalic.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
90 |
dialog.bolditalic.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
91 |
dialog.bolditalic.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
92 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
93 |
sansserif.plain.latin-1=DejaVu Sans |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
94 |
sansserif.plain.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
95 |
sansserif.plain.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
96 |
sansserif.plain.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
97 |
sansserif.plain.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
98 |
sansserif.plain.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
99 |
sansserif.plain.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
100 |
sansserif.plain.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
101 |
sansserif.plain.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
102 |
sansserif.plain.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
103 |
sansserif.plain.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
104 |
sansserif.plain.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
105 |
sansserif.plain.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
106 |
sansserif.plain.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
107 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
108 |
sansserif.bold.latin-1=DejaVu Sans Bold |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
109 |
sansserif.bold.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
110 |
sansserif.bold.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
111 |
sansserif.bold.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
112 |
sansserif.bold.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
113 |
sansserif.bold.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
114 |
sansserif.bold.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
115 |
sansserif.bold.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
116 |
sansserif.bold.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
117 |
sansserif.bold.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
118 |
sansserif.bold.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
119 |
sansserif.bold.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
120 |
sansserif.bold.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
121 |
sansserif.bold.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
122 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
123 |
sansserif.italic.latin-1=DejaVu Sans Oblique |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
124 |
sansserif.italic.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
125 |
sansserif.italic.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
126 |
sansserif.italic.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
127 |
sansserif.italic.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
128 |
sansserif.italic.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
129 |
sansserif.italic.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
130 |
sansserif.italic.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
131 |
sansserif.italic.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
132 |
sansserif.italic.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
133 |
sansserif.italic.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
134 |
sansserif.italic.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
135 |
sansserif.italic.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
136 |
sansserif.italic.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
137 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
138 |
sansserif.bolditalic.latin-1=DejaVu Sans Bold Oblique |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
139 |
sansserif.bolditalic.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
140 |
sansserif.bolditalic.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
141 |
sansserif.bolditalic.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
142 |
sansserif.bolditalic.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
143 |
sansserif.bolditalic.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
144 |
sansserif.bolditalic.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
145 |
sansserif.bolditalic.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
146 |
sansserif.bolditalic.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
147 |
sansserif.bolditalic.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
148 |
sansserif.bolditalic.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
149 |
sansserif.bolditalic.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
150 |
sansserif.bolditalic.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
151 |
sansserif.bolditalic.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
152 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
153 |
serif.plain.latin-1=DejaVu Serif |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
154 |
serif.plain.japanese-x0208=Sazanami Mincho |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
155 |
serif.plain.korean=Baekmuk Batang |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
156 |
serif.plain.chinese-big5=AR PL ZenKai Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
157 |
serif.plain.chinese-gb18030=AR PL ZenKai Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
158 |
serif.plain.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
159 |
serif.plain.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
160 |
serif.plain.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
161 |
serif.plain.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
162 |
serif.plain.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
163 |
serif.plain.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
164 |
serif.plain.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
165 |
serif.plain.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
166 |
serif.plain.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
167 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
168 |
serif.bold.latin-1=DejaVu Serif Bold |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
169 |
serif.bold.japanese-x0208=Sazanami Mincho |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
170 |
serif.bold.korean=Baekmuk Batang |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
171 |
serif.bold.chinese-big5=AR PL ZenKai Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
172 |
serif.bold.chinese-gb18030=AR PL ZenKai Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
173 |
serif.bold.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
174 |
serif.bold.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
175 |
serif.bold.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
176 |
serif.bold.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
177 |
serif.bold.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
178 |
serif.bold.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
179 |
serif.bold.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
180 |
serif.bold.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
181 |
serif.bold.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
182 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
183 |
serif.italic.latin-1=DejaVu Serif Oblique |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
184 |
serif.italic.japanese-x0208=Sazanami Mincho |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
185 |
serif.italic.korean=Baekmuk Batang |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
186 |
serif.italic.chinese-big5=AR PL ZenKai Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
187 |
serif.italic.chinese-gb18030=AR PL ZenKai Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
188 |
serif.italic.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
189 |
serif.italic.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
190 |
serif.italic.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
191 |
serif.italic.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
192 |
serif.italic.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
193 |
serif.italic.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
194 |
serif.italic.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
195 |
serif.italic.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
196 |
serif.italic.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
197 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
198 |
serif.bolditalic.latin-1=DejaVu Serif Bold Oblique |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
199 |
serif.bolditalic.japanese-x0208=Sazanami Mincho |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
200 |
serif.bolditalic.korean=Baekmuk Batang |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
201 |
serif.bolditalic.chinese-big5=AR PL ZenKai Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
202 |
serif.bolditalic.chinese-gb18030=AR PL ZenKai Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
203 |
serif.bolditalic.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
204 |
serif.bolditalic.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
205 |
serif.bolditalic.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
206 |
serif.bolditalic.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
207 |
serif.bolditalic.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
208 |
serif.bolditalic.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
209 |
serif.bolditalic.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
210 |
serif.bolditalic.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
211 |
serif.bolditalic.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
212 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
213 |
monospaced.plain.latin-1=DejaVu Sans Mono |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
214 |
monospaced.plain.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
215 |
monospaced.plain.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
216 |
monospaced.plain.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
217 |
monospaced.plain.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
218 |
monospaced.plain.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
219 |
monospaced.plain.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
220 |
monospaced.plain.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
221 |
monospaced.plain.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
222 |
monospaced.plain.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
223 |
monospaced.plain.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
224 |
monospaced.plain.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
225 |
monospaced.plain.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
226 |
monospaced.plain.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
227 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
228 |
monospaced.bold.latin-1=DejaVu Sans Mono Bold |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
229 |
monospaced.bold.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
230 |
monospaced.bold.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
231 |
monospaced.bold.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
232 |
monospaced.bold.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
233 |
monospaced.bold.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
234 |
monospaced.bold.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
235 |
monospaced.bold.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
236 |
monospaced.bold.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
237 |
monospaced.bold.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
238 |
monospaced.bold.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
239 |
monospaced.bold.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
240 |
monospaced.bold.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
241 |
monospaced.bold.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
242 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
243 |
monospaced.italic.latin-1=DejaVu Sans Mono Oblique |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
244 |
monospaced.italic.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
245 |
monospaced.italic.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
246 |
monospaced.italic.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
247 |
monospaced.italic.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
248 |
monospaced.italic.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
249 |
monospaced.italic.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
250 |
monospaced.italic.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
251 |
monospaced.italic.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
252 |
monospaced.italic.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
253 |
monospaced.italic.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
254 |
monospaced.italic.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
255 |
monospaced.italic.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
256 |
monospaced.italic.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
257 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
258 |
monospaced.bolditalic.latin-1=DejaVu Sans Mono Bold Oblique |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
259 |
monospaced.bolditalic.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
260 |
monospaced.bolditalic.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
261 |
monospaced.bolditalic.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
262 |
monospaced.bolditalic.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
263 |
monospaced.bolditalic.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
264 |
monospaced.bolditalic.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
265 |
monospaced.bolditalic.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
266 |
monospaced.bolditalic.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
267 |
monospaced.bolditalic.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
268 |
monospaced.bolditalic.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
269 |
monospaced.bolditalic.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
270 |
monospaced.bolditalic.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
271 |
monospaced.bolditalic.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
272 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
273 |
dialoginput.plain.latin-1=DejaVu Sans Mono |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
274 |
dialoginput.plain.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
275 |
dialoginput.plain.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
276 |
dialoginput.plain.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
277 |
dialoginput.plain.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
278 |
dialoginput.plain.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
279 |
dialoginput.plain.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
280 |
dialoginput.plain.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
281 |
dialoginput.plain.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
282 |
dialoginput.plain.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
283 |
dialoginput.plain.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
284 |
dialoginput.plain.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
285 |
dialoginput.plain.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
286 |
dialoginput.plain.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
287 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
288 |
dialoginput.bold.latin-1=DejaVu Sans Mono Bold |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
289 |
dialoginput.bold.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
290 |
dialoginput.bold.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
291 |
dialoginput.bold.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
292 |
dialoginput.bold.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
293 |
dialoginput.bold.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
294 |
dialoginput.bold.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
295 |
dialoginput.bold.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
296 |
dialoginput.bold.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
297 |
dialoginput.bold.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
298 |
dialoginput.bold.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
299 |
dialoginput.bold.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
300 |
dialoginput.bold.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
301 |
dialoginput.bold.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
302 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
303 |
dialoginput.italic.latin-1=DejaVu Sans Mono Oblique |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
304 |
dialoginput.italic.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
305 |
dialoginput.italic.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
306 |
dialoginput.italic.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
307 |
dialoginput.italic.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
308 |
dialoginput.italic.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
309 |
dialoginput.italic.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
310 |
dialoginput.italic.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
311 |
dialoginput.italic.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
312 |
dialoginput.italic.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
313 |
dialoginput.italic.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
314 |
dialoginput.italic.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
315 |
dialoginput.italic.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
316 |
dialoginput.italic.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
317 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
318 |
dialoginput.bolditalic.latin-1=DejaVu Sans Mono Bold Oblique |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
319 |
dialoginput.bolditalic.japanese-x0208=Sazanami Gothic |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
320 |
dialoginput.bolditalic.korean=Baekmuk Gulim |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
321 |
dialoginput.bolditalic.chinese-big5=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
322 |
dialoginput.bolditalic.chinese-gb18030=AR PL ShanHeiSun Uni |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
323 |
dialoginput.bolditalic.bengali=Lohit Bengali |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
324 |
dialoginput.bolditalic.gujarati=Lohit Gujarati |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
325 |
dialoginput.bolditalic.hindi=Lohit Hindi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
326 |
dialoginput.bolditalic.malayalam=Lohit Malayalam |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
327 |
dialoginput.bolditalic.oriya=Lohit Oriya |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
328 |
dialoginput.bolditalic.punjabi=Lohit Punjabi |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
329 |
dialoginput.bolditalic.tamil=Lohit Tamil |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
330 |
dialoginput.bolditalic.telugu=Lohit Telugu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
331 |
dialoginput.bolditalic.sinhala=LKLUG |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
332 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
333 |
# Search Sequences |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
334 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
335 |
sequence.allfonts=latin-1 |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
336 |
sequence.allfonts.Big5=chinese-big5,latin-1 |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
337 |
sequence.allfonts.x-euc-jp-linux=japanese-x0208,latin-1 |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
338 |
sequence.allfonts.EUC-KR=korean,latin-1 |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
339 |
sequence.allfonts.GB18030=chinese-gb18030,latin-1 |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
340 |
sequence.fallback=chinese-big5,chinese-gb18030,japanese-x0208,korean,bengali,gujarati,hindi,oriya,punjabi,malayalam,tamil,telugu,sinhala |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
341 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
342 |
# Font File Names |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
343 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
344 |
# media-fonts/dejavu |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
345 |
filename.DejaVu_Sans=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/dejavu/DejaVuSans.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
346 |
filename.DejaVu_Sans_Bold=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
347 |
filename.DejaVu_Sans_Oblique=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/dejavu/DejaVuSans-Oblique.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
348 |
filename.DejaVu_Sans_Bold_Oblique=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/dejavu/DejaVuSans-BoldOblique.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
349 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
350 |
filename.DejaVu_Sans_Mono=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/dejavu/DejaVuSansMono.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
351 |
filename.DejaVu_Sans_Mono_Bold=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
352 |
filename.DejaVu_Sans_Mono_Oblique=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/dejavu/DejaVuSansMono-Oblique.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
353 |
filename.DejaVu_Sans_Mono_Bold_Oblique=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/dejavu/DejaVuSansMono-BoldOblique.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
354 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
355 |
filename.DejaVu_Serif=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/dejavu/DejaVuSerif.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
356 |
filename.DejaVu_Serif_Bold=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/dejavu/DejaVuSerif-Bold.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
357 |
filename.DejaVu_Serif_Oblique=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/dejavu/DejaVuSerif-Oblique.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
358 |
filename.DejaVu_Serif_Bold_Oblique=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/dejavu/DejaVuSerif-BoldOblique.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
359 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
360 |
# media-fonts/sazanami |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
361 |
filename.Sazanami_Gothic=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/sazanami/sazanami-gothic.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
362 |
filename.Sazanami_Mincho=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/sazanami/sazanami-mincho.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
363 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
364 |
# media-fonts/arphicfonts |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
365 |
filename.AR_PL_ShanHeiSun_Uni=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/uming.ttc |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
366 |
filename.AR_PL_ZenKai_Uni=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/ukai.ttc |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
367 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
368 |
# media-fonts/baekmuk-fonts |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
369 |
filename.Baekmuk_Gulim=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/baekmuk-fonts/gulim.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
370 |
filename.Baekmuk_Batang=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/baekmuk-fonts/batang.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
371 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
372 |
# media-fonts/lohit-fonts |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
373 |
filename.Lohit_Bengali=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/indic/lohit_bn.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
374 |
filename.Lohit_Gujarati=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/indic/lohit_gu.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
375 |
filename.Lohit_Hindi=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/indic/lohit_hi.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
376 |
filename.Lohit_Kannda=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/indic/lohit_kn.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
377 |
filename.Lohit_Malayalam=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/indic/lohit_ml.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
378 |
filename.Lohit_Oriya=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/indic/lohit_or.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
379 |
filename.Lohit_Punjabi=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/indic/lohit_pa.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
380 |
filename.Lohit_Tamil=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/indic/lohit_ta.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
381 |
filename.Lohit_Telugu=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/indic/lohit_te.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
382 |
|
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
383 |
# media-fonts/lklug |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
384 |
filename.LKLUG=@GENTOO_PORTAGE_EPREFIX@/usr/share/fonts/lklug/lklug.ttf |
27c2a6303f2f
Add ebuild for icedtea which can build on hardened system with XATTRS_PAX
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
385 |