guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: librime: Update to 1.6.1.


From: guix-commits
Subject: 03/03: gnu: librime: Update to 1.6.1.
Date: Fri, 25 Sep 2020 08:27:07 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 3e5ed76df5ba12be22c6360abd83f328c3613ae0
Author: Peng Mei Yu <pengmeiyu@riseup.net>
AuthorDate: Fri Sep 25 16:22:26 2020 +0800

    gnu: librime: Update to 1.6.1.
    
    * gnu/packages/ibus.scm (librime): Update to 1.6.1.
    [inputs]: Add capnproto.
    [native-inputs]: Add pkg-config.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/ibus.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index b48f21b..ecf33cb 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -300,7 +300,7 @@ Japanese language input in most graphical applications.")
 (define-public librime
   (package
     (name "librime")
-    (version "1.5.3")
+    (version "1.6.1")
     (source
      (origin
        (method git-fetch)
@@ -310,7 +310,7 @@ Japanese language input in most graphical applications.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0xskhdhk7dgpc71r39pfzxi5vrlzy90aqj1gzv8nnapq91p2awhv"))
+         "1avmy2yyag22cl2j8085n5czsk93sxv440pdb3a2diwcxwwmzm9v"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -330,6 +330,7 @@ Japanese language input in most graphical applications.")
              #t)))))
     (inputs
      `(("boost" ,boost)
+       ("capnproto" ,capnproto)
        ("glog" ,glog)
        ("leveldb" ,leveldb)
        ("marisa" ,marisa)
@@ -337,6 +338,7 @@ Japanese language input in most graphical applications.")
        ("yaml-cpp" ,yaml-cpp)))
     (native-inputs
      `(("googletest" ,googletest)
+       ("pkg-config" ,pkg-config)
        ("xorgproto" ,xorgproto))) ; keysym.h
     (home-page "https://rime.im/";)
     (synopsis "The core library of Rime Input Method Engine")



reply via email to

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