kasumi-2.5-r1.ebuild (646B)
1 # Copyright 1999-2021 Gentoo Authors 2 # Distributed under the terms of the GNU General Public License v2 3 4 EAPI=7 5 6 DESCRIPTION="Anthy dictionary maintenance tool" 7 HOMEPAGE="http://kasumi.osdn.jp/" 8 SRC_URI="mirror://sourceforge.jp/${PN}/41436/${P}.tar.gz" 9 10 LICENSE="GPL-2" 11 SLOT="0" 12 KEYWORDS="~alpha amd64 arm64 ppc ~riscv sparc x86" 13 IUSE="nls" 14 15 RDEPEND="app-i18n/anthy 16 virtual/libiconv 17 x11-libs/gtk+:2 18 nls? ( virtual/libintl )" 19 DEPEND="${RDEPEND}" 20 BDEPEND="virtual/pkgconfig 21 nls? ( sys-devel/gettext )" 22 23 PATCHES=( 24 "${FILESDIR}"/${PN}-desktop.patch 25 "${FILESDIR}"/${PN}-2.5-fix-build-gcc-11.patch 26 ) 27 28 src_configure() { 29 econf $(use_enable nls) 30 }