GNU bug report logs -
#67060
[PATCH 0/8] fcitx5 updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Sat, 11 Nov 2023 00:56: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 67060 in the body.
You can then email your comments to 67060 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#67060
; Package
guix-patches
.
(Sat, 11 Nov 2023 00:56:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Sat, 11 Nov 2023 00:56: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>
Here are some patches to update fcitx5.
Sou Bunnbu (宋文武) (8):
gnu: fcitx5: Update to 5.1.5.
gnu: fcitx5-lua: Update to 5.0.11.
gnu: libime: Update to 1.1.3.
gnu: fcitx5-qt: Update to 5.1.3.
gnu: fcitx5-anthy: Update to 5.1.2.
gnu: fcitx5-chinese-addons: Update to 5.1.2.
gnu: fcitx5-configtool: Update to 5.1.2.
gnu: fcitx5-rime: Update to 5.1.3.
gnu/packages/fcitx5.scm | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
base-commit: 2a638e0bbc07cc1cce25d66229ca185eb197f589
--
2.41.0
Information forwarded
to
all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#67060
; Package
guix-patches
.
(Sat, 11 Nov 2023 01:07:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 67060 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.5.
Change-Id: I6e3ac3c8ad77fd53d431bd1501ae6b44ad49a66a
---
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 dcf2695118..e9c797dcdb 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.1.0")
+ (version "5.1.5")
(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 "1a1d3bcxddv3hsmffgf608arhamia17bq82q932sy5zl9j8s423y"))))
+ (base32 "108a8561wh01vl5gqp2rnmnrh9qq3v8md3410dw46lx705a1wy4r"))))
(arguments
(list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF")))
(build-system cmake-build-system)
base-commit: 2a638e0bbc07cc1cce25d66229ca185eb197f589
--
2.41.0
Information forwarded
to
all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#67060
; Package
guix-patches
.
(Sat, 11 Nov 2023 01:07:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 67060 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.11.
Change-Id: Iacfd1a197c888cc1a79e31723c57e5ac34a8a7f5
---
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 e9c797dcdb..f87fef191f 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -138,7 +138,7 @@ (define-public fcitx5
(define-public fcitx5-lua
(package
(name "fcitx5-lua")
- (version "5.0.10")
+ (version "5.0.11")
(source
(origin
(method url-fetch)
@@ -146,7 +146,7 @@ (define-public fcitx5-lua
"https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-"
version ".tar.xz"))
(sha256
- (base32 "13vh6i7pap3h9jrjri3cfi7pcjwhlkw9g24ibfh0aykdhd8d7p99"))))
+ (base32 "1hc1vhaycfp9bjvch7qrvza5gdimr30rvwavbwqd27lrh36910yc"))))
(build-system cmake-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#67060
; Package
guix-patches
.
(Sat, 11 Nov 2023 01:07:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 67060 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (libime): Update to 1.1.3.
[inputs]: Add zstd:lib.
[native-inputs]: Add pkg-config and remove python.
Change-Id: Ia3a580c2292b68a8f492b29c37d7219a77271d54
---
gnu/packages/fcitx5.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index f87fef191f..5dc2af85b1 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -29,6 +29,7 @@ (define-module (gnu packages fcitx5)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages anthy)
#:use-module (gnu packages boost)
+ #:use-module (gnu packages compression)
#:use-module (gnu packages curl)
#:use-module (gnu packages datastructures)
#:use-module (gnu packages enchant)
@@ -164,19 +165,19 @@ (define-public fcitx5-lua
(define-public libime
(package
(name "libime")
- (version "1.1.0")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
version "_dict.tar.xz"))
(sha256
- (base32 "0jqr9riwygr3c9qzs8hx46smhgys68bf6m70fmam819903a9gpf0"))))
+ (base32 "0c1zn4bi71a84jh7x0fly3xqrsjm08ja3sglxrkfm9snk0x6ybhf"))))
(build-system cmake-build-system)
(inputs
- (list fcitx5 boost))
+ (list fcitx5 boost (list zstd "lib")))
(native-inputs
- (list extra-cmake-modules python)) ;needed to run test
+ (list extra-cmake-modules pkg-config))
(home-page "https://github.com/fcitx/libime")
(synopsis "Library for implementing generic input methods")
(description "Libime is a library for implementing various input method
--
2.41.0
Information forwarded
to
all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#67060
; Package
guix-patches
.
(Sat, 11 Nov 2023 01:07:03 GMT)
Full text and
rfc822 format available.
Message #17 received at 67060 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.1.2.
Change-Id: I0e6e8b3774221fdb91ee91fa2870cdda3d6e9273
---
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 ce1a71076b..e7297ce9d2 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -340,7 +340,7 @@ (define-public fcitx5-qt
(define-public fcitx5-anthy
(package
(name "fcitx5-anthy")
- (version "5.1.0")
+ (version "5.1.2")
(source
(origin
(method url-fetch)
@@ -348,7 +348,7 @@ (define-public fcitx5-anthy
"/fcitx5-anthy/fcitx5-anthy-"
version ".tar.xz"))
(sha256
- (base32 "0hzk3v36ph6f2nnlqqyw08w3qakbcb71y572ff09cy5b20vb29dp"))))
+ (base32 "0a1x1b7y5n1a9clb9j9mryhx2fnd5l5rwb74f38c0s93rxx8fhpf"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;; no tests
--
2.41.0
Information forwarded
to
all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#67060
; Package
guix-patches
.
(Sat, 11 Nov 2023 01:07:03 GMT)
Full text and
rfc822 format available.
Message #20 received at 67060 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.1.3.
Change-Id: Id0b375c7d052f2d2d8a4d10f8415b748823efe14
---
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 5dc2af85b1..ce1a71076b 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -305,7 +305,7 @@ (define-public fcitx5-gtk4
(define-public fcitx5-qt
(package
(name "fcitx5-qt")
- (version "5.1.0")
+ (version "5.1.3")
(source
(origin
(method url-fetch)
@@ -313,7 +313,7 @@ (define-public fcitx5-qt
"/fcitx5-qt/fcitx5-qt-"
version ".tar.xz"))
(sha256
- (base32 "02gnzwf0mlshmh1hw8c1866643qmdqazwjz339jq0c3ll61f8m7h"))))
+ (base32 "0wyzq91fcqhv655fjhzfjmlj0xr365sl5cjgck75xaj08gj3mw61"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.41.0
Information forwarded
to
all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#67060
; Package
guix-patches
.
(Sat, 11 Nov 2023 01:07:04 GMT)
Full text and
rfc822 format available.
Message #23 received at 67060 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.1.2.
Change-Id: Icbfa1628c23adfc5c2789480c9803a1b1c257a0f
---
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 e7297ce9d2..241babbded 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -364,7 +364,7 @@ (define-public fcitx5-anthy
(define-public fcitx5-chinese-addons
(package
(name "fcitx5-chinese-addons")
- (version "5.1.0")
+ (version "5.1.2")
(source
(origin
(method url-fetch)
@@ -372,7 +372,7 @@ (define-public fcitx5-chinese-addons
"/fcitx5-chinese-addons/fcitx5-chinese-addons-"
version "_dict.tar.xz"))
(sha256
- (base32 "1akf4qqvck7m93i0183ffb7jfsz0rq4f3bkf89vfxlqp4i7lfw5l"))))
+ (base32 "13na8qvz0vh43gmxa81jn96xpp6maz71ga039z6lqr069hzsx1vc"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.41.0
Information forwarded
to
all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#67060
; Package
guix-patches
.
(Sat, 11 Nov 2023 01:07:04 GMT)
Full text and
rfc822 format available.
Message #26 received at 67060 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.1.2.
Change-Id: I534cb1943c09d5a36f171608fcbb6b09661d2bb4
---
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 241babbded..40f85a317a 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -428,7 +428,7 @@ (define-public fcitx5-chinese-addons
(define-public fcitx5-configtool
(package
(name "fcitx5-configtool")
- (version "5.1.0")
+ (version "5.1.2")
(source
(origin
(method url-fetch)
@@ -436,7 +436,7 @@ (define-public fcitx5-configtool
"https://download.fcitx-im.org/fcitx5"
"/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
(sha256
- (base32 "0xv5kckm6bsbavw0s2iqg128fv7j8sh49lpwc0acqrdmwj49x1pz"))))
+ (base32 "1k6101wjl5j9qb174j75g5nbvz7hvh0cj01w6b9n65pqcv4hsf6c"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
--
2.41.0
Information forwarded
to
all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#67060
; Package
guix-patches
.
(Sat, 11 Nov 2023 01:07:05 GMT)
Full text and
rfc822 format available.
Message #29 received at 67060 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.1.3.
Change-Id: Ia7939616d93ec0235b9fd50f2ae2a26d551a650c
---
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 40f85a317a..043eeffbc4 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -538,7 +538,7 @@ (define-public fcitx5-material-color-theme
(define-public fcitx5-rime
(package
(name "fcitx5-rime")
- (version "5.1.1")
+ (version "5.1.3")
(source (origin
(method url-fetch)
(uri (string-append "https://download.fcitx-im.org/fcitx5"
@@ -546,7 +546,7 @@ (define-public fcitx5-rime
".tar.xz"))
(sha256
(base32
- "1h6vh5pkak8l528l2d2nw5gy6zqa2sy3ris3xzkakb8kmgyjd3da"))))
+ "0cs3zq69fpasch6sq9yar2qw8403rxr2g4hjxn7mmshi1h1j6nm8"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ;no tests
--
2.41.0
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Wed, 22 Nov 2023 12:53:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Wed, 22 Nov 2023 12:53:02 GMT)
Full text and
rfc822 format available.
Message #34 received at 67060-done <at> debbugs.gnu.org (full text, mbox):
Pushed to master, closing.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 21 Dec 2023 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.