GNU bug report logs -
#76192
[PATCH 00/11] fcitx5 updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Tue, 11 Feb 2025 04:20:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
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 76192 in the body.
You can then email your comments to 76192 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76192
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:20:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Tue, 11 Feb 2025 04:20:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
Hello Guix, here are some updates for fcitx5 packages.
Sou Bunnbu (宋文武) (11):
gnu: xcb-imdkit: Update to 1.0.9.
gnu: fcitx5: Update to 5.1.12.
gnu: fcitx5-lua: Update to 5.0.14.
gnu: libime: Update to 1.1.10.
gnu: fcitx5-gtk: Update to 5.1.3.
gnu: fcitx5-qt: Update to 5.1.9.
gnu: fcitx5-anthy: Update to 5.1.6.
gnu: fcitx5-chewing: Update to 5.1.7.
gnu: fcitx5-chinese-addons: Update to 5.1.8.
gnu: fcitx5-configtool: Update to 5.1.8.
gnu: fcitx5-rime: Update to 5.1.10.
gnu/packages/fcitx5.scm | 71 ++++++++++++++++++++---------------------
1 file changed, 34 insertions(+), 37 deletions(-)
base-commit: 69cbb0dd25eebbb38e179c1679aa0433008d9d08
--
2.48.1
Information forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76192
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:26:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76192 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.9.
Change-Id: Iff0da1ecf78d3a1dcddd16a225d97ffd00c7b0d1
---
gnu/packages/fcitx5.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index b6002f8023..9b3ad7cb2e 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -60,15 +60,15 @@ (define-module (gnu packages fcitx5)
(define-public xcb-imdkit
(package
(name "xcb-imdkit")
- (version "1.0.6")
+ (version "1.0.9")
(source
(origin
(method url-fetch)
(uri (string-append
"https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-"
- version ".tar.xz"))
+ version ".tar.zst"))
(sha256
- (base32 "0c2j02fxfl651mghh0l1228j2i5cqydcfv4ihp6c2j7hv0zkawgf"))
+ (base32 "010i5nxac4i0d8jyzdk6kpp7fzvqkab3nvnx7mfnalsdxyn3na3l"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.48.1
Information forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76192
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:26:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 76192 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.12.
Change-Id: I8c00c46a507b5d923019b309e23d9033bb2b97eb
---
gnu/packages/fcitx5.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 9b3ad7cb2e..59a0844424 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -91,7 +91,7 @@ (define-public xcb-imdkit
(define-public fcitx5
(package
(name "fcitx5")
- (version "5.1.9")
+ (version "5.1.12")
(source
(origin
(method url-fetch)
@@ -99,7 +99,7 @@ (define-public fcitx5
"https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-"
version "_dict.tar.zst"))
(sha256
- (base32 "1r6wyxxghl673q8wmp9519s1gwg8w18mrjg3zkg9qyln3hccyhvs"))))
+ (base32 "1zsmqicp4x2kpbrrh1r87ji3gsfxvl9ipgdni81b3mv6dv999nhr"))))
(arguments
(list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF")))
(build-system cmake-build-system)
--
2.48.1
Information forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76192
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:26:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 76192 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.14.
[inputs]: Remove libpthread-stubs.
Change-Id: I99cce203ffad4ccd7faa2e590b8cc611b606b0d0
---
gnu/packages/fcitx5.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 59a0844424..123bebf2c3 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -145,22 +145,22 @@ (define-public fcitx5
(define-public fcitx5-lua
(package
(name "fcitx5-lua")
- (version "5.0.12")
+ (version "5.0.14")
(source
(origin
(method url-fetch)
(uri (string-append
"https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-"
- version ".tar.xz"))
+ version ".tar.zst"))
(sha256
- (base32 "00kh0qzpzkfsnfh55lrpjpi5zs82vwpc9pb1n6f61gpgpiqxh7z4"))))
+ (base32 "0lmw62pd8x5ys8ci0dz43pw8q8401zjcfs24gjslbljhc4aqnp9r"))))
(build-system cmake-build-system)
(arguments
(list
#:configure-flags
#~(list "-DUSE_DLOPEN=OFF")))
(inputs
- (list fcitx5 lua gettext-minimal libpthread-stubs))
+ (list fcitx5 lua gettext-minimal))
(native-inputs
(list extra-cmake-modules))
(home-page "https://github.com/fcitx/fcitx5-lua")
--
2.48.1
Information forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76192
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:26:04 GMT)
Full text and
rfc822 format available.
Message #17 received at 76192 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (libime): Update to 1.1.10.
Change-Id: I80bd40711173454413b024636630b281d937860c
---
gnu/packages/fcitx5.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 123bebf2c3..645315583e 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -171,14 +171,14 @@ (define-public fcitx5-lua
(define-public libime
(package
(name "libime")
- (version "1.1.5")
+ (version "1.1.10")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
- version "_dict.tar.xz"))
+ version "_dict.tar.zst"))
(sha256
- (base32 "1bjm9axwwgjjf8pqlm8p4b11ky58d5x6sqfwzkpczs0wdvbd3xkd"))))
+ (base32 "17mdxbj8bb6vmjwfghy0hm0vvzcank835ayz9h8nhsaiap46nx54"))))
(build-system cmake-build-system)
(inputs
(list fcitx5 boost (list zstd "lib")))
--
2.48.1
Information forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76192
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:26:04 GMT)
Full text and
rfc822 format available.
Message #20 received at 76192 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.1.3.
Change-Id: Ib0168e090eb32aa593f3ec08763493d7f0d1aecc
---
gnu/packages/fcitx5.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 645315583e..9115b69e39 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -193,15 +193,15 @@ (define-public libime
(define-public fcitx5-gtk
(package
(name "fcitx5-gtk")
- (version "5.1.1")
+ (version "5.1.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5"
"/fcitx5-gtk/fcitx5-gtk-"
- version ".tar.xz"))
+ version ".tar.zst"))
(sha256
- (base32 "04xhg3xrx3m2kb5kl6pcmpnjb01wjb3wdnx4inpis0r0w0nsgkfn"))))
+ (base32 "1j2cmqmcdzfv8cxnjd75mfkfpd7r1a1iqdqc8zdx8dc88vz4dmis"))))
(build-system cmake-build-system)
(arguments
(list
--
2.48.1
Information forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76192
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:26:04 GMT)
Full text and
rfc822 format available.
Message #23 received at 76192 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.1.9.
Change-Id: I1dd6633deaac1f9369b6d7f4840b95d42fc2efb0
---
gnu/packages/fcitx5.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 9115b69e39..862f62fafe 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -311,15 +311,15 @@ (define-public fcitx5-gtk4
(define-public fcitx5-qt
(package
(name "fcitx5-qt")
- (version "5.1.4")
+ (version "5.1.9")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5"
"/fcitx5-qt/fcitx5-qt-"
- version ".tar.xz"))
+ version ".tar.zst"))
(sha256
- (base32 "0jdisavns5k718vrnh2lmmyrnys101szbw107d200nfl4i26wllj"))))
+ (base32 "1s45iyyyl0js5p15zb3hxwsjspj0p3p4m81c7x9bz00a60b58m1i"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags
--
2.48.1
Information forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76192
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:26:05 GMT)
Full text and
rfc822 format available.
Message #26 received at 76192 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.1.6.
Change-Id: Ie6eadf7311653e058ed30d3db54cf4d82850bf2d
---
gnu/packages/fcitx5.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 862f62fafe..429aa997ff 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -350,15 +350,15 @@ (define-public fcitx5-qt
(define-public fcitx5-anthy
(package
(name "fcitx5-anthy")
- (version "5.1.3")
+ (version "5.1.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5"
"/fcitx5-anthy/fcitx5-anthy-"
- version ".tar.xz"))
+ version ".tar.zst"))
(sha256
- (base32 "0dnvglzw1liacadhl3dx8sfnrw8l3ch0z2bbcby5imxzkxxmiqm4"))))
+ (base32 "08lw5d9kpjmgdss76rqf0qzs39jw371fnbb56k3z64wjg1h3722w"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;; no tests
--
2.48.1
Information forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76192
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:26:05 GMT)
Full text and
rfc822 format available.
Message #29 received at 76192 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-chewing): Update to 5.1.7.
Change-Id: Ia3b9a152a2a6ea09199401c850c53aac113ba025
---
gnu/packages/fcitx5.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 429aa997ff..58fd34ecdb 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -374,14 +374,14 @@ (define-public fcitx5-anthy
(define-public fcitx5-chewing
(package
(name "fcitx5-chewing")
- (version "5.1.5")
+ (version "5.1.7")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/fcitx/fcitx5-chewing")
(commit version)))
(sha256
- (base32 "011psyvvcbrw062zw807lm33n827qza7mqaagf8zb0cz3hh1qwm9"))
+ (base32 "1hr5ylyzm5r02la5lh6alrp6g19y0dm9ccydd9ygy30srd26pga0"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
--
2.48.1
Information forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76192
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:26:06 GMT)
Full text and
rfc822 format available.
Message #32 received at 76192 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.1.8.
[inputs]: Remove libpthread-stubs, qtbase-5, qtdeclarative-5, qtwebchannel-5
and qtwebchannel-5. Add qtbase and qtwebchannel.
Change-Id: I21f15d4aff9ab47c1548a993dd6cd8240db37440
---
gnu/packages/fcitx5.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 58fd34ecdb..45e77fef02 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -403,15 +403,15 @@ (define-public fcitx5-chewing
(define-public fcitx5-chinese-addons
(package
(name "fcitx5-chinese-addons")
- (version "5.1.3")
+ (version "5.1.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5"
"/fcitx5-chinese-addons/fcitx5-chinese-addons-"
- version "_dict.tar.xz"))
+ version "_dict.tar.zst"))
(sha256
- (base32 "0300z1j0285936ia9ihslydxwgmsnb43gqqyq4xm1ixfp1l12hzs"))))
+ (base32 "06ls6ww60y7l39bjk1h1xvjq9c3va5cib6hs4y0xk9p69f2s41l3"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
@@ -433,13 +433,10 @@ (define-public fcitx5-chinese-addons
("curl" ,curl)
("gettext" ,gettext-minimal)
("fmt" ,fmt)
- ("libpthread-stubs" ,libpthread-stubs)
("opencc" ,opencc)
- ("qtbase" ,qtbase-5)
+ ("qtbase" ,qtbase)
("fcitx5-qt" ,fcitx5-qt)
- ("qtdeclarative-5" ,qtdeclarative-5)
- ("qtwebchannel-5" ,qtwebchannel-5)
- ("qtwebengine-5" ,qtwebengine-5)))
+ ("qtwebengine" ,qtwebengine)))
(native-inputs
(list extra-cmake-modules pkg-config))
(outputs '("out" "gui"))
--
2.48.1
Information forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76192
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:26:06 GMT)
Full text and
rfc822 format available.
Message #35 received at 76192 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.1.8.
Change-Id: I5cdcae2b7c184597c64243dd86e6c7ff632907bf
---
gnu/packages/fcitx5.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 45e77fef02..2b90075f20 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -464,15 +464,15 @@ (define-public fcitx5-chinese-addons
(define-public fcitx5-configtool
(package
(name "fcitx5-configtool")
- (version "5.1.3")
+ (version "5.1.8")
(source
(origin
(method url-fetch)
(uri (string-append
"https://download.fcitx-im.org/fcitx5"
- "/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
+ "/fcitx5-configtool/fcitx5-configtool-" version ".tar.zst"))
(sha256
- (base32 "1pnwrj6kgha91djfvd2439nbhrmjargpw8ashhb91y5h3cdz7vhz"))))
+ (base32 "1kg0hddds7raqf5y4qw2x02hb4i5impv4hjfm2qvcn3g775rzrq6"))))
(build-system cmake-build-system)
(arguments (list #:configure-flags #~(list "-DUSE_QT6=ON")))
(inputs
--
2.48.1
Information forwarded
to
iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76192
; Package
guix-patches
.
(Tue, 11 Feb 2025 04:26:07 GMT)
Full text and
rfc822 format available.
Message #38 received at 76192 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.1.10.
Change-Id: Ieb40d3abb3dbdaf5066d60b5548b7c164051258c
---
gnu/packages/fcitx5.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 2b90075f20..99812b7556 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -582,15 +582,15 @@ (define-public fcitx5-material-color-theme
(define-public fcitx5-rime
(package
(name "fcitx5-rime")
- (version "5.1.4")
+ (version "5.1.10")
(source (origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5"
"/fcitx5-rime/fcitx5-rime-" version
- ".tar.xz"))
+ ".tar.zst"))
(sha256
(base32
- "02rq3rcmc23qd9ravh0nf0hywkzwn3l9hb2ja74vmrf7x5cqic5m"))))
+ "12c5cjpqkz37b6s106p7r4k56mssz1m8q2f6py82zbg0ybsvn980"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ;no tests
--
2.48.1
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Tue, 11 Feb 2025 12:39:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Tue, 11 Feb 2025 12:39:02 GMT)
Full text and
rfc822 format available.
Message #43 received at 76192-done <at> debbugs.gnu.org (full text, mbox):
Pushed now, close.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 12 Mar 2025 11:24:32 GMT)
Full text and
rfc822 format available.
This bug report was last modified 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.