[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: ibus: Update to 1.5.14.
From: |
Efraim Flashner |
Subject: |
02/02: gnu: ibus: Update to 1.5.14. |
Date: |
Sat, 5 Nov 2016 21:25:19 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 569fc290b303892128719c53b8f5f15bf6dafd88
Author: Efraim Flashner <address@hidden>
Date: Sat Nov 5 23:14:09 2016 +0200
gnu: ibus: Update to 1.5.14.
* gnu/packages/ibus.scm (ibus): Update to 1.5.14.
[arguments]: Disable emojis.
[inputs]: Add json-glib.
[home-page]: Use project's new home-page.
---
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 814984f..39752bf 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -42,7 +42,7 @@
(define-public ibus
(package
(name "ibus")
- (version "1.5.11")
+ (version "1.5.14")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/ibus/ibus/"
@@ -50,10 +50,11 @@
version "/ibus-" version ".tar.gz"))
(sha256
(base32
- "1g26llizd26h9sfz4xdq8krhz19hn08pirvfbkk3g89ri8lmm6a9"))))
+ "0g4x02d7j5w1lfn4zvmzsq93h17lajgn9d7hlvr6pws28vz40ax4"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:tests? #f ; tests fail because there's no connection to dbus
+ #:configure-flags '("--disable-emoji-dict") ; cannot find emoji.json path
#:make-flags
(list "CC=gcc"
(string-append "pyoverridesdir="
@@ -106,6 +107,7 @@
("gtk2" ,gtk+-2)
("gtk+" ,gtk+)
("intltool" ,intltool)
+ ("json-glib" ,json-glib)
("libnotify" ,libnotify)
("libx11" ,libx11)
("setxkbmap" ,setxkbmap)
@@ -127,7 +129,7 @@
"IBus is an input framework providing a full-featured and user-friendly
input method user interface. It comes with multilingual input support. It
may also simplify input method development.")
- (home-page "http://ibus.googlecode.com/")
+ (home-page "https://github.com/ibus/ibus/wiki")
(license lgpl2.1+)))
(define-public ibus-libpinyin