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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43608 in the body.
You can then email your comments to 43608 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#43608
; Package
guix-patches
.
(Fri, 25 Sep 2020 08:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
pengmeiyu <at> riseup.net
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 25 Sep 2020 08:27:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Mathieu Othacehe <othacehe <at> gnu.org>
:
You have taken responsibility.
(Fri, 25 Sep 2020 13:10:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
pengmeiyu <at> riseup.net
:
bug acknowledged by developer.
(Fri, 25 Sep 2020 13:10:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 43608-done <at> debbugs.gnu.org (full text, mbox):
> * 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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 24 Oct 2020 11:24:04 GMT)
Full text and
rfc822 format available.
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.