diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-13 21:50:13 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-13 21:50:13 +0300 |
commit | 6402d490b496c8c1922ce23fec0852a256807c03 (patch) | |
tree | 284bd6af4264a1f21838839825abe1a5bce7d2e4 /app-i18n | |
parent | app-i18n/scim-hangul: Stabilize 0.4.0-r1 x86, #934213 (diff) | |
download | gentoo-6402d490b496c8c1922ce23fec0852a256807c03.tar.gz gentoo-6402d490b496c8c1922ce23fec0852a256807c03.tar.bz2 gentoo-6402d490b496c8c1922ce23fec0852a256807c03.zip |
app-i18n/scim-hangul: drop 0.4.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild b/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild deleted file mode 100644 index 93a677bf04d5..000000000000 --- a/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul" -HOMEPAGE="http://www.scim-im.org/" -SRC_URI="https://downloads.sourceforge.net/scim/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -RDEPEND=" - >=app-i18n/scim-0.99.8 - >=app-i18n/libhangul-0.0.4 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -PATCHES=( - "${FILESDIR}"/${PN}-0.3.2+gcc-4.3.patch - "${FILESDIR}"/${PN}-0.3.2+gcc-4.7.patch - "${FILESDIR}"/${PN}-0.4.0+gtk.patch -) - -src_configure() { - econf \ - --disable-skim-support \ - $(use_enable nls) -} - -src_install() { - default - dodoc ChangeLog* - - # plugin module, no point in .la files - find "${D}" -name '*.la' -delete || die -} - -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 -} |