all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68972] [PATCH] gnu: Add tagainijisho.
@ 2024-02-07 14:19 Tomas Volf
  2024-02-22 21:28 ` bug#68972: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-02-07 14:19 UTC (permalink / raw)
  To: 68972; +Cc: Tomas Volf

* gnu/packages/education.scm (tagainijisho): New variable.

Change-Id: I85834c9e91a743540ef751e0c2bb3138b4c3b762
---
 gnu/packages/education.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 7b72ed0349..c70f263335 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -1161,3 +1161,38 @@ (define-public mazo
     (description "Mazo is a learning application that helps you memorize
 simple concepts using multimedia flash cards and spaced reviews.")
     (license license:public-domain)))
+
+(define-public tagainijisho
+  (package
+    (name "tagainijisho")
+    (version "1.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/Gnurou/tagainijisho/releases/download/"
+             version
+             "/tagainijisho-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "00whfcnpn42asxmafcfbcmpwfwyv40qaqdk28psa1vp0lainmyhh"))))
+    (build-system qt-build-system)
+    (arguments
+     '(#:tests? #f)) ; no test target
+    (native-inputs
+     (list qttools-5))
+    (synopsis "Japanese dictionary and learning assistant")
+    (description "Tagaini Jisho is a free, open-source Japanese dictionary and
+kanji lookup tool for Windows, MacOS X and Linux and aims at becoming your
+Japanese study assistant.  It allows you to quickly search for entries and
+mark those that you wish to study, along with tags and personal notes.  It
+also let you train entries you are studying and follows your progression in
+remembering them.  Finally, it makes it easy to review entries you did not
+remember by listing them on screen or printing them on a small booklet.
+
+Tagaini Jisho also features complete stroke order animations for more than
+6000 kanji.")
+    (home-page "https://www.tagaini.net")
+    (license license:gpl3+)))

base-commit: cce7a6d2d2b18f51d1fcab67b02a38c11d6f4f2d
-- 
2.41.0





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

* bug#68972: [PATCH] gnu: Add tagainijisho.
  2024-02-07 14:19 [bug#68972] [PATCH] gnu: Add tagainijisho Tomas Volf
@ 2024-02-22 21:28 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-02-22 21:28 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 68972-done

Hello,

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/education.scm (tagainijisho): New variable.

Thank you.

I tweaked the description and applied the patch.

Regards,
-- 
Nicolas Goaziou






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

end of thread, other threads:[~2024-02-22 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07 14:19 [bug#68972] [PATCH] gnu: Add tagainijisho Tomas Volf
2024-02-22 21:28 ` bug#68972: " Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.