gnu: ibus: Update to 1.5.11.
* gnu/packages/ibus.scm (ibus): Update to 1.5.11.
This commit is contained in:
parent
a228fce597
commit
5b86a5842c
|
@ -34,20 +34,24 @@
|
||||||
(define-public ibus
|
(define-public ibus
|
||||||
(package
|
(package
|
||||||
(name "ibus")
|
(name "ibus")
|
||||||
(version "1.5.5")
|
(version "1.5.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://ibus.googlecode.com/files/ibus-"
|
(uri (string-append "https://github.com/ibus/ibus/"
|
||||||
version ".tar.gz"))
|
"releases/download/"
|
||||||
|
version "/ibus-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v4a9xv2k26g6ggk4282ynfvh68j2r5hg1cdpvnryfa8c2pkdaq2"))))
|
"1g26llizd26h9sfz4xdq8krhz19hn08pirvfbkk3g89ri8lmm6a9"))))
|
||||||
(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
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "CC=gcc"
|
(list "CC=gcc"
|
||||||
(string-append "pyoverridesdir="
|
(string-append "pyoverridesdir="
|
||||||
|
(assoc-ref %outputs "out")
|
||||||
|
"/lib/python2.7/site-packages/gi/overrides/")
|
||||||
|
(string-append "py2overridesdir="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib/python2.7/site-packages/gi/overrides/"))
|
"/lib/python2.7/site-packages/gi/overrides/"))
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Reference in New Issue