gnu: fcitx5: Update to 5.1.0.
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.0. [inputs]: Remove libpthread-stubs, libx11, libxfixes, libxinerama and unicode-cldr-common. [arguments]: Pass "-DUSE_SYSTEMD=OFF" as configure-flags.master
parent
f4d0d0bd5e
commit
08d029d675
|
@ -87,7 +87,7 @@ client.")
|
||||||
(define-public fcitx5
|
(define-public fcitx5
|
||||||
(package
|
(package
|
||||||
(name "fcitx5")
|
(name "fcitx5")
|
||||||
(version "5.0.23")
|
(version "5.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -95,13 +95,10 @@ client.")
|
||||||
"https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-"
|
"https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-"
|
||||||
version "_dict.tar.xz"))
|
version "_dict.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1w26v0a8qizv8flpkmg04b42kwym6ca1a1chng7j2j1xizjhiw0p"))))
|
(base32 "1a1d3bcxddv3hsmffgf608arhamia17bq82q932sy5zl9j8s423y"))))
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
(list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF")))
|
||||||
(list (string-append "-DCLDR_DIR="
|
(build-system cmake-build-system)
|
||||||
(assoc-ref %build-inputs "unicode-cldr-common")
|
|
||||||
"/share/unicode/cldr"))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("cairo" ,cairo)
|
`(("cairo" ,cairo)
|
||||||
("cairo-xcb" ,cairo-xcb)
|
("cairo-xcb" ,cairo-xcb)
|
||||||
|
@ -115,16 +112,11 @@ client.")
|
||||||
("iso-codes" ,iso-codes)
|
("iso-codes" ,iso-codes)
|
||||||
("json-c" ,json-c)
|
("json-c" ,json-c)
|
||||||
("libevent" ,libevent)
|
("libevent" ,libevent)
|
||||||
("libpthread-stubs" ,libpthread-stubs)
|
|
||||||
("libuuid" ,util-linux "lib")
|
("libuuid" ,util-linux "lib")
|
||||||
("libx11" ,libx11)
|
|
||||||
("libxcb" ,libxcb)
|
("libxcb" ,libxcb)
|
||||||
("libxfixes" ,libxfixes)
|
|
||||||
("libxinerama" ,libxinerama)
|
|
||||||
("libxkbcommon" ,libxkbcommon)
|
("libxkbcommon" ,libxkbcommon)
|
||||||
("libxkbfile" ,libxkbfile)
|
("libxkbfile" ,libxkbfile)
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
("unicode-cldr-common" ,unicode-cldr-common)
|
|
||||||
("wayland" ,wayland)
|
("wayland" ,wayland)
|
||||||
("wayland-protocols" ,wayland-protocols)
|
("wayland-protocols" ,wayland-protocols)
|
||||||
("xcb-imdkit" ,xcb-imdkit)
|
("xcb-imdkit" ,xcb-imdkit)
|
||||||
|
|
Reference in New Issue