Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59262 - Hangul input module for SCIM which is ported from imhangul
Summary: Hangul input module for SCIM which is ported from imhangul
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: CJK Team
URL: http://scim.freedesktop.org/Software/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-03 07:05 UTC by Kitae
Modified: 2004-08-03 23:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kitae 2004-08-03 07:05:05 UTC
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
                                                                                
DESCRIPTION="scim-hangul is an input module for Smart Common Input Method (SCIM) which is ported from imhangul"
HOMEPAGE="http://freedesktop.org/~suzhe/"
SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
                                                                                
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~alpha ppc"
IUSE=""
                                                                                
DEPEND="|| ( >=app-i18n/scim-0.99.0 app-i18n/scim-cvs )"
                                                                                
src_compile() {
        econf || die
        emake || die
}
                                                                                
src_install() {
        make DESTDIR=${D} install || die "make install failed"
                                                                                
        dodoc AUTHORS ChangeLog README THANKS
}
                                                                                
pkg_postinst() {
        einfo
        einfo "To use SCIM with both GTK2 and XIM, you should use the following"        einfo "in your user startup scripts such as .gnomerc or .xinitrc:"
        einfo
        einfo "LANG='your_language' scim -f socket -e uim -c simple -d"
        einfo "LANG='your_language' scim -f x11 -e socket -c socket -d"
        einfo "export XMODIFIERS=@im=SCIM"
        einfo
}


Reproducible: Always
Steps to Reproduce:
1.Others input Korean modules have problem for scim
2.
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-08-03 11:35:01 UTC
scim-hangul-0.0.2.ebuild is already in CVS (I committed that
yesterday). Please run `emerge sync` and try again. Thank you anyway,
as we don't have Korean Gentoo developers at the moment. We are
pleased that you could help us test packages. If you find any
problem, please report it back.
Comment 2 Kitae 2004-08-03 23:23:29 UTC
Thanks for release scim-hangul-0.0.2.ebuild.

0.0.2 work fine.. with my x86, ppc gentoo box
With Openoffice, and gtk program work fine with both system.

anyway scim-hangul doesn't work nicely with cjk-lyx.
I think it not scim-hangul problem, may that problem from QT with Korean xim
Other Korean Xim have got same problem..
I will try to other QT version or cjk-lyx.