commit: 86e9ce02596479bb9f6bca05495c2d67a7e6e839 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com> AuthorDate: Sat Jan 25 07:12:39 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Fri Feb 7 23:57:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e9ce02
app-i18n/fcitx-rime: add 5.1.10 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-i18n/fcitx-rime/Manifest | 1 + app-i18n/fcitx-rime/fcitx-rime-5.1.10.ebuild | 30 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/app-i18n/fcitx-rime/Manifest b/app-i18n/fcitx-rime/Manifest index 69d7f1acda0a..35f75a5f1f48 100644 --- a/app-i18n/fcitx-rime/Manifest +++ b/app-i18n/fcitx-rime/Manifest @@ -1 +1,2 @@ +DIST fcitx-rime-5.1.10.tar.zst 64546 BLAKE2B 0a5c9f899b5c2632fa782f7666aa5b6321b52898c4b3f4ffe34d46653e223c5b2874e561e462a9934dfe43e2456200a49d36e1c02817899feb2a4ce3360f08ae SHA512 6b7dbedf9bfdcb7d9a2eb5760e6aec10cf239b6a67961fccff04f47d7fe826cf300796a2e06a64f82695f944c0f196abb384d0b56b664b53e377a3f1ed9f2ce4 DIST fcitx-rime-5.1.9.tar.zst 64335 BLAKE2B aac7f54cc5bf3617744d1f85c13ed402fd13c41c81b144225d49e6ddfc11b207d286bdf8f91ec8b7156bebc9af4c6c6c2badc3fe1747c35851d88b4574cdf651 SHA512 efffd620d960346b96333bc3403e1c8a25acc99103ba2c465a5c27bb32842497c64647af540af306d8e0bb6d9ac4fdf852db7911233564ea38ee3980098f7336 diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.10.ebuild b/app-i18n/fcitx-rime/fcitx-rime-5.1.10.ebuild new file mode 100644 index 000000000000..8fe5a25e8aac --- /dev/null +++ b/app-i18n/fcitx-rime/fcitx-rime-5.1.10.ebuild @@ -0,0 +1,30 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake unpacker xdg + +MY_PN="fcitx5-rime" +DESCRIPTION="Chinese RIME input methods for Fcitx" +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-rime" +SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${PV}.tar.zst -> ${P}.tar.zst" + +S="${WORKDIR}/${MY_PN}-${PV}" +LICENSE="LGPL-2.1+" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" + +DEPEND=" + !app-i18n/fcitx-rime:4 + >=app-i18n/fcitx-5.1.12:5 + app-i18n/librime + app-i18n/rime-data + virtual/libintl +" +RDEPEND="${DEPEND}" +BDEPEND=" + kde-frameworks/extra-cmake-modules + sys-devel/gettext + virtual/pkgconfig +"
