guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: Add emacs-pyim.


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

cbaines pushed a commit to branch master
in repository guix.

commit 7493306f82eaf5fac18717c6d5ba4d42bd449e61
Author: Feng Shu <address@hidden>
Date:   Sat Sep 23 11:58:27 2017 +0800

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 0b8856c..35ca2b1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4932,6 +4932,31 @@ function to be used by other frontend programs.")
 containing words from the rime project.")
     (license license:gpl2+)))
 
+(define-public emacs-pyim
+  (package
+    (name "emacs-pyim")
+    (version "1.6.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/tumashu/pyim/archive/v";
+                    version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0hfg8q9hcjifvnlghw2g94dfxfirms2psq2ghqb28fhkf0lks13r"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-async" ,emacs-async)
+       ("emacs-exwm" ,emacs-pyim-basedict)
+       ("emacs-popup" ,emacs-popup)
+       ("emacs-pos-tip" ,emacs-pos-tip)))
+    (home-page "https://github.com/tumashu/pyim";)
+    (synopsis "Chinese input method")
+    (description "Chinese input method which supports quanpin, shuangpin, wubi
+and cangjie.")
+    (license license:gpl2+)))
+
 (define-public emacs-xelb
   (package
     (name "emacs-xelb")



reply via email to

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