From unknown Thu Aug 14 18:37:04 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72946] [PATCH 2/2] gnu: Add fcitx5-chewing. Resent-From: Charles Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 02 Sep 2024 03:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72946 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72946@debbugs.gnu.org Cc: Charles X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172524800332142 (code B ref -1); Mon, 02 Sep 2024 03:34:01 +0000 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 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-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 unknown Thu Aug 14 18:37:04 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Charles Subject: bug#72946: closed (Closing) Message-ID: References: <20241019191029.b273ce03f1e8b56206648cde@charje.net> <20240902025439.31542-3-charles@charje.net> X-Gnu-PR-Message: they-closed 72946 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 72946@debbugs.gnu.org Date: Sun, 20 Oct 2024 00:12:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1729383122-17005-1" This is a multi-part message in MIME format... ------------=_1729383122-17005-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72946: [PATCH 2/2] gnu: Add fcitx5-chewing. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 72946@debbugs.gnu.org. --=20 72946: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72946 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1729383122-17005-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1729383122-17005-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1729383122-17005-1--