From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 34DCE138252 for ; Wed, 11 May 2016 03:13:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 830A721C012; Wed, 11 May 2016 03:13:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0244321C012 for ; Wed, 11 May 2016 03:13:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6283434095A for ; Wed, 11 May 2016 03:13:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7C20929 for ; Wed, 11 May 2016 03:13:40 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1462936367.8cc4c6d941d29e28a6cb791e6b591edfd477209a.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/scim/Manifest app-i18n/scim/scim-1.4.16.ebuild X-VCS-Directories: app-i18n/scim/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 8cc4c6d941d29e28a6cb791e6b591edfd477209a X-VCS-Branch: master Date: Wed, 11 May 2016 03:13:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9752f3d5-2a87-4949-8b33-99edd7af8d83 X-Archives-Hash: dd0c62af1b65e303e2f21a9594ee5a3c commit: 8cc4c6d941d29e28a6cb791e6b591edfd477209a Author: Benda Xu gentoo org> AuthorDate: Wed May 11 03:12:22 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Wed May 11 03:12:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc4c6d9 app-i18n/scim: bump to 1.4.16. Bug: 434138 Package-Manager: portage-2.2.28 app-i18n/scim/Manifest | 1 + app-i18n/scim/scim-1.4.16.ebuild | 99 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) diff --git a/app-i18n/scim/Manifest b/app-i18n/scim/Manifest index 0b805e4..7682ed0 100644 --- a/app-i18n/scim/Manifest +++ b/app-i18n/scim/Manifest @@ -1 +1,2 @@ DIST scim-1.4.14.tar.gz 1519287 SHA256 e91e4cfed92f3e19d229f702eda03038b3f9a0ce6c4e625b0be51134c19b7678 SHA512 00fe7a1b40b69aae123c0a1e67eb3744ad1e6b1e66726bb011a7426bd28012c52b346c62f08c7ecf0977ac3e88ee416337c9fa89b39142d5eea338d99641f5df WHIRLPOOL cb32326b30ff17ca4815267898de715e50893e77c28a48c55cf708f818fff4aea9e2114f982302c0fd6fd4e1fc45f2ca8490603db0de49ed4159914e1edd516d +DIST scim-1.4.16.tar.gz 1361105 SHA256 54173a4faa50c81c754e46458bb809428a6f4a2fd9e62c9b443648c6953b4cec SHA512 23fe60202d74dd8cba84da40f80b6998d96180b08a618b052dde54b4d16a65246608344f63d6dd9b3d8a98102adcfd4831d850d81348539074273a2062c133d8 WHIRLPOOL 3955cad6eb3d8abf780af76d78f8025a1b8425e1f68df52517d999bd9369980a605ac40c3f7c3812b3b65b2cf7dff55a384238f7adfd689841a83475ed5b09e3 diff --git a/app-i18n/scim/scim-1.4.16.ebuild b/app-i18n/scim/scim-1.4.16.ebuild new file mode 100644 index 0000000..87a8110 --- /dev/null +++ b/app-i18n/scim/scim-1.4.16.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils flag-o-matic multilib gnome2-utils autotools + +DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) development platform" +HOMEPAGE="https://sourceforge.net/projects/scim" +SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="doc gtk3" + +RDEPEND="x11-libs/libX11 + dev-libs/glib:2 + gtk3? ( x11-libs/gtk+:3 ) + !gtk3? ( x11-libs/gtk+:2 ) + >=dev-libs/atk-1 + >=x11-libs/pango-1" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen + >=app-text/docbook-xsl-stylesheets-1.73.1 ) + dev-lang/perl + virtual/pkgconfig + >=dev-util/intltool-0.33 + sys-devel/libtool" +DOCS=( + README + AUTHORS + ChangeLog + docs/developers + docs/scim.cfg +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + # bug #83625 + filter-flags -fvisibility-inlines-hidden -fvisibility=hidden + econf $(use_with doc doxygen) \ + --enable-ld-version-script \ + $(usex gtk3 --with-gtk-version={3,2}) +} + +src_compile() { + default + use doc && emake docs +} + +src_install() { + use doc && HTML_DOCS=( "${S}/docs/html/" ) + default + + sed -e "s:@EPREFIX@:${EPREFIX}:" "${FILESDIR}/xinput-${PN}" > "${T}/${PN}.conf" || die + insinto /etc/X11/xinit/xinput.d + doins "${T}/${PN}.conf" +} + +pkg_postinst() { + elog + elog "To use SCIM with both GTK 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 "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 + elog "Please modify ${EPREFIX}/etc/scim/global and add your UTF-8 locale to" + elog "/SupportedUnicodeLocales entry." + elog + ewarn + ewarn "If you upgraded from scim-1.2.x or scim-1.0.x, you should remerge all SCIM modules." + ewarn + + gnome2_query_immodules_gtk2 +} + +pkg_postrm() { + gnome2_query_immodules_gtk2 +}