unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54103]
@ 2022-02-22  0:13 dom
  2022-02-22  0:13 ` [bug#54104] [PATCH] gnu: Add fcitx5-anthy dom
       [not found] ` <handler.54103.B.16455186134307.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: dom @ 2022-02-22  0:13 UTC (permalink / raw)
  To: 54103


Hello all! This is my first time contributing to a project via a
mailing list, so please let me know if there is anything else I need
to do here.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#54104] [PATCH] gnu: Add fcitx5-anthy
  2022-02-22  0:13 [bug#54103] dom
@ 2022-02-22  0:13 ` dom
  2022-03-09 15:47   ` Dominic Martinez
  2022-03-10 18:59   ` bug#54104: " Nicolas Goaziou
       [not found] ` <handler.54103.B.16455186134307.ack@debbugs.gnu.org>
  1 sibling, 2 replies; 5+ messages in thread
From: dom @ 2022-02-22  0:13 UTC (permalink / raw)
  To: 54104; +Cc: Dominic Martinez

From: Dominic Martinez <dom@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@163.com>
 ;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2022 Dominic Martinez <dom@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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* bug#54103: Acknowledgement ()
       [not found] ` <handler.54103.B.16455186134307.ack@debbugs.gnu.org>
@ 2022-02-22 14:17   ` Dominic Martinez
  0 siblings, 0 replies; 5+ messages in thread
From: Dominic Martinez @ 2022-02-22 14:17 UTC (permalink / raw)
  To: 54103-done


help-debbugs@gnu.org (GNU bug Tracking System) writes:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your 
> message
> has been received.
>
> Your message is being forwarded to the package maintainers and 
> other
> interested parties for their attention; they will reply in due 
> course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, 
> please
> send it to 54103@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#54104] [PATCH] gnu: Add fcitx5-anthy
  2022-02-22  0:13 ` [bug#54104] [PATCH] gnu: Add fcitx5-anthy dom
@ 2022-03-09 15:47   ` Dominic Martinez
  2022-03-10 18:59   ` bug#54104: " Nicolas Goaziou
  1 sibling, 0 replies; 5+ messages in thread
From: Dominic Martinez @ 2022-03-09 15:47 UTC (permalink / raw)
  To: 54104

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

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.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#54104: [PATCH] gnu: Add fcitx5-anthy
  2022-02-22  0:13 ` [bug#54104] [PATCH] gnu: Add fcitx5-anthy dom
  2022-03-09 15:47   ` Dominic Martinez
@ 2022-03-10 18:59   ` Nicolas Goaziou
  1 sibling, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2022-03-10 18:59 UTC (permalink / raw)
  To: dom; +Cc: 54104-done

Hello,

dom@dominicm.dev writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-10 19:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22  0:13 [bug#54103] dom
2022-02-22  0:13 ` [bug#54104] [PATCH] gnu: Add fcitx5-anthy dom
2022-03-09 15:47   ` Dominic Martinez
2022-03-10 18:59   ` bug#54104: " Nicolas Goaziou
     [not found] ` <handler.54103.B.16455186134307.ack@debbugs.gnu.org>
2022-02-22 14:17   ` bug#54103: Acknowledgement () Dominic Martinez

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).