/hg/release/icedtea6-1.8: 4 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Wed Aug 25 09:13:16 PDT 2010
changeset 3fd44a9bb9a3 in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=3fd44a9bb9a3
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Aug 11 21:04:10 2010 +0100
G244901: Skip test_gamma on hardened (PaX-enabled) kernels
2010-08-06 Andrew John Hughes <ahughes at redhat.com>
Fix build on PAX-enabled kernels.
https://bugs.gentoo.org/244901
* Makefile.am: (ICEDTEA_PATCHES): Add test_gamma patch
if PAX is enabled. (ICEDTEA_ECJ_PATCHES): Add test_gamma
patch if PAX not enabled (and thus not already patched).
* NEWS: Mention new bug fix.
* acinclude.m4: (IT_CHECK_FOR_PAX): Check for a PaX-enabled
kernel.
* configure.ac: Call above macro.
* patches/ecj/icedtea-hotspot.patch: Remove test_gamma segment
into separate patch.
* patches/ecj/no-test_gamma.patch: test_gamma patch for non-
PaX-enabled kernels (i.e. bootstrap build only).
* patches/no-test_gamma.patch: test_gamma patch for PaX-
enabled kernels.
changeset be9c0d303dfc in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=be9c0d303dfc
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Aug 11 21:05:04 2010 +0100
G266295: Provide font configuration for Gentoo.
2010-08-02 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Add patch below.
* patches/fonts-gentoo.patch: Add a font configuration for
Gentoo (currently a copy of Fedora's).
* NEWS: Updated.
changeset 8dbe3de24290 in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=8dbe3de24290
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Aug 13 00:35:50 2010 +0100
Add a font configuration for RHEL6.
2010-07-30 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Add patch below.
* patches/fonts-rhel.patch: Add a font configuration for RHEL6
(currently a copy of Fedora's).
* NEWS: Updated and move previous additions to correct place.
changeset 01d87c70057a in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=01d87c70057a
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Aug 25 17:13:03 2010 +0100
Merge
diffstat:
12 files changed, 976 insertions(+), 81 deletions(-)
ChangeLog | 51 +
Makefile.am | 12
NEWS | 5
acinclude.m4 | 11
configure.ac | 1
netx/net/sourceforge/jnlp/JNLPSplashScreen.java | 6
patches/ecj/icedtea-hotspot.patch | 46 -
patches/ecj/no-test_gamma.patch | 46 +
patches/fonts-gentoo.patch | 406 ++++++++++++++
patches/fonts-rhel.patch | 393 +++++++++++++
patches/no-test_gamma.patch | 46 +
plugin/icedteanp/java/sun/applet/PluginAppletViewer.java | 34 -
diffs (truncated from 1164 to 500 lines):
diff -r 4a022b4a3319 -r 01d87c70057a ChangeLog
--- a/ChangeLog Mon Aug 09 11:30:52 2010 -0400
+++ b/ChangeLog Wed Aug 25 17:13:03 2010 +0100
@@ -1,3 +1,54 @@ 2010-08-09 Omair Majid <omajid at redhat.
+2010-07-30 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am: Add patch below.
+ * patches/fonts-rhel.patch:
+ Add a font configuration for RHEL6
+ (currently a copy of Fedora's).
+ * NEWS: Updated and move previous additions
+ to correct place.
+
+2010-08-02 Andrew John Hughes <ahughes at redhat.com>
+
+ Fixes http://bugs.gentoo.org/show_bug.cgi?id=266295
+ * Makefile.am: Add patch below.
+ * patches/fonts-gentoo.patch:
+ Add a font configuration for Gentoo
+ (currently a copy of Fedora's).
+ * NEWS: Updated.
+
+2010-08-06 Andrew John Hughes <ahughes at redhat.com>
+
+ Fix build on PAX-enabled kernels.
+ https://bugs.gentoo.org/244901
+ * Makefile.am:
+ (ICEDTEA_PATCHES): Add test_gamma patch
+ if PAX is enabled.
+ (ICEDTEA_ECJ_PATCHES): Add test_gamma patch
+ if PAX not enabled (and thus not already patched).
+ * NEWS: Mention new bug fix.
+ * acinclude.m4:
+ (IT_CHECK_FOR_PAX): Check for a PaX-enabled kernel.
+ * configure.ac: Call above macro.
+ * patches/ecj/icedtea-hotspot.patch: Remove
+ test_gamma segment into separate patch.
+ * patches/ecj/no-test_gamma.patch: test_gamma
+ patch for non-PaX-enabled kernels (i.e. bootstrap
+ build only).
+ * patches/no-test_gamma.patch: test_gamma patch
+ for PaX-enabled kernels.
+
+2010-08-24 Omair Majid <omajid at redhat.com>
+
+ Fixes rhbz601281
+ * NEWS: Update with this fix.
+ * netx/net/sourceforge/jnlp/JNLPSplashScreen.java
+ (setSplashImageURL): Check for possible null.
+
+2010-08-23 Andrew Su <asu at redhat.com>
+
+ * plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
+ (parse): Removed parsing for unknown <app> tag.
+
2010-08-09 Omair Majid <omajid at redhat.com>
* NEWS: Update with support for spec 1.6
diff -r 4a022b4a3319 -r 01d87c70057a Makefile.am
--- a/Makefile.am Mon Aug 09 11:30:52 2010 -0400
+++ b/Makefile.am Wed Aug 25 17:13:03 2010 +0100
@@ -329,7 +329,9 @@ ICEDTEA_PATCHES = \
patches/icedtea-nss-6763530.patch \
patches/nss-debug.patch \
patches/icedtea-override-redirect-metacity.patch \
- patches/openjdk/6678385.patch
+ patches/openjdk/6678385.patch \
+ patches/fonts-gentoo.patch \
+ patches/fonts-rhel.patch
if WITH_RHINO
ICEDTEA_PATCHES += \
@@ -399,6 +401,10 @@ ICEDTEA_PATCHES += patches/hotspot/origi
patches/openjdk/6822370-reentrantreadwritelock.patch
endif
+if HAS_PAX
+ICEDTEA_PATCHES += patches/no-test_gamma.patch
+endif
+
ICEDTEA_PATCHES += $(DISTRIBUTION_PATCHES)
# Bootstrapping patches
@@ -418,6 +424,10 @@ endif
endif
ICEDTEA_ECJ_PATCHES += $(DISTRIBUTION_ECJ_PATCHES)
+
+if !HAS_PAX
+ICEDTEA_ECJ_PATCHES += patches/ecj/no-test_gamma.patch
+endif
# OpenJDK build environment.
if ZERO_BUILD
diff -r 4a022b4a3319 -r 01d87c70057a NEWS
--- a/NEWS Mon Aug 09 11:30:52 2010 -0400
+++ b/NEWS Wed Aug 25 17:13:03 2010 +0100
@@ -1,9 +1,14 @@ New in release 1.8.2 (XXXX-XX-XX):
New in release 1.8.2 (XXXX-XX-XX):
+* Fixes:
+ - G244901: Skip test_gamma on hardened (PaX-enabled) kernels
+ - G266295: Provide font configuration for Gentoo.
+ - Provide font configuration for RHEL 6.
- NetX:
- Fix browser command in BasicService.showDocument(URL)
- Run programs that inherit main(String[]) in their main-class
- Run JNLP files that use 1.6 as the spec version
+ - RH601281: Possible NullPointerException in splash screen code
New in release 1.8.1 (2010-07-28):
diff -r 4a022b4a3319 -r 01d87c70057a acinclude.m4
--- a/acinclude.m4 Mon Aug 09 11:30:52 2010 -0400
+++ b/acinclude.m4 Wed Aug 25 17:13:03 2010 +0100
@@ -1485,6 +1485,17 @@ fi
fi
])
+AC_DEFUN_ONCE([IT_CHECK_FOR_PAX],[
+AC_CACHE_CHECK([if a PaX-enabled kernel is running], it_cv_pax, [
+if grep '^PaX:' /proc/self/status >&AS_MESSAGE_LOG_FD 2>&1; then
+ it_cv_pax=yes;
+else
+ it_cv_pax=no;
+fi
+])
+AM_CONDITIONAL([HAS_PAX], test x"${it_cv_pax}" = "xyes")
+AC_PROVIDE([$0])dnl
+])
AC_DEFUN_ONCE([IT_OBTAIN_DEFAULT_LIBDIR],
[
dnl find the system library directory
diff -r 4a022b4a3319 -r 01d87c70057a configure.ac
--- a/configure.ac Mon Aug 09 11:30:52 2010 -0400
+++ b/configure.ac Wed Aug 25 17:13:03 2010 +0100
@@ -50,6 +50,7 @@ AC_CHECK_GCC_VERSION
AC_CHECK_GCC_VERSION
AC_CHECK_FOR_OPENJDK
IT_CHECK_NUMBER_OF_PARALLEL_JOBS
+IT_CHECK_FOR_PAX
AC_MSG_CHECKING([for a NetBeans installation])
AC_ARG_WITH([netbeans-home],
diff -r 4a022b4a3319 -r 01d87c70057a netx/net/sourceforge/jnlp/JNLPSplashScreen.java
--- a/netx/net/sourceforge/jnlp/JNLPSplashScreen.java Mon Aug 09 11:30:52 2010 -0400
+++ b/netx/net/sourceforge/jnlp/JNLPSplashScreen.java Wed Aug 25 17:13:03 2010 +0100
@@ -44,6 +44,12 @@ public class JNLPSplashScreen extends JF
try {
splashImage = ImageIO.read(resourceTracker
.getCacheFile(splashImageUrl));
+ if (splashImage == null) {
+ if (JNLPRuntime.isDebug()) {
+ System.err.println("Error loading splash image: " + url);
+ }
+ return;
+ }
} catch (IOException e) {
if (JNLPRuntime.isDebug()) {
System.err.println("Error loading splash image: " + url);
diff -r 4a022b4a3319 -r 01d87c70057a patches/ecj/icedtea-hotspot.patch
--- a/patches/ecj/icedtea-hotspot.patch Mon Aug 09 11:30:52 2010 -0400
+++ b/patches/ecj/icedtea-hotspot.patch Wed Aug 25 17:13:03 2010 +0100
@@ -1,49 +1,3 @@ diff -Nru openjdk-ecj.orig/hotspot/make/
-diff -Nru openjdk-ecj.orig/hotspot/make/linux/Makefile openjdk-ecj/hotspot/make/linux/Makefile
---- openjdk-ecj.orig/hotspot/make/linux/Makefile 2008-10-24 10:16:06.000000000 +0100
-+++ openjdk-ecj/hotspot/make/linux/Makefile 2008-10-24 13:32:48.000000000 +0100
-@@ -287,42 +287,36 @@
-
- $(TARGETS_C2): $(SUBDIRS_C2)
- cd $(OSNAME)_$(BUILDARCH)_compiler2/$@ && $(MAKE) $(MFLAGS)
-- cd $(OSNAME)_$(BUILDARCH)_compiler2/$@ && ./test_gamma
- ifdef INSTALL
- cd $(OSNAME)_$(BUILDARCH)_compiler2/$@ && $(MAKE) $(MFLAGS) install
- endif
-
- $(TARGETS_TIERED): $(SUBDIRS_TIERED)
- cd $(OSNAME)_$(BUILDARCH)_tiered/$(patsubst %tiered,%,$@) && $(MAKE) $(MFLAGS)
-- cd $(OSNAME)_$(BUILDARCH)_tiered/$(patsubst %tiered,%,$@) && ./test_gamma
- ifdef INSTALL
- cd $(OSNAME)_$(BUILDARCH)_tiered/$(patsubst %tiered,%,$@) && $(MAKE) $(MFLAGS) install
- endif
-
- $(TARGETS_C1): $(SUBDIRS_C1)
- cd $(OSNAME)_$(BUILDARCH)_compiler1/$(patsubst %1,%,$@) && $(MAKE) $(MFLAGS)
-- cd $(OSNAME)_$(BUILDARCH)_compiler1/$(patsubst %1,%,$@) && ./test_gamma
- ifdef INSTALL
- cd $(OSNAME)_$(BUILDARCH)_compiler1/$(patsubst %1,%,$@) && $(MAKE) $(MFLAGS) install
- endif
-
- $(TARGETS_CORE): $(SUBDIRS_CORE)
- cd $(OSNAME)_$(BUILDARCH)_core/$(patsubst %core,%,$@) && $(MAKE) $(MFLAGS)
-- cd $(OSNAME)_$(BUILDARCH)_core/$(patsubst %core,%,$@) && ./test_gamma
- ifdef INSTALL
- cd $(OSNAME)_$(BUILDARCH)_core/$(patsubst %core,%,$@) && $(MAKE) $(MFLAGS) install
- endif
-
- $(TARGETS_ZERO): $(SUBDIRS_ZERO)
- cd $(OSNAME)_$(VARIANTARCH)_zero/$(patsubst %zero,%,$@) && $(MAKE) $(MFLAGS)
-- cd $(OSNAME)_$(VARIANTARCH)_zero/$(patsubst %zero,%,$@) && ./test_gamma
- ifdef INSTALL
- cd $(OSNAME)_$(VARIANTARCH)_zero/$(patsubst %zero,%,$@) && $(MAKE) $(MFLAGS) install
- endif
-
- $(TARGETS_SHARK): $(SUBDIRS_SHARK)
- cd $(OSNAME)_$(VARIANTARCH)_shark/$(patsubst %shark,%,$@) && $(MAKE) $(MFLAGS)
-- cd $(OSNAME)_$(VARIANTARCH)_shark/$(patsubst %shark,%,$@) && ./test_gamma
- ifdef INSTALL
- cd $(OSNAME)_$(VARIANTARCH)_shark/$(patsubst %shark,%,$@) && $(MAKE) $(MFLAGS) install
- endif
diff -Nru openjdk-ecj.orig/hotspot/make/linux/makefiles/sa.make openjdk-ecj/hotspot/make/linux/makefiles/sa.make
--- openjdk-ecj.orig/hotspot/make/linux/makefiles/sa.make 2008-10-24 10:16:06.000000000 +0100
+++ openjdk-ecj/hotspot/make/linux/makefiles/sa.make 2008-10-24 13:32:48.000000000 +0100
diff -r 4a022b4a3319 -r 01d87c70057a patches/ecj/no-test_gamma.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/ecj/no-test_gamma.patch Wed Aug 25 17:13:03 2010 +0100
@@ -0,0 +1,46 @@
+diff -Nru openjdk-ecj.orig/hotspot/make/linux/Makefile openjdk-ecj/hotspot/make/linux/Makefile
+--- openjdk-ecj.orig/hotspot/make/linux/Makefile 2010-03-29 21:34:14.000000000 +0100
++++ openjdk-ecj/hotspot/make/linux/Makefile 2010-03-29 21:40:39.000000000 +0100
+@@ -287,42 +287,36 @@
+
+ $(TARGETS_C2): $(SUBDIRS_C2)
+ cd $(OSNAME)_$(BUILDARCH)_compiler2/$@ && $(MAKE) $(MFLAGS)
+- cd $(OSNAME)_$(BUILDARCH)_compiler2/$@ && ./test_gamma
+ ifdef INSTALL
+ cd $(OSNAME)_$(BUILDARCH)_compiler2/$@ && $(MAKE) $(MFLAGS) install
+ endif
+
+ $(TARGETS_TIERED): $(SUBDIRS_TIERED)
+ cd $(OSNAME)_$(BUILDARCH)_tiered/$(patsubst %tiered,%,$@) && $(MAKE) $(MFLAGS)
+- cd $(OSNAME)_$(BUILDARCH)_tiered/$(patsubst %tiered,%,$@) && ./test_gamma
+ ifdef INSTALL
+ cd $(OSNAME)_$(BUILDARCH)_tiered/$(patsubst %tiered,%,$@) && $(MAKE) $(MFLAGS) install
+ endif
+
+ $(TARGETS_C1): $(SUBDIRS_C1)
+ cd $(OSNAME)_$(BUILDARCH)_compiler1/$(patsubst %1,%,$@) && $(MAKE) $(MFLAGS)
+- cd $(OSNAME)_$(BUILDARCH)_compiler1/$(patsubst %1,%,$@) && ./test_gamma
+ ifdef INSTALL
+ cd $(OSNAME)_$(BUILDARCH)_compiler1/$(patsubst %1,%,$@) && $(MAKE) $(MFLAGS) install
+ endif
+
+ $(TARGETS_CORE): $(SUBDIRS_CORE)
+ cd $(OSNAME)_$(BUILDARCH)_core/$(patsubst %core,%,$@) && $(MAKE) $(MFLAGS)
+- cd $(OSNAME)_$(BUILDARCH)_core/$(patsubst %core,%,$@) && ./test_gamma
+ ifdef INSTALL
+ cd $(OSNAME)_$(BUILDARCH)_core/$(patsubst %core,%,$@) && $(MAKE) $(MFLAGS) install
+ endif
+
+ $(TARGETS_ZERO): $(SUBDIRS_ZERO)
+ cd $(OSNAME)_$(VARIANTARCH)_zero/$(patsubst %zero,%,$@) && $(MAKE) $(MFLAGS)
+- cd $(OSNAME)_$(VARIANTARCH)_zero/$(patsubst %zero,%,$@) && ./test_gamma
+ ifdef INSTALL
+ cd $(OSNAME)_$(VARIANTARCH)_zero/$(patsubst %zero,%,$@) && $(MAKE) $(MFLAGS) install
+ endif
+
+ $(TARGETS_SHARK): $(SUBDIRS_SHARK)
+ cd $(OSNAME)_$(VARIANTARCH)_shark/$(patsubst %shark,%,$@) && $(MAKE) $(MFLAGS)
+- cd $(OSNAME)_$(VARIANTARCH)_shark/$(patsubst %shark,%,$@) && ./test_gamma
+ ifdef INSTALL
+ cd $(OSNAME)_$(VARIANTARCH)_shark/$(patsubst %shark,%,$@) && $(MAKE) $(MFLAGS) install
+ endif
diff -r 4a022b4a3319 -r 01d87c70057a patches/fonts-gentoo.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/fonts-gentoo.patch Wed Aug 25 17:13:03 2010 +0100
@@ -0,0 +1,406 @@
+diff -Nru openjdk.orig/jdk/make/sun/awt/Makefile openjdk/jdk/make/sun/awt/Makefile
+--- openjdk.orig/jdk/make/sun/awt/Makefile 2009-10-14 18:17:15.000000000 +0100
++++ openjdk/jdk/make/sun/awt/Makefile 2010-08-06 23:44:04.676912020 +0100
+@@ -387,7 +387,8 @@
+ fontconfig.properties \
+ fontconfig.SuSE.properties \
+ fontconfig.Ubuntu.properties \
+- fontconfig.Fedora.properties
++ fontconfig.Fedora.properties \
++ fontconfig.Gentoo.properties
+ else
+
+ FONTCONFIGS_SRC = $(CLOSED_SRC)/solaris/classes/sun/awt/fontconfigs
+diff -Nru openjdk.orig/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Gentoo.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Gentoo.properties
+--- openjdk.orig/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Gentoo.properties 1970-01-01 01:00:00.000000000 +0100
++++ openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Gentoo.properties 2010-08-06 23:43:45.720667808 +0100
+@@ -0,0 +1,376 @@
++#
++# Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
++# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
++#
++# This code is free software; you can redistribute it and/or modify it
++# under the terms of the GNU General Public License version 2 only, as
++# published by the Free Software Foundation. Oracle designates this
++# particular file as subject to the "Classpath" exception as provided
++# by Oracle in the LICENSE file that accompanied this code.
++#
++# This code is distributed in the hope that it will be useful, but WITHOUT
++# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
++# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
++# version 2 for more details (a copy is included in the LICENSE file that
++# accompanied this code).
++#
++# You should have received a copy of the GNU General Public License version
++# 2 along with this work; if not, write to the Free Software Foundation,
++# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
++#
++# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
++# or visit www.oracle.com if you need additional information or have any
++# questions.
++#
++
++# Version
++
++# Uses Fedora 9 fonts and file paths.
++version=1
++
++# Component Font Mappings
++
++dialog.plain.latin-1=DejaVu Sans
++dialog.plain.japanese-x0208=Sazanami Gothic
++dialog.plain.korean=Baekmuk Gulim
++dialog.plain.chinese-big5=AR PL ShanHeiSun Uni
++dialog.plain.chinese-gb18030=AR PL ShanHeiSun Uni
++dialog.plain.bengali=Lohit Bengali
++dialog.plain.gujarati=Lohit Gujarati
++dialog.plain.hindi=Lohit Hindi
++dialog.plain.malayalam=Lohit Malayalam
++dialog.plain.oriya=Lohit Oriya
++dialog.plain.punjabi=Lohit Punjabi
++dialog.plain.tamil=Lohit Tamil
++dialog.plain.telugu=Lohit Telugu
++dialog.plain.sinhala=LKLUG
++
++dialog.bold.latin-1=DejaVu Sans Bold
++dialog.bold.japanese-x0208=Sazanami Gothic
++dialog.bold.korean=Baekmuk Gulim
++dialog.bold.chinese-big5=AR PL ShanHeiSun Uni
++dialog.bold.chinese-gb18030=AR PL ShanHeiSun Uni
++dialog.bold.bengali=Lohit Bengali
++dialog.bold.gujarati=Lohit Gujarati
++dialog.bold.hindi=Lohit Hindi
++dialog.bold.malayalam=Lohit Malayalam
++dialog.bold.oriya=Lohit Oriya
++dialog.bold.punjabi=Lohit Punjabi
++dialog.bold.tamil=Lohit Tamil
++dialog.bold.telugu=Lohit Telugu
++dialog.bold.sinhala=LKLUG
++
++dialog.italic.latin-1=DejaVu Sans Oblique
++dialog.italic.japanese-x0208=Sazanami Gothic
++dialog.italic.korean=Baekmuk Gulim
++dialog.italic.chinese-big5=AR PL ShanHeiSun Uni
++dialog.italic.chinese-gb18030=AR PL ShanHeiSun Uni
++dialog.italic.bengali=Lohit Bengali
++dialog.italic.gujarati=Lohit Gujarati
++dialog.italic.hindi=Lohit Hindi
++dialog.italic.malayalam=Lohit Malayalam
++dialog.italic.oriya=Lohit Oriya
++dialog.italic.punjabi=Lohit Punjabi
++dialog.italic.tamil=Lohit Tamil
++dialog.italic.telugu=Lohit Telugu
++dialog.italic.sinhala=LKLUG
++
++dialog.bolditalic.latin-1=DejaVu Sans Bold Oblique
++dialog.bolditalic.japanese-x0208=Sazanami Gothic
++dialog.bolditalic.korean=Baekmuk Gulim
++dialog.bolditalic.chinese-big5=AR PL ShanHeiSun Uni
++dialog.bolditalic.chinese-gb18030=AR PL ShanHeiSun Uni
++dialog.bolditalic.bengali=Lohit Bengali
++dialog.bolditalic.gujarati=Lohit Gujarati
++dialog.bolditalic.hindi=Lohit Hindi
++dialog.bolditalic.malayalam=Lohit Malayalam
++dialog.bolditalic.oriya=Lohit Oriya
++dialog.bolditalic.punjabi=Lohit Punjabi
++dialog.bolditalic.tamil=Lohit Tamil
++dialog.bolditalic.telugu=Lohit Telugu
++dialog.bolditalic.sinhala=LKLUG
++
++sansserif.plain.latin-1=DejaVu Sans
++sansserif.plain.japanese-x0208=Sazanami Gothic
++sansserif.plain.korean=Baekmuk Gulim
++sansserif.plain.chinese-big5=AR PL ShanHeiSun Uni
++sansserif.plain.chinese-gb18030=AR PL ShanHeiSun Uni
++sansserif.plain.bengali=Lohit Bengali
++sansserif.plain.gujarati=Lohit Gujarati
++sansserif.plain.hindi=Lohit Hindi
++sansserif.plain.malayalam=Lohit Malayalam
++sansserif.plain.oriya=Lohit Oriya
++sansserif.plain.punjabi=Lohit Punjabi
++sansserif.plain.tamil=Lohit Tamil
++sansserif.plain.telugu=Lohit Telugu
++sansserif.plain.sinhala=LKLUG
++
++sansserif.bold.latin-1=DejaVu Sans Bold
++sansserif.bold.japanese-x0208=Sazanami Gothic
++sansserif.bold.korean=Baekmuk Gulim
++sansserif.bold.chinese-big5=AR PL ShanHeiSun Uni
++sansserif.bold.chinese-gb18030=AR PL ShanHeiSun Uni
++sansserif.bold.bengali=Lohit Bengali
++sansserif.bold.gujarati=Lohit Gujarati
++sansserif.bold.hindi=Lohit Hindi
++sansserif.bold.malayalam=Lohit Malayalam
++sansserif.bold.oriya=Lohit Oriya
++sansserif.bold.punjabi=Lohit Punjabi
++sansserif.bold.tamil=Lohit Tamil
++sansserif.bold.telugu=Lohit Telugu
++sansserif.bold.sinhala=LKLUG
++
++sansserif.italic.latin-1=DejaVu Sans Oblique
++sansserif.italic.japanese-x0208=Sazanami Gothic
++sansserif.italic.korean=Baekmuk Gulim
++sansserif.italic.chinese-big5=AR PL ShanHeiSun Uni
++sansserif.italic.chinese-gb18030=AR PL ShanHeiSun Uni
++sansserif.italic.bengali=Lohit Bengali
++sansserif.italic.gujarati=Lohit Gujarati
++sansserif.italic.hindi=Lohit Hindi
++sansserif.italic.malayalam=Lohit Malayalam
++sansserif.italic.oriya=Lohit Oriya
++sansserif.italic.punjabi=Lohit Punjabi
++sansserif.italic.tamil=Lohit Tamil
++sansserif.italic.telugu=Lohit Telugu
++sansserif.italic.sinhala=LKLUG
++
++sansserif.bolditalic.latin-1=DejaVu Sans Bold Oblique
++sansserif.bolditalic.japanese-x0208=Sazanami Gothic
++sansserif.bolditalic.korean=Baekmuk Gulim
++sansserif.bolditalic.chinese-big5=AR PL ShanHeiSun Uni
++sansserif.bolditalic.chinese-gb18030=AR PL ShanHeiSun Uni
++sansserif.bolditalic.bengali=Lohit Bengali
++sansserif.bolditalic.gujarati=Lohit Gujarati
++sansserif.bolditalic.hindi=Lohit Hindi
++sansserif.bolditalic.malayalam=Lohit Malayalam
++sansserif.bolditalic.oriya=Lohit Oriya
++sansserif.bolditalic.punjabi=Lohit Punjabi
++sansserif.bolditalic.tamil=Lohit Tamil
++sansserif.bolditalic.telugu=Lohit Telugu
++sansserif.bolditalic.sinhala=LKLUG
++
++serif.plain.latin-1=DejaVu Serif
++serif.plain.japanese-x0208=Sazanami Mincho
++serif.plain.korean=Baekmuk Batang
++serif.plain.chinese-big5=AR PL ZenKai Uni
++serif.plain.chinese-gb18030=AR PL ZenKai Uni
++serif.plain.bengali=Lohit Bengali
++serif.plain.gujarati=Lohit Gujarati
++serif.plain.hindi=Lohit Hindi
++serif.plain.malayalam=Lohit Malayalam
++serif.plain.oriya=Lohit Oriya
++serif.plain.punjabi=Lohit Punjabi
++serif.plain.tamil=Lohit Tamil
++serif.plain.telugu=Lohit Telugu
++serif.plain.sinhala=LKLUG
++
++serif.bold.latin-1=DejaVu Serif Bold
++serif.bold.japanese-x0208=Sazanami Mincho
++serif.bold.korean=Baekmuk Batang
++serif.bold.chinese-big5=AR PL ZenKai Uni
++serif.bold.chinese-gb18030=AR PL ZenKai Uni
++serif.bold.bengali=Lohit Bengali
++serif.bold.gujarati=Lohit Gujarati
++serif.bold.hindi=Lohit Hindi
++serif.bold.malayalam=Lohit Malayalam
++serif.bold.oriya=Lohit Oriya
++serif.bold.punjabi=Lohit Punjabi
++serif.bold.tamil=Lohit Tamil
++serif.bold.telugu=Lohit Telugu
++serif.bold.sinhala=LKLUG
++
++serif.italic.latin-1=DejaVu Serif Oblique
++serif.italic.japanese-x0208=Sazanami Mincho
++serif.italic.korean=Baekmuk Batang
++serif.italic.chinese-big5=AR PL ZenKai Uni
++serif.italic.chinese-gb18030=AR PL ZenKai Uni
++serif.italic.bengali=Lohit Bengali
++serif.italic.gujarati=Lohit Gujarati
++serif.italic.hindi=Lohit Hindi
++serif.italic.malayalam=Lohit Malayalam
++serif.italic.oriya=Lohit Oriya
++serif.italic.punjabi=Lohit Punjabi
++serif.italic.tamil=Lohit Tamil
++serif.italic.telugu=Lohit Telugu
++serif.italic.sinhala=LKLUG
++
++serif.bolditalic.latin-1=DejaVu Serif Bold Oblique
++serif.bolditalic.japanese-x0208=Sazanami Mincho
++serif.bolditalic.korean=Baekmuk Batang
++serif.bolditalic.chinese-big5=AR PL ZenKai Uni
++serif.bolditalic.chinese-gb18030=AR PL ZenKai Uni
++serif.bolditalic.bengali=Lohit Bengali
++serif.bolditalic.gujarati=Lohit Gujarati
++serif.bolditalic.hindi=Lohit Hindi
++serif.bolditalic.malayalam=Lohit Malayalam
++serif.bolditalic.oriya=Lohit Oriya
++serif.bolditalic.punjabi=Lohit Punjabi
++serif.bolditalic.tamil=Lohit Tamil
++serif.bolditalic.telugu=Lohit Telugu
++serif.bolditalic.sinhala=LKLUG
++
++monospaced.plain.latin-1=DejaVu Sans Mono
++monospaced.plain.japanese-x0208=Sazanami Gothic
++monospaced.plain.korean=Baekmuk Gulim
++monospaced.plain.chinese-big5=AR PL ShanHeiSun Uni
More information about the distro-pkg-dev
mailing list