diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-08-29 23:15:42 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-08-29 23:15:42 +0000 |
commit | 2627eb31f4b5f6c7a2d93a0646b6b4cf732c4b02 (patch) | |
tree | 6781e409bc5836da4f37c235e6502bac641dc57c /app-emulation/emul-linux-x86-xlibs/files | |
parent | scribus version bump (Manifest recommit) (diff) | |
download | gentoo-2-2627eb31f4b5f6c7a2d93a0646b6b4cf732c4b02.tar.gz gentoo-2-2627eb31f4b5f6c7a2d93a0646b6b4cf732c4b02.tar.bz2 gentoo-2-2627eb31f4b5f6c7a2d93a0646b6b4cf732c4b02.zip |
Fixed BUG #62110.
Diffstat (limited to 'app-emulation/emul-linux-x86-xlibs/files')
3 files changed, 71 insertions, 0 deletions
diff --git a/app-emulation/emul-linux-x86-xlibs/files/XI18N_OBJS b/app-emulation/emul-linux-x86-xlibs/files/XI18N_OBJS new file mode 100644 index 000000000000..cd1dc8f88014 --- /dev/null +++ b/app-emulation/emul-linux-x86-xlibs/files/XI18N_OBJS @@ -0,0 +1,7 @@ +# CATEGORY(XLC|XIM|OM) SHARED_LIBRARY_NAME FUNCTION_NAME +# +# XI18N objects table for C locale +# +XLC common/xlcDef _XlcDefaultLoader # XLC_open +XIM common/ximcp _XimOpenIM _XimRegisterIMInstantiateCallback _XimUnRegisterIMInstantiateCallback # XIM_open XIM_register XIM_unregister +XOM common/xomGeneric _XomGenericOpenOM # XOM_open diff --git a/app-emulation/emul-linux-x86-xlibs/files/XLC_LOCALE b/app-emulation/emul-linux-x86-xlibs/files/XLC_LOCALE new file mode 100644 index 000000000000..13f3acd902b8 --- /dev/null +++ b/app-emulation/emul-linux-x86-xlibs/files/XLC_LOCALE @@ -0,0 +1,63 @@ +# $Xorg: C,v 1.3 2000/08/17 19:46:59 cpqbld Exp $ +# XLocale Database Sample for C. +# $XFree86: xc/nls/XLC_LOCALE/C,v 1.3 2000/02/25 21:02:32 dawes Exp $ +# + +# +# XLC_FONTSET category +# +XLC_FONTSET +# fs0 class (7 bit ASCII) +fs0 { + charset { + name ISO8859-1:GL + } + font { + primary ISO8859-1:GL + vertical_rotate all + } +} +END XLC_FONTSET + +# +# XLC_XLOCALE category +# +XLC_XLOCALE + +encoding_name STRING +mb_cur_max 1 +state_depend_encoding False + +wc_encoding_mask \x30000000 +wc_shift_bits 7 + + + + + + +use_stdc_env True +force_convert_to_mb True + + +# cs0 class +cs0 { + side GL:Default + length 1 + wc_encoding \x00000000 + ct_encoding ISO8859-1:GL +} + +# cs1 class +cs1 { + side GR:Default + length 1 + + wc_encoding \x30000000 + + + + ct_encoding ISO8859-1:GR +} + +END XLC_XLOCALE diff --git a/app-emulation/emul-linux-x86-xlibs/files/digest-emul-linux-x86-xlibs-1.2-r1 b/app-emulation/emul-linux-x86-xlibs/files/digest-emul-linux-x86-xlibs-1.2-r1 new file mode 100644 index 000000000000..f9927af394de --- /dev/null +++ b/app-emulation/emul-linux-x86-xlibs/files/digest-emul-linux-x86-xlibs-1.2-r1 @@ -0,0 +1 @@ +MD5 d0fa1663457ae18571ace5473130f74a emul-linux-x86-xlibs-1.2.tar.bz2 4756900 |