summaryrefslogtreecommitdiff
path: root/app-i18n/scim-anthy
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/scim-anthy')
-rw-r--r--app-i18n/scim-anthy/Manifest2
-rw-r--r--app-i18n/scim-anthy/scim-anthy-1.2.7-r2.ebuild (renamed from app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild)37
2 files changed, 23 insertions, 16 deletions
diff --git a/app-i18n/scim-anthy/Manifest b/app-i18n/scim-anthy/Manifest
index a7fdd30815b0..f3d7dad9dd6e 100644
--- a/app-i18n/scim-anthy/Manifest
+++ b/app-i18n/scim-anthy/Manifest
@@ -1,5 +1,5 @@
DIST scim-anthy-1.2.7-gtk2_build.patch 24547 BLAKE2B 22b20c7b34e83a9392fe89a2484d994364e12b5618fd7fac0e19af3c8988c1b3acbfe31872f98308c1c201d4e5c1ea598597bc15e04e77e54cfb2fedea7d9e4d SHA512 2814481606429228891cda1c70ed53b4014d2e192f6ab7859d5033a9353ab02dea044291ec8e5667853ac6db2da19f06c4a42ce6fe27d11110a5b0f6ee56bd0e
DIST scim-anthy-1.2.7-patches.tar.xz 11236 BLAKE2B 5db168479db59bdd1a9a9561af8635e370a338620f4c4cb1676a707c60c0140e2ddd6517896ff5d8a90cd0fe9e2fe25eea7dca693c02e765fb6b8a584f9f409c SHA512 ff265547ea78912b3cb2519793fc7159d466da6bbd3cd47f63a67731207c46ba8932a5384899ffbe517bb3d91f14ee282906ee287025ae64ccee7636dd633f08
DIST scim-anthy-1.2.7.tar.gz 680942 BLAKE2B 9f2b33d53e5ed14c806dcae50a73d3bb234ec74b820651b09ccf0e3b78924bb0331ec4f5b93f9b0bcb2429bf528f9ddc35d0cda9b3a4d30780f083493945c963 SHA512 4ece2e458b204a68392ed676134ff45f1e193fda00d5ffb219c4e947f7f069a0221b279f110bf4093a22e57c41cb1555c6be4d42bea1c9e848af06ad8e0bc2da
-EBUILD scim-anthy-1.2.7-r1.ebuild 1095 BLAKE2B 45e06090131200dd73d7a5a62a5aa1289c02b250ad5ae368f7bb5cbe146ad617eb223d58e920bb35569b4748f2bbcb384d9e87a8ad78ed7f2d1b6cdb5f0a890d SHA512 5a5e525ceff5c83d11f75ca65cd1308d0b1ea3fd16f450552b2a52bab324185fd46b7903a951d04d49a6672b2c1b1790f1d62b23e422df6b51617a8ac6eddfc0
+EBUILD scim-anthy-1.2.7-r2.ebuild 1153 BLAKE2B f816b6c5a25e74b912d7d0f84b947e640ff7c098cee6f7257c7ce5abb8ae65f3f3e3ba6ffb95213cf230a63d7c4dd17d7ff63ecf349f6afdca550573fc82dff2 SHA512 3d503057e2a4e03f96ded9372c8a6ce5b47c4fdadaf32f45f32dec7fc55a9d5106ad0acb7142f4e33a4e99656884f8295973d41d061135fca9b523ca9c20cb44
MISC metadata.xml 496 BLAKE2B 207cef8e2d73895b69732f9f4b7fc562706ae1c3cbd68c5955d67ae6ccbe34150ecc4ed06b19117b88eebc8496c7eda76b706332389b3ac4392e4f07c322a92a SHA512 3a5ac65e56f54ef3a2436739b422c5bd90e4c9745013a8b191d6ebeea2e5d14f911aa77014a1dc6d01e638d49d95f5e2f248f6cb68d2d9208755b3b5e28ba812
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.7-r2.ebuild
index 46e72aaa0156..02bb60dff059 100644
--- a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
+++ b/app-i18n/scim-anthy/scim-anthy-1.2.7-r2.ebuild
@@ -1,30 +1,36 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
-SRC_URI="mirror://sourceforge.jp/scim-imengine/37309/${P}.tar.gz
- https://dev.gentoo.org/~juippis/distfiles/tmp/scim-anthy-1.2.7-gtk2_build.patch
- gtk3? ( https://dev.gentoo.org/~heroxbd/${P}-patches.tar.xz )"
+SRC_URI="
+ mirror://sourceforge.jp/scim-imengine/37309/${P}.tar.gz
+ https://dev.gentoo.org/~juippis/distfiles/tmp/${PN}-1.2.7-gtk2_build.patch
+ gtk3? ( https://dev.gentoo.org/~heroxbd/${P}-patches.tar.xz )
+"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc sparc x86"
+KEYWORDS="amd64 ~arm sparc x86"
IUSE="+gtk3 nls kasumi"
-DEPEND=">=app-i18n/scim-1.2[gtk3=]
+DEPEND="
>=app-i18n/anthy-5900
+ >=app-i18n/scim-1.2[gtk3=]
nls? ( virtual/libintl )
- gtk3? ( x11-libs/gtk+:3 )"
+ gtk3? ( x11-libs/gtk+:3 )
+"
RDEPEND="${DEPEND}
- kasumi? ( app-dicts/kasumi )"
-DEPEND="${DEPEND}
+ kasumi? ( app-dicts/kasumi )
+"
+BDEPEND="
nls? ( sys-devel/gettext )
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
src_prepare() {
default
@@ -39,12 +45,13 @@ src_prepare() {
}
src_configure() {
- econf \
- $(use_enable nls) \
- --disable-static
+ econf $(use_enable nls)
}
src_install() {
+ local DOCS=( AUTHORS ChangeLog NEWS README )
default
- dodoc AUTHORS ChangeLog NEWS README
+
+ # plugin module, no point in .la files
+ find "${D}" -type f -name '*.la' -delete || die
}