GNU bug report logs - #43608
[PATCH] gnu: librime: Update to 1.6.1.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#43608: closed ([PATCH] gnu: librime: Update to 1.6.1.)
Date: Fri, 25 Sep 2020 13:10:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 25 Sep 2020 15:09:45 +0200
with message-id <87ft76c89y.fsf <at> gnu.org>
and subject line Re: [bug#43608] [PATCH] gnu: librime: Update to 1.6.1.
has caused the debbugs.gnu.org bug report #43608,
regarding [PATCH] gnu: librime: Update to 1.6.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
From: pengmeiyu <at> riseup.net
To: guix-patches <at> gnu.org
Cc: Peng Mei Yu <pengmeiyu <at> riseup.net>
Subject: [PATCH] gnu: librime: Update to 1.6.1.
Date: Fri, 25 Sep 2020 16:22:26 +0800
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



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: pengmeiyu <at> riseup.net
Cc: 43608-done <at> debbugs.gnu.org
Subject: Re: [bug#43608] [PATCH] gnu: librime: Update to 1.6.1.
Date: Fri, 25 Sep 2020 15:09:45 +0200
> * 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


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.