guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: Add emacs-pyim-basedict.


From: Christopher Baines
Subject: 02/04: gnu: Add emacs-pyim-basedict.
Date: Sun, 1 Oct 2017 04:46:10 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 0fa8a932ed79af6c907f373e066426a8782e41cf
Author: Feng Shu <address@hidden>
Date:   Sat Sep 23 11:27:02 2017 +0800

    gnu: Add emacs-pyim-basedict.
    
    * gnu/packages/emacs.scm (emacs-pyim-basedict): New variable.
    
    Signed-off-by: Christopher Baines <address@hidden>
---
 gnu/packages/emacs.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 2e732a9..c528ef5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4886,6 +4886,26 @@ constructs.")
 configuration of Chinese fonts.")
     (license license:gpl2+)))
 
+(define-public emacs-pyim-basedict
+  (package
+    (name "emacs-pyim-basedict")
+    (version "0.3.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/tumashu/pyim-basedict/archive/v";
+                    version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0nfgxviavkgrpyfsw60xsws4fk51fcmgl8fp6zf4ibqjjbp53n3n"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/tumashu/pyim-basedict";)
+    (synopsis "Input method dictionary of pyim")
+    (description "Pyim-basedict is the default pinyin input method dictionary,
+containing words from the rime project.")
+    (license license:gpl2+)))
+
 (define-public emacs-xelb
   (package
     (name "emacs-xelb")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]