Skip to content
Snippets Groups Projects
Unverified Commit 3e5ed76d authored by Peng Mei Yu's avatar Peng Mei Yu Committed by Mathieu Othacehe
Browse files

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: default avatarMathieu Othacehe <othacehe@gnu.org>
parent 62d0f69e
No related branches found
No related tags found
No related merge requests found
......@@ -300,7 +300,7 @@ (define-public ibus-anthy
(define-public librime
(package
(name "librime")
(version "1.5.3")
(version "1.6.1")
(source
(origin
(method git-fetch)
......@@ -310,7 +310,7 @@ (define-public librime
(file-name (git-file-name name version))
(sha256
(base32
"0xskhdhk7dgpc71r39pfzxi5vrlzy90aqj1gzv8nnapq91p2awhv"))
"1avmy2yyag22cl2j8085n5czsk93sxv440pdb3a2diwcxwwmzm9v"))
(modules '((guix build utils)))
(snippet
'(begin
......@@ -330,6 +330,7 @@ (define-public librime
#t)))))
(inputs
`(("boost" ,boost)
("capnproto" ,capnproto)
("glog" ,glog)
("leveldb" ,leveldb)
("marisa" ,marisa)
......@@ -337,6 +338,7 @@ (define-public librime
("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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment