/hg/release/icedtea6-1.7: 4 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Aug 25 09:11:33 PDT 2010


changeset 7987f496f107 in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=7987f496f107
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Aug 06 21:56:25 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 8e9ea0b338da in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=8e9ea0b338da
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Aug 11 20:55:25 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 4ed5f5c9cba8 in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=4ed5f5c9cba8
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Aug 12 23:54:09 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 c18673769bc8 in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=c18673769bc8
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Aug 25 17:11:27 2010 +0100

	Merge


diffstat:

13 files changed, 983 insertions(+), 82 deletions(-)
ChangeLog                                                |   56 +
Makefile.am                                              |   12 
NEWS                                                     |    6 
acinclude.m4                                             |   11 
configure.ac                                             |    1 
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 -
rt/net/sourceforge/jnlp/JNLPSplashScreen.java            |    6 
rt/net/sourceforge/jnlp/Parser.java                      |    2 

diffs (truncated from 1178 to 500 lines):

diff -r c5c7cfebb101 -r c18673769bc8 ChangeLog
--- a/ChangeLog	Thu Aug 05 17:52:08 2010 -0400
+++ b/ChangeLog	Wed Aug 25 17:11:27 2010 +0100
@@ -1,3 +1,59 @@ 2010-08-05  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 for this fix.
+	* rt/net/sourceforge/jnlp/Parser.java: Add 1.6 to supportedVersions.
+
 2010-08-05  Omair Majid  <omajid at redhat.com>
 
 	* NEWS: Update with netx bugfix.
diff -r c5c7cfebb101 -r c18673769bc8 Makefile.am
--- a/Makefile.am	Thu Aug 05 17:52:08 2010 -0400
+++ b/Makefile.am	Wed Aug 25 17:11:27 2010 +0100
@@ -343,7 +343,9 @@ ICEDTEA_PATCHES = \
 	patches/openjdk/6917485-docs-corba.patch \
 	patches/openjdk/6921068-docs-specdefault.patch \
 	patches/openjdk/6668231-ssl_cert.patch \
-	patches/openjdk/6963870-swing_npe.patch
+	patches/openjdk/6963870-swing_npe.patch \
+	patches/fonts-gentoo.patch \
+	patches/fonts-rhel.patch
 
 if WITH_RHINO
 ICEDTEA_PATCHES += \
@@ -403,6 +405,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
@@ -412,6 +418,10 @@ ICEDTEA_ECJ_PATCHES = patches/ecj/icedte
 	patches/ecj/icedtea-hotspot.patch \
 	patches/ecj/icedtea-spp.patch \
 	patches/ecj/icedtea-jopt.patch
+
+if !HAS_PAX
+ICEDTEA_ECJ_PATCHES += patches/ecj/no-test_gamma.patch
+endif
 
 # OpenJDK build environment.
 if ZERO_BUILD
diff -r c5c7cfebb101 -r c18673769bc8 NEWS
--- a/NEWS	Thu Aug 05 17:52:08 2010 -0400
+++ b/NEWS	Wed Aug 25 17:11:27 2010 +0100
@@ -1,8 +1,14 @@ New in release 1.7.5 (XXXX-XX-XX):
 New in release 1.7.5 (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
+ - Work with JNLP files that use spec version 1.6
+ - RH601281: Possible NullPointerException in splash screen code
 
 New in release 1.7.4 (2010-07-28):
 
diff -r c5c7cfebb101 -r c18673769bc8 acinclude.m4
--- a/acinclude.m4	Thu Aug 05 17:52:08 2010 -0400
+++ b/acinclude.m4	Wed Aug 25 17:11:27 2010 +0100
@@ -1339,3 +1339,14 @@ 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
+])
diff -r c5c7cfebb101 -r c18673769bc8 configure.ac
--- a/configure.ac	Thu Aug 05 17:52:08 2010 -0400
+++ b/configure.ac	Wed Aug 25 17:11:27 2010 +0100
@@ -48,6 +48,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 c5c7cfebb101 -r c18673769bc8 patches/ecj/icedtea-hotspot.patch
--- a/patches/ecj/icedtea-hotspot.patch	Thu Aug 05 17:52:08 2010 -0400
+++ b/patches/ecj/icedtea-hotspot.patch	Wed Aug 25 17:11:27 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 c5c7cfebb101 -r c18673769bc8 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:11:27 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 c5c7cfebb101 -r c18673769bc8 patches/fonts-gentoo.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/fonts-gentoo.patch	Wed Aug 25 17:11:27 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
++monospaced.plain.chinese-gb18030=AR PL ShanHeiSun Uni
++monospaced.plain.bengali=Lohit Bengali
++monospaced.plain.gujarati=Lohit Gujarati
++monospaced.plain.hindi=Lohit Hindi
++monospaced.plain.malayalam=Lohit Malayalam
++monospaced.plain.oriya=Lohit Oriya
++monospaced.plain.punjabi=Lohit Punjabi
++monospaced.plain.tamil=Lohit Tamil
++monospaced.plain.telugu=Lohit Telugu
++monospaced.plain.sinhala=LKLUG
++
++monospaced.bold.latin-1=DejaVu Sans Mono Bold
++monospaced.bold.japanese-x0208=Sazanami Gothic
++monospaced.bold.korean=Baekmuk Gulim



More information about the distro-pkg-dev mailing list