[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/53: gnu: Add tagainijisho.
From: |
guix-commits |
Subject: |
05/53: gnu: Add tagainijisho. |
Date: |
Thu, 22 Feb 2024 10:18:52 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 8a8540496f66684e5ba0c27fa139237cb8c50ddb
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Wed Feb 7 15:19:30 2024 +0100
gnu: Add tagainijisho.
* gnu/packages/education.scm (tagainijisho): New variable.
Change-Id: I85834c9e91a743540ef751e0c2bb3138b4c3b762
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/education.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index c3009537e9..698f15678b 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -1163,3 +1163,37 @@ mentored learning for programming languages.")
(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
+ (list #:tests? #f)) ;no test target
+ (native-inputs
+ (list qttools-5))
+ (synopsis "Japanese dictionary and learning assistant")
+ (description
+ "Tagaini Jisho is a Japanese dictionary and kanji lookup tool. It 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+)))
- branch master updated (58233e6c21 -> 59ef52ccb2), guix-commits, 2024/02/22
- 03/53: gnu: virglrenderer: Update to 1.0.1., guix-commits, 2024/02/22
- 01/53: gnu: Add xpenguins., guix-commits, 2024/02/22
- 10/53: gnu: emacs-cider: Update to 1.13.1., guix-commits, 2024/02/22
- 05/53: gnu: Add tagainijisho.,
guix-commits <=
- 15/53: gnu: emacs-debbugs: Update to 0.40., guix-commits, 2024/02/22
- 06/53: gnu: Add libsixel., guix-commits, 2024/02/22
- 14/53: gnu: emacs-pabbrev: Update to 4.3.0., guix-commits, 2024/02/22
- 21/53: gnu: emacs-corfu: Update to 1.2., guix-commits, 2024/02/22
- 25/53: gnu: emacs-edit-indirect: Update to 0.1.13., guix-commits, 2024/02/22
- 13/53: gnu: emacs-mmm-mode: Update to 0.5.11., guix-commits, 2024/02/22
- 23/53: gnu: emacs-dtrt-indent: Update to 1.17., guix-commits, 2024/02/22
- 19/53: gnu: emacs-vertico-posframe: Update to 0.7.7., guix-commits, 2024/02/22
- 26/53: gnu: emacs-eldev: Update to 1.8.2., guix-commits, 2024/02/22
- 29/53: gnu: emacs-evil-matchit: Update to 3.0.4., guix-commits, 2024/02/22