diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-04-22 09:28:05 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-04-22 09:28:05 +0000 |
commit | d850c40160eb0d52931be852a9856b8444b3079e (patch) | |
tree | 6e6ca7c120fc06f213b3a3a6313af7a8c49f11c1 /app-i18n/scim | |
parent | Version bump, as reported by Yoann Pannier <gentoo-bugs at umsar.org> in bug ... (diff) | |
download | gentoo-2-d850c40160eb0d52931be852a9856b8444b3079e.tar.gz gentoo-2-d850c40160eb0d52931be852a9856b8444b3079e.tar.bz2 gentoo-2-d850c40160eb0d52931be852a9856b8444b3079e.zip |
Version bumped.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-i18n/scim')
-rw-r--r-- | app-i18n/scim/files/digest-scim-1.4.6 | 3 | ||||
-rw-r--r-- | app-i18n/scim/scim-1.4.6.ebuild | 117 |
2 files changed, 120 insertions, 0 deletions
diff --git a/app-i18n/scim/files/digest-scim-1.4.6 b/app-i18n/scim/files/digest-scim-1.4.6 new file mode 100644 index 000000000000..d22c44de90d6 --- /dev/null +++ b/app-i18n/scim/files/digest-scim-1.4.6 @@ -0,0 +1,3 @@ +MD5 4fc993c59a2dd7c8b9d9f240697d5b3b scim-1.4.6.tar.gz 3112494 +RMD160 2af7ec3a23ac0c3c553c98a1517b96a66cb2465f scim-1.4.6.tar.gz 3112494 +SHA256 578e605b9549c9a2f44ca31508ad00f1cc6456ab929b89df1593350618c2263f scim-1.4.6.tar.gz 3112494 diff --git a/app-i18n/scim/scim-1.4.6.ebuild b/app-i18n/scim/scim-1.4.6.ebuild new file mode 100644 index 000000000000..dda3b051bd8e --- /dev/null +++ b/app-i18n/scim/scim-1.4.6.ebuild @@ -0,0 +1,117 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.6.ebuild,v 1.1 2007/04/22 09:28:05 matsuu Exp $ + +WANT_AUTOMAKE=latest +WANT_AUTOCONF=latest + +inherit eutils flag-o-matic autotools + +DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) development platform" +HOMEPAGE="http://www.scim-im.org/" +SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="doc gtk kde qt3" + +RDEPEND="|| ( x11-libs/libX11 virtual/x11 ) + gtk? ( >=x11-libs/gtk+-2 + >=dev-libs/atk-1 + >=x11-libs/pango-1 + >=dev-libs/glib-2 ) + !app-i18n/scim-cvs" +DEPEND="${RDEPEND} + || ( x11-libs/libXt virtual/x11 ) + doc? ( app-doc/doxygen + app-text/docbook-xsl-stylesheets ) + dev-lang/perl + dev-util/pkgconfig + >=dev-util/intltool-0.33" + +PDEPEND="!hppa? ( kde? ( app-i18n/skim ) ) + !alpha? ( qt3? ( || ( app-i18n/scim-qtimm app-i18n/scim-bridge ) ) )" + +get_gtk_confdir() { + if use amd64 || ( [ "${CONF_LIBDIR}" == "lib32" ] && use x86 ) ; then + echo "/etc/gtk-2.0/${CHOST}" + else + echo "/etc/gtk-2.0" + fi +} + +src_unpack() { + unpack ${A} + + cd "${S}" + + if use doc ; then + local xsl=$(ls -1d /usr/share/sgml/docbook/xsl-stylesheets* | head -n 1) + sed -i -e "s:/usr/share/sgml/docbook/xsl-stylesheets:${xsl}:" configure.ac || die + fi + eautoreconf +} + +src_compile() { + local myconf + # bug #83625 + filter-flags -fvisibility-inlines-hidden + filter-flags -fvisibility=hidden + + # We cannot use "use_enable" + if ! use gtk ; then + myconf="${myconf} --disable-panel-gtk" + myconf="${myconf} --disable-setup-ui" + myconf="${myconf} --disable-gtk2-immodule" + fi + + econf \ + $(use_with doc doxygen) \ + --enable-ld-version-script \ + ${myconf} || die + emake || die +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc README AUTHORS ChangeLog docs/developers docs/scim.cfg + use doc && dohtml -r docs/html/* +} + +pkg_postinst() { + elog + elog "To use SCIM with both GTK2 and XIM, you should use the following" + elog "in your user startup scripts such as .gnomerc or .xinitrc:" + elog + elog "LANG='your_language' scim -d" + elog "export XMODIFIERS=@im=SCIM" + elog "export GTK_IM_MODULE=\"scim\"" + elog "export QT_IM_MODULE=\"scim\"" + elog + elog "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any other" + elog "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8" + elog + elog "If you prefer KDE/Qt interface, try emerge app-i18n/skim." + elog + elog "To use Chinese input methods:" + elog " # emerge app-i18n/scim-tables app-i18n/scim-pinyin" + elog "To use Korean input methods:" + elog " # emerge app-i18n/scim-hangul" + elog "To use Japanese input methods:" + elog " # emerge app-i18n/scim-anthy" + elog "To use various input methods (more than 30 languages):" + elog " # emerge app-i18n/scim-m17n" + elog + ewarn + ewarn "If you upgraded from scim-1.2.x or scim-1.0.x, you should remerge all SCIM modules." + ewarn + epause 10 + + [ -x /usr/bin/gtk-query-immodules-2.0 ] && gtk-query-immodules-2.0 > "${ROOT}$(get_gtk_confdir)/gtk.immodules" +} + +pkg_postrm() { + + [ -x /usr/bin/gtk-query-immodules-2.0 ] && gtk-query-immodules-2.0 > "${ROOT}$(get_gtk_confdir)/gtk.immodules" +} |