diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-07 11:01:30 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-07 11:01:30 +0000 |
commit | c93e889fd95b3b5fc264bd2f2b8601b78c6e26b9 (patch) | |
tree | 3c55ab721e2940a2963b9e1ee288a5d22a7a650c /app-i18n/scim | |
parent | new version (diff) | |
download | gentoo-2-c93e889fd95b3b5fc264bd2f2b8601b78c6e26b9.tar.gz gentoo-2-c93e889fd95b3b5fc264bd2f2b8601b78c6e26b9.tar.bz2 gentoo-2-c93e889fd95b3b5fc264bd2f2b8601b78c6e26b9.zip |
new version
Diffstat (limited to 'app-i18n/scim')
-rw-r--r-- | app-i18n/scim/ChangeLog | 9 | ||||
-rw-r--r-- | app-i18n/scim/Manifest | 7 | ||||
-rw-r--r-- | app-i18n/scim/files/digest-scim-0.5.1 | 1 | ||||
-rw-r--r-- | app-i18n/scim/files/scim-0.5.1-gtk2immodule.patch | 11 | ||||
-rw-r--r-- | app-i18n/scim/scim-0.4.1.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/scim/scim-0.5.1.ebuild | 52 |
6 files changed, 79 insertions, 7 deletions
diff --git a/app-i18n/scim/ChangeLog b/app-i18n/scim/ChangeLog index ce6780055654..e296417a9184 100644 --- a/app-i18n/scim/ChangeLog +++ b/app-i18n/scim/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-i18n/scim # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.2 2003/06/11 00:25:44 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.3 2003/07/07 10:59:40 liquidx Exp $ + +*scim-0.5.1 (07 Jul 2003) + + 07 Jul 2003; Alastair Tse <liquidx@gentoo.org> scim-0.4.1.ebuild, + scim-0.5.1.ebuild, files/scim-0.5.1-gtk2immodule.patch: + new version. added patch to gtk2 im module to only activate in ja,ko,zh + locales. worked around linking issues with libtool 10 Jun 2003; Alastair Tse <liquidx@gentoo.org> scim-0.4.1.ebuild: changed useflag from gtk to gnome to signify gconf usage. (#22551) diff --git a/app-i18n/scim/Manifest b/app-i18n/scim/Manifest index fce4e145544b..fa0f938519d6 100644 --- a/app-i18n/scim/Manifest +++ b/app-i18n/scim/Manifest @@ -1,6 +1,7 @@ -MD5 25887e622a65c7267f291f6fd4d8fc76 scim-0.4.1.ebuild 1060 +MD5 7697b915b15794cd0e4955cebe340c3a scim-0.4.1.ebuild 1070 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 -MD5 0f2ffbf21a19b3be3ef94d9a1ab03d5e ChangeLog 488 -MD5 8f27e999d4a8e44ea6321e59e5215ff5 scim-0.5.1.ebuild 1070 +MD5 d5e8272e2adab5904f54cf2a57f4e55d ChangeLog 769 +MD5 62fcdbeb3ca7eb2e30e3256b032b0ac6 scim-0.5.1.ebuild 1373 MD5 8cd8761fc85ac6df2a99fb43620d2c8c files/digest-scim-0.4.1 63 MD5 36da96a645983f2b0906e16a52c5ff6c files/digest-scim-0.5.1 63 +MD5 d4c09d0ab93c337a5467b224719ea20a files/scim-0.5.1-gtk2immodule.patch 545 diff --git a/app-i18n/scim/files/digest-scim-0.5.1 b/app-i18n/scim/files/digest-scim-0.5.1 new file mode 100644 index 000000000000..5a003e1e27f1 --- /dev/null +++ b/app-i18n/scim/files/digest-scim-0.5.1 @@ -0,0 +1 @@ +MD5 9c907da6417bbadb541882fc1e793c3e scim-0.5.1.tar.gz 1075356 diff --git a/app-i18n/scim/files/scim-0.5.1-gtk2immodule.patch b/app-i18n/scim/files/scim-0.5.1-gtk2immodule.patch new file mode 100644 index 000000000000..1bc52a12e316 --- /dev/null +++ b/app-i18n/scim/files/scim-0.5.1-gtk2immodule.patch @@ -0,0 +1,11 @@ +--- scim-0.5.1/extras/gtk2_immodule/imscim.cpp 2003-03-31 05:01:25.000000000 +0100 ++++ scim-0.5.1/extras/gtk2_immodule/imscim.cpp.new 2003-07-07 02:25:00.000000000 +0100 +@@ -33,7 +33,7 @@ + "SCIM Input Method", /* Human readable name */ + "scim", /* Translation domain */ + SCIM_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ +- "*" /* Languages for which this module is the default */ ++ "ko:ja:zh" /* Languages for which this module is the default */ + }; + + static const GtkIMContextInfo *info_list[] = { diff --git a/app-i18n/scim/scim-0.4.1.ebuild b/app-i18n/scim/scim-0.4.1.ebuild index 86cde1720028..5b8f4c998d27 100644 --- a/app-i18n/scim/scim-0.4.1.ebuild +++ b/app-i18n/scim/scim-0.4.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-0.4.1.ebuild,v 1.3 2003/06/11 00:26:45 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-0.4.1.ebuild,v 1.4 2003/07/07 10:59:40 liquidx Exp $ inherit gnome2 DESCRIPTION="Smart Common Input Method (SCIM) is a Input Method (IM) development platform" -HOMEPAGE="http://www.gnuchina.org/~suzhe/scim/" -SRC_URI="http://www.gnuchina.org/~suzhe/scim/sources/${P}.tar.gz" +HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/" +SRC_URI="http://www.turbolinux.com.cn/~suzhe/scim/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-i18n/scim/scim-0.5.1.ebuild b/app-i18n/scim/scim-0.5.1.ebuild new file mode 100644 index 000000000000..791821743127 --- /dev/null +++ b/app-i18n/scim/scim-0.5.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-0.5.1.ebuild,v 1.1 2003/07/07 10:59:40 liquidx Exp $ + +inherit gnome2 + +DESCRIPTION="Smart Common Input Method (SCIM) is a Input Method (IM) development platform" +HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/" +SRC_URI="http://www.turbolinux.com.cn/~suzhe/scim/sources/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="gnome" + +RDEPEND="virtual/x11 + gnome? ( >=gnome-base/gconf-1.2 + >=dev-libs/libxml2-2.5 + >=gnome-base/ORBit2-2 + >=net-libs/linc-0.5 ) + >=x11-libs/gtk+-2 + >=dev-libs/atk-1 + >=x11-libs/pango-1 + >=dev-libs/glib-2" + +PDEPEND=">=app-i18n/scim-tables-0.2.2" + +DEPEND="${RDEPEND} + dev-lang/perl" + +ELTCONF="--reverse-deps" +G2CONF="${G2CONF} `use_enable gnome config-gconf`" +SCROLLKEEPER_UPDATE="0" + +src_unpack() { + unpack ${A} + # use scim gtk2 IM module only for chinese/japanese/korean + epatch ${FILESDIR}/${P}-gtk2immodule.patch + # workaround for problematic makefile + cd ${S}/src + sed -i -e "s:^\(scim_LDFLAGS.*\):\1 -ldl:" Makefile.in + cd ${S}/modules/Server + sed -i -e "s:^\(scim_make_table_LDFLAGS.*\):\1 -ldl:" Makefile.in +} + +src_install() { + gnome2_src_install || "install failed" + dodoc README AUTHORS ChangeLog docs/developers docs/scim.cfg + dohtml -r docs/html/* +} + + |