app-i18n/fcitx-anthy: add 5.1.10 w/ anthy-unicode support

update HOMEPAGE

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:
Nicolas PARLANT
2026-01-27 11:48:00 +01:00
committed by Sam James
parent 94634bb0bd
commit cd800de194
3 changed files with 47 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
DIST fcitx5-anthy-5.1.10.tar.zst 117508 BLAKE2B 9965f04190b322982ab8afed20dd52c062179e380afb5022be0e9b568720da293512244df1b5d4ac97bae498417bb11d81db8659b80ebfe5282cac0315d7f1a7 SHA512 a437450abab47d0550e56b612bdbf3262b7e0e16f721866c5dc148b2f4a04f32c74e388a8ae6131252dca045594adef4d996f2b997e3a64f359675422b905de8
DIST fcitx5-anthy-5.1.6.tar.zst 112962 BLAKE2B e2c960415b4be5b58d3687fa71bd3f7aeef3246f8211982dfc4d64efa9e4291f8949c42d2f2c0e7491e8da453a28ba19ecc7eabb5595155641dd36ee9080a115 SHA512 528e8191f28aa9a8ec22c7a06ab119d29a5054e87592fb022072a841b2d74075d1f9efc667c28be6daeabccdefbbed4ead4e37af54a1779222edaf702fd51367
DIST fcitx5-anthy-5.1.8.tar.zst 116350 BLAKE2B 5c11793c5ace0bedc64cc1c2e66d9c0f9e91f1b4ad915dddbb9d7f84f3734a08113aab710e71faa05aa46382646e441e8f59bdbac4afb696341ebc2c3a2d859e SHA512 ba939ac5f20cb8d1e4bc79f245b5446160b8acfaeeda7c9d0a14439d5d0e63fdee97126fefe41a57eb024d3e530fdf5ad899492a9432a64a412a3de7e0e6ba3e
@@ -0,0 +1,37 @@
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="fcitx5-anthy"
inherit cmake unpacker xdg
DESCRIPTION="Japanese Anthy input methods for Fcitx5"
HOMEPAGE="https://fcitx-im.org/wiki/Anthy https://github.com/fcitx/fcitx5-anthy"
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-2+"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
!app-i18n/fcitx-anthy:4
app-i18n/anthy-unicode
>=app-i18n/fcitx-5.1.13:5
"
DEPEND="${RDEPEND}"
BDEPEND="
kde-frameworks/extra-cmake-modules:0
virtual/pkgconfig
"
PATCHES=(
# PR pending https://github.com/fcitx/fcitx5-anthy/pull/20.patch
"${FILESDIR}"/${PN}-5.1.9-cmake_316.patch
)
DOCS=( AUTHORS )
@@ -0,0 +1,9 @@
PR pending https://github.com/fcitx/fcitx5-anthy/pull/20.patch
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.6)
+cmake_minimum_required(VERSION 3.16)
project(fcitx5-anthy VERSION 5.1.9)