GNU bug report logs -
#42786
[PATCH] gnu: Add emacs-kana.
Previous Next
Reported by: Morgan.J.Smith <at> outlook.com
Date: Sun, 9 Aug 2020 19:18:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 12 Aug 2020 17:57:02 +0200
with message-id <875z9namcx.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#42786] [PATCH] gnu: Add emacs-kana.
has caused the debbugs.gnu.org bug report #42786,
regarding [PATCH] gnu: Add emacs-kana.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
42786: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42786
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
* gnu/packages/emacs-xyz.scm (emacs-kana): New variable.
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6bac148fce..971b06e5f5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2734,6 +2734,31 @@ Emacs native editing commmands and the work of other packages wherever
possible.")
(license license:expat))))
+(define-public emacs-kana
+ ;; Package has no release. Version is extracted from "Version:" keyword in
+ ;; main file.
+ (let ((commit "b239c3c3c6124b46ff720cca7b80ecbafd7fa489")
+ (revision "0"))
+ (package
+ (name "emacs-kana")
+ (version (git-version "1.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/chenyanming/kana")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0vrrl1kniq4h111jvnapvx3wybvsl3alfaygw634mmryr3h7pwi8"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/chenyanming/kana")
+ (synopsis "Learn Japanese Kana in Emacs")
+ (description "An Emacs mode that displays Hiragana and Katakana
+flashcards. This package can use functionality from @code{emacs-kanji} if it
+is installed")
+ (license license:gpl3+))))
+
(define-public emacs-keyfreq
(package
(name "emacs-keyfreq")
--
2.27.0
[Message part 3 (message/rfc822, inline)]
Hello,
Morgan.J.Smith <at> outlook.com writes:
> * gnu/packages/emacs-xyz.scm (emacs-kana): New variable.
Applied, with a tweak to the description. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 282 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.