From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chewing/
Date: Tue, 28 Oct 2025 03:24:27 +0000 (UTC) [thread overview]
Message-ID: <1761620070.62b5d018e3453612b4a7f8237079a5a9c829893f.dlan@gentoo> (raw)
commit: 62b5d018e3453612b4a7f8237079a5a9c829893f
Author: jinqiang zhang <peeweep <AT> 0x0 <DOT> ee>
AuthorDate: Sun Oct 26 04:45:48 2025 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Oct 28 02:54:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b5d018
app-i18n/fcitx-chewing: add 5.1.9
Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-i18n/fcitx-chewing/Manifest | 1 +
app-i18n/fcitx-chewing/fcitx-chewing-5.1.9.ebuild | 36 +++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/app-i18n/fcitx-chewing/Manifest b/app-i18n/fcitx-chewing/Manifest
index 159fba94cab2..8fe24918dfdb 100644
--- a/app-i18n/fcitx-chewing/Manifest
+++ b/app-i18n/fcitx-chewing/Manifest
@@ -1,2 +1,3 @@
DIST fcitx-chewing-5.1.7.tar.zst 34574 BLAKE2B 4a7b36af8ce6e991443d51870bffb81594dcf23735c3c719a5c1ee4f4a6b9ae8cf35eb55b42b495bb12c834aaaae8aa7ecc36fb3a6c8e123a5978a6f0cf2d991 SHA512 82d1839ab0fc43758dc15e45c989cfce2861b65fec3f8974f7d76f729f9e645c77352896ecf6574928b7d8e269e45f9c75104a79938103b8e697c0ae9d1562d0
DIST fcitx-chewing-5.1.8.tar.zst 35193 BLAKE2B ecb35a3934230aa7dcc2573859aeb61fbf7a4609131edc963097ca4f724e07afc01f6f25a53d89eb1a3045d88c37a2ecc83508356bc6b4114e104ce918c424b1 SHA512 2e726b992b51527e90dd6f4aeebe5026ac3debb8c0d63ae461494bd48d56ae79ffc8f593550eb9f6391bdc1888de11311d6e39e5d9777d1409fde257f4c0a0b8
+DIST fcitx-chewing-5.1.9.tar.zst 36003 BLAKE2B b8f9e8597ae06ad3165b786bb29ffc3ab6ec65a3f95bf0fff5172a9aa10f46bfba44689a0231eb967ba94e0e81fe6f7a4cd88b54eca21f0db6291143b1730340 SHA512 cd2e699dfe55cc33d8195198b430760d894783ac6aa94aa9927a9dada300ea0819ef369b792506006aad6b557c9371e3ad3620951f36d29879ad1efdb5db8a88
diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.9.ebuild b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.9.ebuild
new file mode 100644
index 000000000000..4d58b8ea257c
--- /dev/null
+++ b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5-chewing"
+
+inherit cmake unpacker xdg
+
+DESCRIPTION="Chewing Wrapper for Fcitx."
+HOMEPAGE="https://github.com/fcitx/fcitx5-chewing"
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst -> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ !app-i18n/fcitx-chewing:4
+ >=app-i18n/fcitx-5.1.13:5
+ >=app-i18n/libchewing-0.5.0
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_TEST=$(usex test)
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2025-10-28 3:24 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-28 3:24 Yixun Lan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-24 1:21 [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chewing/ Sam James
2025-08-19 16:28 Andreas Sturmlechner
2025-07-08 11:44 Yixun Lan
2025-07-08 11:44 Yixun Lan
2025-07-08 11:44 Yixun Lan
2025-05-27 2:32 Sam James
2025-03-07 7:42 Sam James
2025-03-07 7:42 Sam James
2025-02-08 0:18 Yixun Lan
2024-12-20 20:26 Andreas Sturmlechner
2024-10-11 0:07 Yixun Lan
2024-07-30 18:00 Arthur Zamarin
2024-07-30 18:00 Arthur Zamarin
2024-02-07 5:18 WANG Xuerui
2024-01-17 16:50 WANG Xuerui
2024-01-17 9:04 Jakov Smolić
2024-01-16 17:50 Arthur Zamarin
2024-01-14 0:10 Yixun Lan
2020-11-03 20:20 Mike Gilbert
2019-10-04 18:43 Mike Gilbert
2017-11-18 10:13 Sergei Trofimovich
2017-11-18 10:03 Sergei Trofimovich
2017-09-27 19:57 Mike Gilbert
2017-09-21 21:06 Mike Gilbert
2017-09-21 21:06 Mike Gilbert
2017-09-21 21:06 Mike Gilbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1761620070.62b5d018e3453612b4a7f8237079a5a9c829893f.dlan@gentoo \
--to=dlan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox