GNU bug report logs - #72947
[PATCH 1/2] gnu: Update fcitx5 to version 5.1.9.

Previous Next

Package: guix-patches;

Reported by: Charles <charles <at> charje.net>

Date: Mon, 2 Sep 2024 03:34:02 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Charles <charles <at> charje.net>
Subject: bug#72947: closed (Re: [PATCH 1/2] gnu: Update fcitx5 to version
 5.1.9.)
Date: Tue, 03 Sep 2024 18:23:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72947 <at> debbugs.gnu.org.

-- 
72947: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72947
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: 72947-done <at> debbugs.gnu.org
Cc: Charles <charles <at> charje.net>
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

[Message part 3 (message/rfc822, inline)]
From: Charles <charles <at> charje.net>
To: guix-patches <at> gnu.org
Cc: Charles <charles <at> charje.net>
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




This bug report was last modified 313 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.