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.
This commit is contained in:
parent
7acc2a3eb3
commit
569fc290b3
|
@ -42,7 +42,7 @@
|
||||||
(define-public ibus
|
(define-public ibus
|
||||||
(package
|
(package
|
||||||
(name "ibus")
|
(name "ibus")
|
||||||
(version "1.5.11")
|
(version "1.5.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/ibus/ibus/"
|
(uri (string-append "https://github.com/ibus/ibus/"
|
||||||
|
@ -50,10 +50,11 @@
|
||||||
version "/ibus-" version ".tar.gz"))
|
version "/ibus-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g26llizd26h9sfz4xdq8krhz19hn08pirvfbkk3g89ri8lmm6a9"))))
|
"0g4x02d7j5w1lfn4zvmzsq93h17lajgn9d7hlvr6pws28vz40ax4"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; tests fail because there's no connection to dbus
|
`(#:tests? #f ; tests fail because there's no connection to dbus
|
||||||
|
#:configure-flags '("--disable-emoji-dict") ; cannot find emoji.json path
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "CC=gcc"
|
(list "CC=gcc"
|
||||||
(string-append "pyoverridesdir="
|
(string-append "pyoverridesdir="
|
||||||
|
@ -106,6 +107,7 @@
|
||||||
("gtk2" ,gtk+-2)
|
("gtk2" ,gtk+-2)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
|
("json-glib" ,json-glib)
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("setxkbmap" ,setxkbmap)
|
("setxkbmap" ,setxkbmap)
|
||||||
|
@ -127,7 +129,7 @@
|
||||||
"IBus is an input framework providing a full-featured and user-friendly
|
"IBus is an input framework providing a full-featured and user-friendly
|
||||||
input method user interface. It comes with multilingual input support. It
|
input method user interface. It comes with multilingual input support. It
|
||||||
may also simplify input method development.")
|
may also simplify input method development.")
|
||||||
(home-page "http://ibus.googlecode.com/")
|
(home-page "https://github.com/ibus/ibus/wiki")
|
||||||
(license lgpl2.1+)))
|
(license lgpl2.1+)))
|
||||||
|
|
||||||
(define-public ibus-libpinyin
|
(define-public ibus-libpinyin
|
||||||
|
|
Loading…
Reference in New Issue