GNU bug report logs - #68972
[PATCH] gnu: Add tagainijisho.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Wed, 7 Feb 2024 14:21:01 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 68972 in the body.
You can then email your comments to 68972 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#68972; Package guix-patches. (Wed, 07 Feb 2024 14:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 07 Feb 2024 14:21:02 GMT) Full text and rfc822 format available.

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

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: Add tagainijisho.
Date: Wed,  7 Feb 2024 15:19:30 +0100
* 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





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Thu, 22 Feb 2024 21:30:01 GMT) Full text and rfc822 format available.

Notification sent to Tomas Volf <~@wolfsden.cz>:
bug acknowledged by developer. (Thu, 22 Feb 2024 21:30:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Tomas Volf <~@wolfsden.cz>
Cc: 68972-done <at> debbugs.gnu.org
Subject: Re: [bug#68972] [PATCH] gnu: Add tagainijisho.
Date: Thu, 22 Feb 2024 22:28:57 +0100
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






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

This bug report was last modified 1 year and 118 days ago.

Previous Next


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