[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52576] [PATCH v2] gnu: ibus-anthy: Update to 1.5.14
From: |
Taiju HIGASHI |
Subject: |
[bug#52576] [PATCH v2] gnu: ibus-anthy: Update to 1.5.14 |
Date: |
Sat, 25 Dec 2021 08:18:28 +0900 |
---
gnu/packages/ibus.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index edaeb59641..11eececb4f 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2021 Songlin Jiang <hollowman@hollowman.ml>
+;;; Copyright © 2021 Taiju HIGASHI <higashi@taiju.info>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -307,7 +308,7 @@ (define-public libpinyin
(define-public ibus-anthy
(package
(name "ibus-anthy")
- (version "1.5.9")
+ (version "1.5.14")
(source (origin
(method url-fetch)
(uri (string-append
@@ -315,12 +316,13 @@ (define-public ibus-anthy
version "/ibus-anthy-" version ".tar.gz"))
(sha256
(base32
- "1y8sf837rmp662bv6zakny0xcm7c9c5qda7f9kq9riv9ywpcbw6x"))))
+ "16vd0k8wm13s38869jqs3dnwmjvywgn0snnpyi41m28binhlssf8"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
;; Use absolute exec path in the anthy.xml.
(list (string-append "--libexecdir=" %output "/libexec"))
+ #:tests? #f ; The tests in this package include test cases with user
input, so skip them.
#:phases
(modify-phases %standard-phases
(add-after 'install 'wrap-programs
@@ -338,6 +340,7 @@ (define-public ibus-anthy
#t))))))
(native-inputs
`(("gettext" ,gettext-minimal)
+ ("glib:bin" ,glib "bin")
("intltool" ,intltool)
("pkg-config" ,pkg-config)
("python" ,python)))
--
2.34.0