From 4b213c2f1dac174477713a3df76b1ae572373a6c Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 1 Sep 2024 21:54:11 -0500 Subject: gnu: fcitx5: Update to 5.1.9. * gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.9. [source]: Use zst source. [native-inputs]: Add zstd. The additional zstd input is needed because the upstream release compression method has changed. Change-Id: I0e7b230d0c86637be3a6b81202221d68af16934d Signed-off-by: jgart --- gnu/packages/fcitx5.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm index c45913f09c..4ad7fa98ca 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -89,15 +89,15 @@ client.") (define-public fcitx5 (package (name "fcitx5") - (version "5.1.7") + (version "5.1.9") (source (origin (method url-fetch) (uri (string-append "https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-" - version "_dict.tar.xz")) + version "_dict.tar.zst")) (sha256 - (base32 "1wnky24a8jy4nwairzbb00j0rnn8qr2105va3kpymnvh0cyh0rwa")))) + (base32 "1r6wyxxghl673q8wmp9519s1gwg8w18mrjg3zkg9qyln3hccyhvs")))) (arguments (list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF"))) (build-system cmake-build-system) @@ -128,7 +128,9 @@ client.") ("xcb-util-wm" ,xcb-util-wm) ("xkeyboard-config" ,xkeyboard-config))) (native-inputs - (list extra-cmake-modules pkg-config)) + (list extra-cmake-modules + zstd + pkg-config)) (native-search-paths (list (search-path-specification (variable "FCITX_ADDON_DIRS") -- cgit v1.2.3