From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2A6D158004 for ; Fri, 31 May 2024 11:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18647E2A28; Fri, 31 May 2024 11:59:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5495E2A28 for ; Fri, 31 May 2024 11:59:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECD9F335D6B for ; Fri, 31 May 2024 11:59:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D62C1704 for ; Fri, 31 May 2024 11:59:08 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1717156732.8fb5c71aadf6bcc5951f7e92883bb6853534f33c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/scim/scim-1.4.18-r1.ebuild X-VCS-Directories: app-i18n/scim/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8fb5c71aadf6bcc5951f7e92883bb6853534f33c X-VCS-Branch: master Date: Fri, 31 May 2024 11:59:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 79dabab8-9ae9-4bd6-a783-58ac2ca42201 X-Archives-Hash: 8f3b52b47b031ba37e55fc22066f4b94 commit: 8fb5c71aadf6bcc5951f7e92883bb6853534f33c Author: Arthur Zamarin gentoo org> AuthorDate: Fri May 31 11:57:41 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri May 31 11:58:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb5c71a app-i18n/scim: EAPI=8, deps fixes, enable tests Closes: https://bugs.gentoo.org/891457 Closes: https://bugs.gentoo.org/865485 Closes: https://bugs.gentoo.org/841593 Closes: https://bugs.gentoo.org/836019 Closes: https://bugs.gentoo.org/574234 Signed-off-by: Arthur Zamarin gentoo.org> app-i18n/scim/scim-1.4.18-r1.ebuild | 129 ++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) diff --git a/app-i18n/scim/scim-1.4.18-r1.ebuild b/app-i18n/scim/scim-1.4.18-r1.ebuild new file mode 100644 index 000000000000..17444be79e05 --- /dev/null +++ b/app-i18n/scim/scim-1.4.18-r1.ebuild @@ -0,0 +1,129 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic gnome2-utils + +DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) development platform" +HOMEPAGE="https://github.com/scim-im/scim" +SRC_URI="https://github.com/scim-im/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="doc gtk3 static-libs test" +RESTRICT="!test? ( test )" + +RDEPEND=" + app-accessibility/at-spi2-core:2 + dev-libs/glib:2 + dev-libs/libltdl + media-libs/fontconfig + media-libs/freetype + media-libs/harfbuzz:= + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/libX11 + >=x11-libs/pango-1 + gtk3? ( x11-libs/gtk+:3[X] ) + !gtk3? ( x11-libs/gtk+:2 ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-lang/perl + virtual/pkgconfig + >=dev-util/intltool-0.33 + dev-build/libtool + doc? ( + app-text/doxygen + >=app-text/docbook-xsl-stylesheets-1.73.1 + ) +" + +DOCS=( README AUTHORS ChangeLog docs/developers docs/scim.cfg ) + +PATCHES=( + "${FILESDIR}"/${PN}-1.4.18-slibtool.patch +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + # bug #83625 + filter-flags -fvisibility-inlines-hidden -fvisibility=hidden + + local myeconfargs=( + --enable-ld-version-script + $(usex gtk3 --with-gtk-version={3,2}) + $(usex !gtk3 --disable-gtk3-immodule) + --disable-qt3-immodule + --disable-qt4-immodule + --without-included-libltdl + $(use_enable static-libs static) + $(use_enable test tests) + $(use_with doc doxygen) + ) + econf "${myeconfargs[@]}" +} + +src_compile() { + default + use doc && emake docs +} + +src_test() { + ./tests/testlang || die "testlang failed" + ./tests/testiconvert || die "testiconvert failed" +} + +src_install() { + use doc && HTML_DOCS=( "${S}/docs/html/" ) + default + if ! use static-libs; then + find "${ED}" -name '*.la' -delete || die + fi + + 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 +}