mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-dicts/kasumi: add 2.7 fork w/ anthy-unicode support
upstream is dead, use a new fork to support anthy-unicode Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/45558 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
ce0c5bc18d
commit
b50a1597fd
@@ -1 +1,2 @@
|
||||
DIST kasumi-2.5.tar.gz 279587 BLAKE2B 3f2b807f76bfe1915ef978b18cf3f26efc8f64c903bc0e271f0875c1f7d5611307e2587093f2f289d9ade95370725fb13d16253ae7dfa6a063c525b727f7bd15 SHA512 066dda59d84b456c514a896b376bfc6df8ac64404f06fbfa8c369381acb6d260b1f22874885be2eab844f8f3776b944a5c700a966464ebef74d82c28bc97f970
|
||||
DIST kasumi-unicode-2.7.tar.xz 167124 BLAKE2B fb0328a662d3cf9d26e1fac63b3d74aa681d3c097d0ad57b2d0ee566252022cf500ee5584dc1ac32d9cb9cef03e1a5b170882d90870463e5c976c3c3cab8d1dc SHA512 382874c63cf6cbb687b98935339cbe52f4e9c990c8830499deb2b07411dc205d36de4005b53d7156e03ae3210d28adec0c66ce3c9c888282df803764d2c17f07
|
||||
|
||||
30
app-dicts/kasumi/kasumi-2.7.ebuild
Normal file
30
app-dicts/kasumi/kasumi-2.7.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
MY_PN="kasumi-unicode"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
DESCRIPTION="Anthy-unicode dictionary maintenance tool"
|
||||
HOMEPAGE="https://github.com/fujiwarat/kasumi-unicode/"
|
||||
SRC_URI="https://github.com/fujiwarat/kasumi-unicode/releases/download/${PV}/${MY_P}.tar.xz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ppc ~riscv ~sparc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
app-i18n/anthy-unicode
|
||||
dev-libs/glib:2
|
||||
virtual/libiconv
|
||||
virtual/libintl
|
||||
x11-libs/gtk+:3
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
"
|
||||
@@ -6,6 +6,6 @@
|
||||
<name>Cjk</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="osdn">kasumi</remote-id>
|
||||
<remote-id type="github">fujiwarat/kasumi-unicode</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user