GNU bug report logs -
#43608
[PATCH] gnu: librime: Update to 1.6.1.
Previous Next
Reported by: pengmeiyu <at> riseup.net
Date: Fri, 25 Sep 2020 08:27:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#43608: [PATCH] gnu: librime: Update to 1.6.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 43608 <at> debbugs.gnu.org.
--
43608: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43608
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> * gnu/packages/ibus.scm (librime): Update to 1.6.1.
> [inputs]: Add capnproto.
> [native-inputs]: Add pkg-config.
I fixed indentation in the commit message and pushed.
Thanks,
Mathieu
[Message part 3 (message/rfc822, inline)]
From: Peng Mei Yu <pengmeiyu <at> riseup.net>
* gnu/packages/ibus.scm (librime): Update to 1.6.1.
[inputs]: Add capnproto.
[native-inputs]: Add pkg-config.
---
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 b48f21b551..ecf33cb570 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")
--
2.28.0
This bug report was last modified 4 years and 323 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.