From unknown Thu Aug 14 08:28:02 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#72946 <72946@debbugs.gnu.org> To: bug#72946 <72946@debbugs.gnu.org> Subject: Status: [PATCH 2/2] gnu: Add fcitx5-chewing. Reply-To: bug#72946 <72946@debbugs.gnu.org> Date: Thu, 14 Aug 2025 15:28:02 +0000 retitle 72946 [PATCH 2/2] gnu: Add fcitx5-chewing. reassign 72946 guix-patches submitter 72946 Charles severity 72946 normal tag 72946 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 01 23:33:23 2024 Received: (at submit) by debbugs.gnu.org; 2 Sep 2024 03:33:23 +0000 Received: from localhost ([127.0.0.1]:42284 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1skxog-0008ML-Vw for submit@debbugs.gnu.org; Sun, 01 Sep 2024 23:33:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:55822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1skxob-0008La-8Z for submit@debbugs.gnu.org; Sun, 01 Sep 2024 23:33:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1skxDk-0004kk-KK for guix-patches@gnu.org; Sun, 01 Sep 2024 22:55:13 -0400 Received: from syn-076-187-193-118.res.spectrum.com ([76.187.193.118] helo=mail.charje.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1skxDh-00022c-06 for guix-patches@gnu.org; Sun, 01 Sep 2024 22:55:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=charje.net; s=dkim6; t=1725245694; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XE+hKyNxQ5w1T/a4g6KhyrzRCcvls7HDTYtuB23wd1c=; b=mGdpofVWCE7MmwB2nIaI+r92Tqgc0Nuop7NCtWiCz9n1HA9Ytj3r35hiGXjZieJooeIcZv zMKkdgIaNVp6qO4QhOLb8cLZ7Q/mDKEH1zbjDeaBLgkD16Y3nCKrgw95ed4aFylZy+JegN YEZX6yi6/6vtgA9JhTfRsNJExbNBYv519QNCHANTrRpOBAtJV6DQN3maxqmGrSkW04FYZF ZoAZmP1lWdWfkjkjL7P1VxjefnNLv+vCbE4W2lAaA2KAU6vwiWPyJ8As6hZdeWwrCHp3/h oYxuZBdO0wRziw4QWDcTjg602+dX+lBJWmEh9nS9RJKpVPBGnZ44mVWwaZ6CRw== Received: from localhost.localdomain (syn-076-187-193-118.res.spectrum.com [76.187.193.118]) by localhost (OpenSMTPD) with ESMTPSA id b148dd58 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 2 Sep 2024 02:54:53 +0000 (UTC) From: Charles To: guix-patches@gnu.org Subject: [PATCH 2/2] gnu: Add fcitx5-chewing. Date: Sun, 1 Sep 2024 21:54:12 -0500 Message-ID: <20240902025439.31542-3-charles@charje.net> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240902025439.31542-1-charles@charje.net> References: <20240902025439.31542-1-charles@charje.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=76.187.193.118; envelope-from=charles@charje.net; helo=mail.charje.net X-Spam_score_int: 26 X-Spam_score: 2.6 X-Spam_bar: ++ X-Spam_report: (2.6 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_PBL=3.335, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Charles X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/fcitx5.scm (fcitx5-chewing): New variable. Change-Id: Ib14bccae792bf1d56bedc5e7297d8cc9c3c59ebc --- gnu/packages/fcitx5.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm index 4ad7fa98ca..b38812b539 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2022 Dominic Martinez ;;; Copyright © 2022 dan ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2024 Charles Jackson ;;; ;;; This file is part of GNU Guix. ;;; @@ -41,6 +42,7 @@ (define-module (gnu packages fcitx5) #:use-module (gnu packages ibus) #:use-module (gnu packages iso-codes) #:use-module (gnu packages kde-frameworks) + #:use-module (gnu packages language) #:use-module (gnu packages libevent) #:use-module (gnu packages linux) #:use-module (gnu packages lua) @@ -589,3 +591,29 @@ (define-public fcitx5-rime and sentences intelligently and provide very accurate traditional Chinese output.") (license license:lgpl2.1+))) + +(define-public fcitx5-chewing + (package + (name "fcitx5-chewing") + (version "5.1.5") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/fcitx/fcitx5-chewing") + (commit version))) + (sha256 + (base32 "011psyvvcbrw062zw807lm33n827qza7mqaagf8zb0cz3hh1qwm9")) + (file-name (git-file-name name version)))) + (build-system cmake-build-system) + (arguments + (list #:tests? #f)) ;; tests fail + (inputs (list libchewing)) + (native-inputs + (list extra-cmake-modules + pkg-config + gettext-minimal + fcitx5)) + (home-page "https://github.com/fcitx/fcitx5-chewing") + (synopsis "Chewing Wrapper for Fcitx") + (description "This provides libchewing input method support for fcitx5.") + (license license:gpl2+))) -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 20:11:15 2024 Received: (at 72946-close) by debbugs.gnu.org; 20 Oct 2024 00:11:15 +0000 Received: from localhost ([127.0.0.1]:45142 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2JXP-0004P8-6S for submit@debbugs.gnu.org; Sat, 19 Oct 2024 20:11:15 -0400 Received: from syn-076-187-193-118.res.spectrum.com ([76.187.193.118]:59146 helo=mail.charje.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2JXJ-0004On-JT for 72946-close@debbugs.gnu.org; Sat, 19 Oct 2024 20:11:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=charje.net; s=dkim6; t=1729383035; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=LZGFjm6gBqxMLXdKx16XbSXfxP0/fS0rSiOH4859ESI=; b=JJkf3bL3WnNhURAW1gryWa8sGunNsIpqgPF9FLuPoSFXSvwOT4Nf6OsRYk/Kc2X3y+qiAi uh2heEX1wbtSkoYZE2iIYiA3qPGyQPVA6asPzl+H6zlUUY7Fzn219iLWuDncnplKSQMXAP 76SbTE0mfAs4z1ZnVU05lO7Yldh1EsCSW+0yx7369P4rw9W+V9v8ZviZc01PnbJUpjaIWv 6W4hyCoerUTC5ridvxxymokqVimbxjfrFuj0U1wz+6+/aBYhvphHQa6zBTASkQwYld5ovr rSxQZfuwaOddxmbsMv2EweR4NaqUvnfrWoLlvyfiiOheeL+5rcZY9inCLuRfBw== Received: from localhost (syn-076-187-193-118.res.spectrum.com [76.187.193.118]) by localhost (OpenSMTPD) with ESMTPSA id 7eff0232 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <72946-close@debbugs.gnu.org>; Sun, 20 Oct 2024 00:10:33 +0000 (UTC) Date: Sat, 19 Oct 2024 19:10:29 -0500 From: Charles To: 72946-close@debbugs.gnu.org Subject: Closing Message-Id: <20241019191029.b273ce03f1e8b56206648cde@charje.net> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: 3.9 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I'm closing this issue in favor of https://issues.guix.gnu.org/73549 -- Charles Content analysis details: (3.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [76.187.193.118 listed in zen.spamhaus.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [76.187.193.118 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [76.187.193.118 listed in sa-accredit.habeas.com] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS X-Debbugs-Envelope-To: 72946-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I'm closing this issue in favor of https://issues.guix.gnu.org/73549 -- Charles Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [76.187.193.118 listed in zen.spamhaus.org] 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [76.187.193.118 listed in sa-accredit.habeas.com] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [76.187.193.118 listed in bl.score.senderscore.com] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager I'm closing this issue in favor of https://issues.guix.gnu.org/73549 -- Charles From unknown Thu Aug 14 08:28:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 17 Nov 2024 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator