* [bug#43608] [PATCH] gnu: librime: Update to 1.6.1.
@ 2020-09-25 8:22 pengmeiyu
2020-09-25 13:09 ` bug#43608: " Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: pengmeiyu @ 2020-09-25 8:22 UTC (permalink / raw)
To: 43608; +Cc: Peng Mei Yu
From: Peng Mei Yu <pengmeiyu@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#43608: [PATCH] gnu: librime: Update to 1.6.1.
2020-09-25 8:22 [bug#43608] [PATCH] gnu: librime: Update to 1.6.1 pengmeiyu
@ 2020-09-25 13:09 ` Mathieu Othacehe
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-09-25 13:09 UTC (permalink / raw)
To: pengmeiyu; +Cc: 43608-done
> * 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-25 13:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-25 8:22 [bug#43608] [PATCH] gnu: librime: Update to 1.6.1 pengmeiyu
2020-09-25 13:09 ` bug#43608: " Mathieu Othacehe
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).