emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#72947: closed ([PATCH 1/2] gnu: Update fcitx5 to version 5.1.9.)


From: GNU bug Tracking System
Subject: bug#72947: closed ([PATCH 1/2] gnu: Update fcitx5 to version 5.1.9.)
Date: Tue, 03 Sep 2024 18:23:02 +0000

Your message dated Tue, 03 Sep 2024 13:21:02 -0500
with message-id <878qw8mwdt.fsf@dismail.de>
and subject line Re: [PATCH 1/2] gnu: Update fcitx5 to version 5.1.9.
has caused the debbugs.gnu.org bug report #72947,
regarding [PATCH 1/2] gnu: Update fcitx5 to version 5.1.9.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
72947: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72947
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Update fcitx5 to version 5.1.9. Date: Sun, 1 Sep 2024 21:54:11 -0500
* gnu/packages/fcitx5.scm (fcitx5): Update version, hash, and inputs.

The additional zstd input is needed because the upstream release compression
method has changed.

Change-Id: I0e7b230d0c86637be3a6b81202221d68af16934d
---
 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 @@ (define-public xcb-imdkit
 (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 @@ (define-public fcitx5
        ("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")
-- 
2.45.2




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 1/2] gnu: Update fcitx5 to version 5.1.9. Date: Tue, 03 Sep 2024 13:21:02 -0500
thanks!
-- 
all the best,
jgart


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]