diff options
author | Stuart Bouyer <stubear@gentoo.org> | 2002-07-31 17:43:52 +0000 |
---|---|---|
committer | Stuart Bouyer <stubear@gentoo.org> | 2002-07-31 17:43:52 +0000 |
commit | ccbc5427df05d3a9cf70283f92fb0ec2b75a8528 (patch) | |
tree | 9afd232f42ae2449d87138a89aa2d835e198fdbe /app-i18n/xcin | |
parent | Added SLOT, LICENSE, KEYWORDS (diff) | |
download | gentoo-2-ccbc5427df05d3a9cf70283f92fb0ec2b75a8528.tar.gz gentoo-2-ccbc5427df05d3a9cf70283f92fb0ec2b75a8528.tar.bz2 gentoo-2-ccbc5427df05d3a9cf70283f92fb0ec2b75a8528.zip |
initial ebuild of xcin
Diffstat (limited to 'app-i18n/xcin')
-rw-r--r-- | app-i18n/xcin/files/digest-xcin-2.5.2.3 | 1 | ||||
-rw-r--r-- | app-i18n/xcin/files/xcin-gentoo.patch | 38 | ||||
-rw-r--r-- | app-i18n/xcin/xcin-2.5.2.3.ebuild | 42 |
3 files changed, 81 insertions, 0 deletions
diff --git a/app-i18n/xcin/files/digest-xcin-2.5.2.3 b/app-i18n/xcin/files/digest-xcin-2.5.2.3 new file mode 100644 index 000000000000..79368de2430d --- /dev/null +++ b/app-i18n/xcin/files/digest-xcin-2.5.2.3 @@ -0,0 +1 @@ +MD5 17fe49ca69ad2f627e25a3ad21e20a93 xcin-2.5.2.3.tar.gz 1081114 diff --git a/app-i18n/xcin/files/xcin-gentoo.patch b/app-i18n/xcin/files/xcin-gentoo.patch new file mode 100644 index 000000000000..1fe84f7664f5 --- /dev/null +++ b/app-i18n/xcin/files/xcin-gentoo.patch @@ -0,0 +1,38 @@ +--- xcin-zh_TW.po Sat Dec 9 10:57:08 2000 ++++ xcin-zh_TW.po.new Thu Aug 1 01:51:12 2002 +@@ -332,7 +332,7 @@ + msgstr "" + "這是內碼輸入法模組。它是一個最簡單的模組,用以展示基本的 xcin\n" + "輸入法模組的程式寫作。在不同的 locale 設定下,它同時也具備不同\n" +-"內碼的中文輸入功\能,例如 Big5 或 GB 碼。目前它只能處理每個中文\n" ++"內碼的中文輸入功能,例如 Big5 或 GB 碼。目前它只能處理每個中文\n" + "雙位元內碼。\n" + "\n" + "本模組是一個自由軟體,為 xcin 系統的一部分。\n" +@@ -370,7 +370,7 @@ + msgstr "" + "這是一個一般性輸入法模組。它是最一般化的模組,可以讀入輸入法表格\n" + "檔 (\".tab\" 檔) 並且以該輸入法所定義的方式運作。它同時可以接受來\n" +-"自 \"xcinrc\" 中許\許\多多的設定選項,以精確控制該輸入法的行為。我\n" ++"自 \"xcinrc\" 中許許多多的設定選項,以精確控制該輸入法的行為。我\n" + "們希望此模組可以符合大部分使用者的中文輸入要求。\n" + "\n" + "本模組是一個自由軟體,為 xcin 系統的一部分\n" +@@ -400,7 +400,7 @@ + "This module is free software, as part of xcin system.\n" + msgstr "" + "這是一個 \"專業\" 的注音輸入法模組。它使用 libtabe 以及 bims 函\n" +-"式庫作為搜尋引擎,以達到具有相同輸入字鍵重複字的自動選字功\能。此\n" ++"式庫作為搜尋引擎,以達到具有相同輸入字鍵重複字的自動選字功能。此\n" + "引擎同時也提供幾個特殊注音輸入法的鍵盤轉換表。我們希望本模組可以\n" + "提供中文輸入的 \"最自然\" 的方式。\n" + "\n" +@@ -646,7 +646,7 @@ + #: ../src/fkey.c:221 + #, c-format + msgid "set_funckey: %d: unknown key_type\n" +-msgstr "set_funckey: %d: 未知的功\能鍵形別\n" ++msgstr "set_funckey: %d: 未知的功能鍵形別\n" + + #: ../src/fkey.c:225 + #, c-format diff --git a/app-i18n/xcin/xcin-2.5.2.3.ebuild b/app-i18n/xcin/xcin-2.5.2.3.ebuild new file mode 100644 index 000000000000..52fd011f735f --- /dev/null +++ b/app-i18n/xcin/xcin-2.5.2.3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/xcin-2.5.2.3.ebuild,v 1.1 2002/07/31 17:43:52 stubear Exp $ + +DESCRIPTION="Chinese X Input Method" +HOMEPAGE="http://xcin.linux.org.tw/" +SRC_URI="ftp://xcin.linux.org.tw/pub/xcin/xcin/${P}.tar.gz" +LICENSE="XCIN" +SLOT="0" +KEYWORDS="x86" +DEPEND="nls? ( sys-devel/gettext )" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${PN} + +src_unpack () { + unpack ${A} + cd ${S}/po + patch -p0 < ${FILESDIR}/xcin-gentoo.patch || die +} + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --disable-bimsphone \ + --with-xcin-rcdir=/etc \ + --mandir=/usr/share/man || die "./configure failed" + make || die +} + +src_install () { + make \ + prefix=${D}/usr \ + xcin_rcp=${D}/etc \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + install || die + # Again, verify the Makefiles! We don't want anything falling + # outside of ${D}. +} |