* [bug#60853] [PATCH 0/9] fcitx5 updates
@ 2023-01-16 7:30 宋文武 via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16 iyzsong--- via Guix-patches via
2023-01-28 2:08 ` bug#60853: [PATCH 0/9] fcitx5 updates 宋文武 via Guix-patches via
0 siblings, 2 replies; 11+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-01-16 7:30 UTC (permalink / raw)
To: 60853
Hello, here are updates for fcitx5 packages.
Sou Bunnbu (宋文武) (9):
gnu: libime: Update to 1.0.16.
gnu: xcb-imdkit: Update to 1.0.4.
gnu: fcitx5: Update to 5.0.21.
gnu: fcitx5-gtk: Update to 5.0.21.
gnu: fcitx5-qt: Update to 5.0.16.
gnu: fcitx5-anthy: Update to 5.0.13.
gnu: fcitx5-chinese-addons: Update to 5.0.16.
gnu: fcitx5-configtool: Update to 5.0.16.
gnu: fcitx5-rime: Update to 5.0.15.
gnu/packages/fcitx5.scm | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
^ permalink raw reply [flat|nested] 11+ messages in thread
* [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16.
2023-01-16 7:30 [bug#60853] [PATCH 0/9] fcitx5 updates 宋文武 via Guix-patches via
@ 2023-01-16 7:34 ` iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 2/9] gnu: xcb-imdkit: Update to 1.0.4 iyzsong--- via Guix-patches via
` (7 more replies)
2023-01-28 2:08 ` bug#60853: [PATCH 0/9] fcitx5 updates 宋文武 via Guix-patches via
1 sibling, 8 replies; 11+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-01-16 7:34 UTC (permalink / raw)
To: 60853; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (libime): Update to 1.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 7b0bdea8af..173e2ad7f7 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.14")
+ (version "1.0.16")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
version "_dict.tar.xz"))
(sha256
- (base32 "0qvi9wpm4hx42h05bd4ngwzr4sv4x7i18m3ppzwc8n6q3sz5cfbh"))))
+ (base32 "1ydja6bpb9q7j2dj87yni1jlw9nj7256g3dqvz1hl4dl8zill0rz"))))
(build-system cmake-build-system)
(inputs
(list fcitx5 boost))
--
2.38.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [bug#60853] [PATCH 2/9] gnu: xcb-imdkit: Update to 1.0.4.
2023-01-16 7:34 ` [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16 iyzsong--- via Guix-patches via
@ 2023-01-16 7:34 ` iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 3/9] gnu: fcitx5: Update to 5.0.21 iyzsong--- via Guix-patches via
` (6 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-01-16 7:34 UTC (permalink / raw)
To: 60853; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.4.
---
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 173e2ad7f7..e38b7940e5 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.3")
+ (version "1.0.4")
(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 "1s58vjkdrgr8h183jz4b4mjn7pbvdc9cli01cn66mgczl9p65hh9"))
+ (base32 "1jfhrqq89grrkwmp4lbn1pxi7935jhhz9xr8yqa07aarqb86skw2"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.38.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [bug#60853] [PATCH 3/9] gnu: fcitx5: Update to 5.0.21.
2023-01-16 7:34 ` [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16 iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 2/9] gnu: xcb-imdkit: Update to 1.0.4 iyzsong--- via Guix-patches via
@ 2023-01-16 7:34 ` iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 4/9] gnu: fcitx5-gtk: " iyzsong--- via Guix-patches via
` (5 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-01-16 7:34 UTC (permalink / raw)
To: 60853; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.21.
---
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 e38b7940e5..9bab00e28f 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.19")
+ (version "5.0.21")
(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 "13zp6f8z590m34yjfzkw1jckvw1k0p8gzbkwm9lfzbrz9pzgdl1p"))))
+ (base32 "10hchay93ld3fs2p17gmq50gsv96q908hzjinn0nh0qcnpz8sx60"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.38.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [bug#60853] [PATCH 4/9] gnu: fcitx5-gtk: Update to 5.0.21.
2023-01-16 7:34 ` [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16 iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 2/9] gnu: xcb-imdkit: Update to 1.0.4 iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 3/9] gnu: fcitx5: Update to 5.0.21 iyzsong--- via Guix-patches via
@ 2023-01-16 7:34 ` iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 5/9] gnu: fcitx5-qt: Update to 5.0.16 iyzsong--- via Guix-patches via
` (4 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-01-16 7:34 UTC (permalink / raw)
To: 60853; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.21.
---
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 9bab00e28f..5197c83b78 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.19")
+ (version "5.0.21")
(source
(origin
(method url-fetch)
@@ -202,7 +202,7 @@ (define-public fcitx5-gtk
"/fcitx5-gtk/fcitx5-gtk-"
version ".tar.xz"))
(sha256
- (base32 "007ls91jfbs3anvcfbza1pjbbsi7q5nrw7f3nzdbyngsl3nj6k37"))))
+ (base32 "04909s99nng835qaycsbhwkmml4prhvpg3r3b39ranqyjy4m4dqj"))))
(build-system cmake-build-system)
(arguments
(list
--
2.38.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [bug#60853] [PATCH 5/9] gnu: fcitx5-qt: Update to 5.0.16.
2023-01-16 7:34 ` [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16 iyzsong--- via Guix-patches via
` (2 preceding siblings ...)
2023-01-16 7:34 ` [bug#60853] [PATCH 4/9] gnu: fcitx5-gtk: " iyzsong--- via Guix-patches via
@ 2023-01-16 7:34 ` iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 6/9] gnu: fcitx5-anthy: Update to 5.0.13 iyzsong--- via Guix-patches via
` (3 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-01-16 7:34 UTC (permalink / raw)
To: 60853; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-qt): 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 5197c83b78..7f7ec0824f 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.15")
+ (version "5.0.16")
(source
(origin
(method url-fetch)
@@ -320,7 +320,7 @@ (define-public fcitx5-qt
"/fcitx5-qt/fcitx5-qt-"
version ".tar.xz"))
(sha256
- (base32 "1a21fgfsdpxxchpd5bjb7f2aj3fk7i4iawgs491974y7ad1kqx11"))))
+ (base32 "1wsal20629iwcjdqs8mj4ksg62al2aw05da11ak35fjbbw2w2fjq"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.38.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [bug#60853] [PATCH 6/9] gnu: fcitx5-anthy: Update to 5.0.13.
2023-01-16 7:34 ` [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16 iyzsong--- via Guix-patches via
` (3 preceding siblings ...)
2023-01-16 7:34 ` [bug#60853] [PATCH 5/9] gnu: fcitx5-qt: Update to 5.0.16 iyzsong--- via Guix-patches via
@ 2023-01-16 7:34 ` iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 7/9] gnu: fcitx5-chinese-addons: Update to 5.0.16 iyzsong--- via Guix-patches via
` (2 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-01-16 7:34 UTC (permalink / raw)
To: 60853; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.0.13.
---
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 7f7ec0824f..3c9cfa8869 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.12")
+ (version "5.0.13")
(source
(origin
(method url-fetch)
@@ -355,7 +355,7 @@ (define-public fcitx5-anthy
"/fcitx5-anthy/fcitx5-anthy-"
version ".tar.xz"))
(sha256
- (base32 "090wdxsd0clynw5k3l522mcrywqv5p194kjl79g8jbwa637642w0"))))
+ (base32 "1qj8kylskjyxcvrc0mg46s3cn8rrfblgp6kkkw26x5js4di74shh"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;; no tests
--
2.38.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [bug#60853] [PATCH 7/9] gnu: fcitx5-chinese-addons: Update to 5.0.16.
2023-01-16 7:34 ` [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16 iyzsong--- via Guix-patches via
` (4 preceding siblings ...)
2023-01-16 7:34 ` [bug#60853] [PATCH 6/9] gnu: fcitx5-anthy: Update to 5.0.13 iyzsong--- via Guix-patches via
@ 2023-01-16 7:34 ` iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 8/9] gnu: fcitx5-configtool: " iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 9/9] gnu: fcitx5-rime: Update to 5.0.15 iyzsong--- via Guix-patches via
7 siblings, 0 replies; 11+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-01-16 7:34 UTC (permalink / raw)
To: 60853; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): 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 3c9cfa8869..65f8b9e924 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.15")
+ (version "5.0.16")
(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 "0l3qa958ngb19ydm4jsm44yvw2gn3p6gfjvknm4iv4fdazcr4plp"))))
+ (base32 "06s7d3n4h5b0msw0b48pmy3xcz7268b7r00p3wfr83wb1m9rv0xw"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.38.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [bug#60853] [PATCH 8/9] gnu: fcitx5-configtool: Update to 5.0.16.
2023-01-16 7:34 ` [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16 iyzsong--- via Guix-patches via
` (5 preceding siblings ...)
2023-01-16 7:34 ` [bug#60853] [PATCH 7/9] gnu: fcitx5-chinese-addons: Update to 5.0.16 iyzsong--- via Guix-patches via
@ 2023-01-16 7:34 ` iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 9/9] gnu: fcitx5-rime: Update to 5.0.15 iyzsong--- via Guix-patches via
7 siblings, 0 replies; 11+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-01-16 7:34 UTC (permalink / raw)
To: 60853; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-configtool): 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 65f8b9e924..66c6a9cb67 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.15")
+ (version "5.0.16")
(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 "1k5qmwp2v8k2r1lvagdy6ffsafcqkx4k803j9a0fm5pp5yz0ibk8"))))
+ (base32 "06n8yhmkammr04nhv0zaw14da3i0dg02wszbr15812shcmdcwazf"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.38.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [bug#60853] [PATCH 9/9] gnu: fcitx5-rime: Update to 5.0.15.
2023-01-16 7:34 ` [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16 iyzsong--- via Guix-patches via
` (6 preceding siblings ...)
2023-01-16 7:34 ` [bug#60853] [PATCH 8/9] gnu: fcitx5-configtool: " iyzsong--- via Guix-patches via
@ 2023-01-16 7:34 ` iyzsong--- via Guix-patches via
7 siblings, 0 replies; 11+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-01-16 7:34 UTC (permalink / raw)
To: 60853; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.0.15.
---
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 66c6a9cb67..c365d63157 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.14")
+ (version "5.0.15")
(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
- "1i8wb7pbjifz48j4c18lp07ms1a2wc3p9d9g13dgimgf9yi64brm"))))
+ "0qq2khc1816sbc3lw2djhpadbhlcp8g7j8wjzb2rzw9yl6n10lkh"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ;no tests
--
2.38.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* bug#60853: [PATCH 0/9] fcitx5 updates
2023-01-16 7:30 [bug#60853] [PATCH 0/9] fcitx5 updates 宋文武 via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16 iyzsong--- via Guix-patches via
@ 2023-01-28 2:08 ` 宋文武 via Guix-patches via
1 sibling, 0 replies; 11+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-01-28 2:08 UTC (permalink / raw)
To: 60853-done
宋文武 <iyzsong@envs.net> writes:
> Hello, here are updates for fcitx5 packages.
Pushed now.
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-01-28 2:09 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16 7:30 [bug#60853] [PATCH 0/9] fcitx5 updates 宋文武 via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 1/9] gnu: libime: Update to 1.0.16 iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 2/9] gnu: xcb-imdkit: Update to 1.0.4 iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 3/9] gnu: fcitx5: Update to 5.0.21 iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 4/9] gnu: fcitx5-gtk: " iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 5/9] gnu: fcitx5-qt: Update to 5.0.16 iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 6/9] gnu: fcitx5-anthy: Update to 5.0.13 iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 7/9] gnu: fcitx5-chinese-addons: Update to 5.0.16 iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 8/9] gnu: fcitx5-configtool: " iyzsong--- via Guix-patches via
2023-01-16 7:34 ` [bug#60853] [PATCH 9/9] gnu: fcitx5-rime: Update to 5.0.15 iyzsong--- via Guix-patches via
2023-01-28 2:08 ` bug#60853: [PATCH 0/9] fcitx5 updates 宋文武 via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).