guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: librime: Update to 1.5.3.


From: guix-commits
Subject: 04/04: gnu: librime: Update to 1.5.3.
Date: Fri, 19 Jul 2019 09:09:25 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit ca49d732256fd768941b91b3e92404430832de27
Author: Marius Bakke <address@hidden>
Date:   Fri Jul 19 15:01:40 2019 +0200

    gnu: librime: Update to 1.5.3.
    
    * gnu/packages/ibus.scm (librime): Update to 1.5.3.
    [arguments]: Add <#:configure-flags>.
---
 gnu/packages/ibus.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index eab35db..9291a74 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -305,7 +305,7 @@ Japanese language input in most graphical applications.")
 (define-public librime
   (package
     (name "librime")
-    (version "1.4.0")
+    (version "1.5.3")
     (source
      (origin
        (method git-fetch)
@@ -315,7 +315,7 @@ Japanese language input in most graphical applications.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1zkx1wfbd94v55gfycyd2b94jxclfyk2zl7yw35pyjx63qdlb6sd"))
+         "0xskhdhk7dgpc71r39pfzxi5vrlzy90aqj1gzv8nnapq91p2awhv"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -325,7 +325,9 @@ Japanese language input in most graphical applications.")
            #t))))
     (build-system cmake-build-system)
     (arguments
-     '(#:phases
+     '(;; XXX: Work around <https://bugs.gnu.org/36721>.
+       #:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON")
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-source
            (lambda _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]