[SCIM] New skim po file

kitae neeum at yahoo.com
Mon Aug 23 15:27:14 PDT 2004


Hi
On Mon, 2004-08-23 at 21:52 +0000, LiuCougar wrote:
> > > I checked with the latest CVS, but cannot see a translator tab.
> > The CVS has been down for serveral hours. Hope it can recover soon.
> It seems to me that only registered user can not use cvs properly now,
> anonymous users should be able to update.

I use skim-cvs-0.9.6.ebuild(edited form scim-cvs and skim ebuild)
Tha cvs use anonymous users, and re-download all.
(I attache my skim-cvs file)

I re-emerge skim-cvs but I stll can' see a translator tab.
(I can see changing Korean display in skim-setting window.) 

Anyway,
There is some misspell in my translation. 
I attache edited desktop_ko.po file.

Thanks 

Kitae
-------------- next part --------------
A non-text attachment was scrubbed...
Name: desktop_ko.po.gz
Type: application/x-gzip
Size: 1405 bytes
Desc: not available
Url : http://freedesktop.org/pipermail/scim/attachments/20040824/cb39ffdd/desktop_ko.po-0001.bin
-------------- next part --------------
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-cvs/scim-cvs-0.99.6.ebuild,v 1.2 2004/08/21 15:29:52 foser Exp $

inherit gnome2 eutils cvs

DESCRIPTION="Smart Common Input Method (SCIM) is a Input Method (IM) development platform"
HOMEPAGE="http://freedesktop.org/~suzhe/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~alpha ~ppc"
IUSE="gnome"

ECVS_AUTH="ext"
CVS_RSH="ssh"
ECVS_SERVER="savannah.nongnu.org:/cvsroot/scim"
ECVS_SSH_HOST_KEY="savannah.nongnu.org,199.232.41.4 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAzFQovi+67xa+wymRz9u3plx0ntQnELBoNU4SCl3RkwSFZkrZsRTC0fTpOKatQNs1r/BLFoVt21oVFwIXVevGQwB+Lf0Z+5w9qwVAQNu/YUAFHBPTqBze4wYK/gSWqQOLoj7rOhZk0xtAS6USqcfKdzMdRWgeuZ550P6gSzEHfv0="
ECVS_USER="anoncvs"
ECVS_PASS=""
ECVS_MODULE="skim"
S="${WORKDIR}/${ECVS_MODULE}"

RDEPEND="virtual/x11
	    ||  ( >=app-i18n/scim-0.99.4 >=app-i18n/scim-cvs-0.99.4 )
		>=x11-libs/qt-3.2.0
		>=kde-base/kdelibs-3.2.0"

DEPEND="${RDEPEND}
	dev-lang/perl
	sys-devel/autoconf
	sys-devel/automake
	>=sys-apps/sed-4"
PDEPEND="|| ( app-i18n/scim-m17n
		app-i18n/scim-uim
		app-i18n/scim-tables )"

ELTCONF="--reverse-deps"
SCROLLKEEPER_UPDATE="0"
USE_DESTDIR="1"

src_unpack() {
	cvs_src_unpack
	cd ${S}
	./bootstrap || die "bootstrap failed"

}

src_compile() {
        addpredict /usr/qt/3/etc/settings
		econf || die
		emake || die
}

src_install() {
		make DESTDIR=${D} install || die

        dodoc AUTHORS ChangeLog NEWS README TODO
	    mv ${D}/usr/share/doc/HTML ${D}/usr/share/doc/${PF}/html
}

pkg_postinst() {
	einfo
	einfo "To use SKIM 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 -d"
	einfo "export XMODIFIERS=@im=SCIM"
	einfo
	einfo "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any other"
	einfo "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8"
	einfo
	einfo "If you prefer KDE/Qt interface, try emerge app-i18n/skim."
	einfo
	einfo "To use Chinese input methods:"
	einfo "	# emerge app-i18n/scim-tables app-i18n/scim-chinese"
	einfo "To use Korean input methods:"
	einfo "	# emerge app-i18n/scim-hangul"
	einfo "To use Japanese input methods:"
	einfo "	# emerge app-i18n/scim-uim"
	einfo "To use various input methods (more than 30 languages):"
	einfo "	# emerge app-i18n/scim-m17n"
	einfo

	gtk-query-immodules-2.0 > ${ROOT}etc/gtk-2.0/gtk.immodules
}

pkg_postrm() {

	gtk-query-immodules-2.0 > ${ROOT}etc/gtk-2.0/gtk.immodules
}


More information about the scim mailing list