GNU bug report logs - #54104
[PATCH] gnu: Add fcitx5-anthy

Previous Next

Package: guix-patches;

Reported by: dom <at> dominicm.dev

Date: Tue, 22 Feb 2022 08:31:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54104 in the body.
You can then email your comments to 54104 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54104; Package guix-patches. (Tue, 22 Feb 2022 08:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to dom <at> dominicm.dev:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 22 Feb 2022 08:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: dom <at> dominicm.dev
To: guix-patches <at> gnu.org
Cc: Dominic Martinez <dom <at> dominicm.dev>
Subject: [PATCH] gnu: Add fcitx5-anthy
Date: Mon, 21 Feb 2022 19:13:50 -0500
From: Dominic Martinez <dom <at> dominicm.dev>

* gnu/packages/fcitx5.scm (fcitx5-anthy): New variable.
---
 gnu/packages/fcitx5.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 0be5e53863..13031d6d3d 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2020, 2022 Zhu Zihao <all_but_last <at> 163.com>
 ;;; Copyright © 2021 Tobias Geerinckx-Rice <me <at> tobias.gr>
+;;; Copyright © 2022 Dominic Martinez <dom <at> dominicm.dev>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -25,6 +26,7 @@ (define-module (gnu packages fcitx5)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system copy)
   #:use-module ((guix licenses) #:prefix license:)
+  #:use-module (gnu packages anthy)
   #:use-module (gnu packages boost)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages datastructures)
@@ -288,6 +290,30 @@ (define-public fcitx5-qt
                    ;; and qt5/platforminputcontext.
                    license:bsd-3))))
 
+(define-public fcitx5-anthy
+  (package
+    (name "fcitx5-anthy")
+    (version "5.0.9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://download.fcitx-im.org/fcitx5"
+                           "/fcitx5-anthy/fcitx5-anthy-"
+                           version ".tar.xz"))
+       (sha256
+        (base32 "0i2ahfp1vh0cs3brcsfblzqwszal2qj1ncgb1hbc9v03s1j6bybk"))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:tests? #f)) ;; no tests
+    (inputs (list fcitx5 anthy gettext-minimal fmt))
+    (native-inputs
+     (list extra-cmake-modules pkg-config))
+    (home-page "https://github.com/fcitx/fcitx5-anthy")
+    (synopsis "Anthy Japanese language input for Fcitx 5")
+    (description "Fcitx5-Anthy provides Japanese input support to Fcitx5 using
+the Anthy input method.")
+    (license license:gpl2+)))
+
 (define-public fcitx5-chinese-addons
   (package
     (name "fcitx5-chinese-addons")
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#54104; Package guix-patches. (Wed, 09 Mar 2022 16:02:01 GMT) Full text and rfc822 format available.

Message #8 received at 54104 <at> debbugs.gnu.org (full text, mbox):

From: Dominic Martinez <dom <at> dominicm.dev>
To: 54104 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add fcitx5-anthy
Date: Wed, 09 Mar 2022 10:47:13 -0500
[Message part 1 (text/plain, inline)]
Just wanted to ping this patch; I've tested this on my personal 
fcitx5 setup and it works, so unless there is a formatting issue I 
think this is good to merge.

[signature.asc (application/pgp-signature, inline)]

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Thu, 10 Mar 2022 19:00:03 GMT) Full text and rfc822 format available.

Notification sent to dom <at> dominicm.dev:
bug acknowledged by developer. (Thu, 10 Mar 2022 19:00:03 GMT) Full text and rfc822 format available.

Message #13 received at 54104-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: dom <at> dominicm.dev
Cc: 54104-done <at> debbugs.gnu.org
Subject: Re: [bug#54104] [PATCH] gnu: Add fcitx5-anthy
Date: Thu, 10 Mar 2022 19:59:30 +0100
Hello,

dom <at> dominicm.dev writes:

> * gnu/packages/fcitx5.scm (fcitx5-anthy): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 08 Apr 2022 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 72 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.