unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42785] [PATCH] gnu: Add emacs-kanji.
@ 2020-08-09 19:04 Morgan.J.Smith
  2020-08-12 15:24 ` bug#42785: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2020-08-09 19:04 UTC (permalink / raw)
  To: 42785; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-kanji): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 971b06e5f5..b773e08203 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2759,6 +2759,30 @@ flashcards.  This package can use functionality from @code{emacs-kanji} if it
 is installed")
       (license license:gpl3+))))
 
+(define-public emacs-kanji
+  ;; Package has no release.  Version is extracted from "Version:" keyword in
+  ;; main file.
+  (let ((commit "5e9d5b72468ece11cfb81b729be6babf63ede425")
+        (revision "0"))
+    (package
+      (name "emacs-kanji")
+      (version (git-version "1.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/wsgac/kanji-mode")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1zh7klqaza840q5f44zzh1wrnd6sqa2k93z3dgx3yhhsxfd1dxvy"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/wsgac/kanji-mode")
+      (synopsis "Emacs minor mode for displaying Japanese Kanji stroke order")
+      (description "Displays an image indicating the proper stroke order of
+the Kanji under the Emacs cursor")
+      (license license:gpl3+))))
+
 (define-public emacs-keyfreq
   (package
     (name "emacs-keyfreq")
-- 
2.27.0





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

* bug#42785: [PATCH] gnu: Add emacs-kanji.
  2020-08-09 19:04 [bug#42785] [PATCH] gnu: Add emacs-kanji Morgan.J.Smith
@ 2020-08-12 15:24 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-08-12 15:24 UTC (permalink / raw)
  To: Morgan.J.Smith; +Cc: 42785-done

Hello,

Morgan.J.Smith@outlook.com writes:

> * gnu/packages/emacs-xyz.scm (emacs-kanji): New variable.

I modified the description, which should consist of complete sentences,
and applied your patch. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2020-08-12 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-09 19:04 [bug#42785] [PATCH] gnu: Add emacs-kanji Morgan.J.Smith
2020-08-12 15:24 ` bug#42785: " Nicolas Goaziou

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).