GNU bug report logs -
#72947
[PATCH 1/2] gnu: Update fcitx5 to version 5.1.9.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72947 in the body.
You can then email your comments to 72947 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72947
; Package
guix-patches
.
(Mon, 02 Sep 2024 03:34:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Charles <charles <at> charje.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 02 Sep 2024 03:34:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
jgart <jgart <at> dismail.de>
:
You have taken responsibility.
(Tue, 03 Sep 2024 18:23:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Charles <charles <at> charje.net>
:
bug acknowledged by developer.
(Tue, 03 Sep 2024 18:23:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 72947-done <at> debbugs.gnu.org (full text, mbox):
thanks!
--
all the best,
jgart
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 02 Oct 2024 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 311 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.