GNU bug report logs -
#62586
[PATCH 0/9] fcitx5 updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Sat, 1 Apr 2023 08:24:01 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 62586 in the body.
You can then email your comments to 62586 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#62586; Package
guix-patches.
(Sat, 01 Apr 2023 08:24:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org.
(Sat, 01 Apr 2023 08:24: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, those patches update fcitx5 packages to their latest releases.
Sou Bunnbu (宋文武) (9):
gnu: xcb-imdkit: Update to 1.0.5.
gnu: fcitx5: Update to 5.0.23.
gnu: libime: Update to 1.0.17.
gnu: fcitx5-gtk: Update to 5.0.23.
gnu: fcitx5-qt: Update to 5.0.17.
gnu: fcitx5-anthy: Update to 5.0.14.
gnu: fcitx5-chinese-addons: Update to 5.0.17.
gnu: fcitx5-configtool: Update to 5.0.17.
gnu: fcitx5-rime: Update to 5.0.16.
gnu/packages/fcitx5.scm | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
base-commit: 47ea688fd27d0ce0c8ea5481f1f94d0ebc3e37eb
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org:
bug#62586; Package
guix-patches.
(Sat, 01 Apr 2023 08:25:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 62586 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.5.
---
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 c365d63157..f639aa756d 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -56,7 +56,7 @@ (define-module (gnu packages fcitx5)
(define-public xcb-imdkit
(package
(name "xcb-imdkit")
- (version "1.0.4")
+ (version "1.0.5")
(source
(origin
(method url-fetch)
@@ -64,7 +64,7 @@ (define-public xcb-imdkit
"https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-"
version ".tar.xz"))
(sha256
- (base32 "1jfhrqq89grrkwmp4lbn1pxi7935jhhz9xr8yqa07aarqb86skw2"))
+ (base32 "1k03ix0r385lf56pyw653h3f2inkl774n9fh1wkb2m4jv4kcsgrp"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org:
bug#62586; Package
guix-patches.
(Sat, 01 Apr 2023 08:25:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 62586 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (libime): Update to 1.0.17.
---
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 b839243ca7..2b37674e75 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -172,14 +172,14 @@ (define-public fcitx5-lua
(define-public libime
(package
(name "libime")
- (version "1.0.16")
+ (version "1.0.17")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
version "_dict.tar.xz"))
(sha256
- (base32 "1ydja6bpb9q7j2dj87yni1jlw9nj7256g3dqvz1hl4dl8zill0rz"))))
+ (base32 "00d191nghqkcxky5i2j5v8105ckhfh0bdjbkk8swyndjp35bn54f"))))
(build-system cmake-build-system)
(inputs
(list fcitx5 boost))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org:
bug#62586; Package
guix-patches.
(Sat, 01 Apr 2023 08:25:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 62586 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.23.
---
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 f639aa756d..b839243ca7 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -87,7 +87,7 @@ (define-public xcb-imdkit
(define-public fcitx5
(package
(name "fcitx5")
- (version "5.0.21")
+ (version "5.0.23")
(source
(origin
(method url-fetch)
@@ -95,7 +95,7 @@ (define-public fcitx5
"https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-"
version "_dict.tar.xz"))
(sha256
- (base32 "10hchay93ld3fs2p17gmq50gsv96q908hzjinn0nh0qcnpz8sx60"))))
+ (base32 "1w26v0a8qizv8flpkmg04b42kwym6ca1a1chng7j2j1xizjhiw0p"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org:
bug#62586; Package
guix-patches.
(Sat, 01 Apr 2023 08:26:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 62586 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.23.
---
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 2b37674e75..906a435deb 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -194,7 +194,7 @@ (define-public libime
(define-public fcitx5-gtk
(package
(name "fcitx5-gtk")
- (version "5.0.21")
+ (version "5.0.23")
(source
(origin
(method url-fetch)
@@ -202,7 +202,7 @@ (define-public fcitx5-gtk
"/fcitx5-gtk/fcitx5-gtk-"
version ".tar.xz"))
(sha256
- (base32 "04909s99nng835qaycsbhwkmml4prhvpg3r3b39ranqyjy4m4dqj"))))
+ (base32 "0s08j8y7bxn9hjz9xkza2fal24r9az2p7js7v86nbjmvy7klq4md"))))
(build-system cmake-build-system)
(arguments
(list
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org:
bug#62586; Package
guix-patches.
(Sat, 01 Apr 2023 08:26:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 62586 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.0.14.
---
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 65ece03713..f841fbe41e 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -347,7 +347,7 @@ (define-public fcitx5-qt
(define-public fcitx5-anthy
(package
(name "fcitx5-anthy")
- (version "5.0.13")
+ (version "5.0.14")
(source
(origin
(method url-fetch)
@@ -355,7 +355,7 @@ (define-public fcitx5-anthy
"/fcitx5-anthy/fcitx5-anthy-"
version ".tar.xz"))
(sha256
- (base32 "1qj8kylskjyxcvrc0mg46s3cn8rrfblgp6kkkw26x5js4di74shh"))))
+ (base32 "1dx7ajygdy244lwyv3fv14b4wdg3csppxhk8p0g2zwjfvxq4v1qa"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;; no tests
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org:
bug#62586; Package
guix-patches.
(Sat, 01 Apr 2023 08:26:03 GMT)
Full text and
rfc822 format available.
Message #23 received at 62586 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.17.
---
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 906a435deb..65ece03713 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -312,7 +312,7 @@ (define gclient
(define-public fcitx5-qt
(package
(name "fcitx5-qt")
- (version "5.0.16")
+ (version "5.0.17")
(source
(origin
(method url-fetch)
@@ -320,7 +320,7 @@ (define-public fcitx5-qt
"/fcitx5-qt/fcitx5-qt-"
version ".tar.xz"))
(sha256
- (base32 "1wsal20629iwcjdqs8mj4ksg62al2aw05da11ak35fjbbw2w2fjq"))))
+ (base32 "1x4iks052jn6dcwd1lv1i9cpwh3l3qnnd3phryfsg4kn4yhyfs22"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org:
bug#62586; Package
guix-patches.
(Sat, 01 Apr 2023 08:26:03 GMT)
Full text and
rfc822 format available.
Message #26 received at 62586 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.0.17.
---
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 f841fbe41e..30fca8eb7b 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -371,7 +371,7 @@ (define-public fcitx5-anthy
(define-public fcitx5-chinese-addons
(package
(name "fcitx5-chinese-addons")
- (version "5.0.16")
+ (version "5.0.17")
(source
(origin
(method url-fetch)
@@ -379,7 +379,7 @@ (define-public fcitx5-chinese-addons
"/fcitx5-chinese-addons/fcitx5-chinese-addons-"
version "_dict.tar.xz"))
(sha256
- (base32 "06s7d3n4h5b0msw0b48pmy3xcz7268b7r00p3wfr83wb1m9rv0xw"))))
+ (base32 "0vilq49q02hrim0dg4z3rm6p3ma8v4smh0r5q5rrj6bkyf1apivx"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org:
bug#62586; Package
guix-patches.
(Sat, 01 Apr 2023 08:26:03 GMT)
Full text and
rfc822 format available.
Message #29 received at 62586 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.17.
---
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 30fca8eb7b..fa4e1b6655 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -435,7 +435,7 @@ (define-public fcitx5-chinese-addons
(define-public fcitx5-configtool
(package
(name "fcitx5-configtool")
- (version "5.0.16")
+ (version "5.0.17")
(source
(origin
(method url-fetch)
@@ -443,7 +443,7 @@ (define-public fcitx5-configtool
"https://download.fcitx-im.org/fcitx5"
"/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
(sha256
- (base32 "06n8yhmkammr04nhv0zaw14da3i0dg02wszbr15812shcmdcwazf"))))
+ (base32 "1mc6axvkv2i396v7hyqllpiv5rdnf8vvqg9bkb66ljni4dnikdpq"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org:
bug#62586; Package
guix-patches.
(Sat, 01 Apr 2023 08:26:04 GMT)
Full text and
rfc822 format available.
Message #32 received at 62586 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.0.16.
---
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 fa4e1b6655..d03c931458 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -545,7 +545,7 @@ (define (install-theme-variant variant target)
(define-public fcitx5-rime
(package
(name "fcitx5-rime")
- (version "5.0.15")
+ (version "5.0.16")
(source (origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5"
@@ -553,7 +553,7 @@ (define-public fcitx5-rime
".tar.xz"))
(sha256
(base32
- "0qq2khc1816sbc3lw2djhpadbhlcp8g7j8wjzb2rzw9yl6n10lkh"))))
+ "0d3qikdcm55p7qjfgiidx1a0zij3sv4s6j7vxxmxwyynjl5xjxjh"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ;no tests
--
2.39.2
Reply sent
to
宋文武 <iyzsong <at> envs.net>:
You have taken responsibility.
(Sun, 09 Apr 2023 05:09:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net:
bug acknowledged by developer.
(Sun, 09 Apr 2023 05:09:02 GMT)
Full text and
rfc822 format available.
Message #37 received at 62586-done <at> debbugs.gnu.org (full text, mbox):
Pushed to master!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org.
(Sun, 07 May 2023 11:24:16 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 105 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.