GNU bug report logs - #68383
[PATCH 00/10] fcitx5 updates (5.1.6)

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Thu, 11 Jan 2024 12:10: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 68383 in the body.
You can then email your comments to 68383 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#68383; Package guix-patches. (Thu, 11 Jan 2024 12:10:01 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. (Thu, 11 Jan 2024 12:10:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 00/10] fcitx5 updates (5.1.6)
Date: Thu, 11 Jan 2024 20:08:10 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>


Sou Bunnbu (宋文武) (10):
  gnu: xcb-imdkit: Update to 1.0.6.
  gnu: fcitx5: Update to 5.1.6.
  gnu: fcitx5-lua: Update to 5.0.12.
  gnu: libime: Update to 1.1.4.
  gnu: fcitx5-gtk: Update to 5.1.1.
  gnu: fcitx5-qt: Update to 5.1.4.
  gnu: fcitx5-anthy: Update to 5.1.3.
  gnu: fcitx5-chinese-addons: Update to 5.1.3.
  gnu: fcitx5-configtool: Update to 5.1.3.
  gnu: fcitx5-rime: Update to 5.1.4.

 gnu/packages/fcitx5.scm | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)


base-commit: 6341dddcb9e7c8d555ea7294d61dcf64d775e032
-- 
2.41.0





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#68383; Package guix-patches. (Thu, 11 Jan 2024 12:12:02 GMT) Full text and rfc822 format available.

Message #8 received at 68383 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 68383 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 01/10] gnu: xcb-imdkit: Update to 1.0.6.
Date: Thu, 11 Jan 2024 20:11:13 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (xcb-imdkit): Update to 1.0.6.

Change-Id: If5398cee97d20fed4e1f643fabc8950f007d6786
---
 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 043eeffbc4..0768d15daa 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -57,7 +57,7 @@ (define-module (gnu packages fcitx5)
 (define-public xcb-imdkit
   (package
     (name "xcb-imdkit")
-    (version "1.0.5")
+    (version "1.0.6")
     (source
      (origin
        (method url-fetch)
@@ -65,7 +65,7 @@ (define-public xcb-imdkit
              "https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-"
              version ".tar.xz"))
        (sha256
-        (base32 "1k03ix0r385lf56pyw653h3f2inkl774n9fh1wkb2m4jv4kcsgrp"))
+        (base32 "0c2j02fxfl651mghh0l1228j2i5cqydcfv4ihp6c2j7hv0zkawgf"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-- 
2.41.0





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#68383; Package guix-patches. (Thu, 11 Jan 2024 12:12:03 GMT) Full text and rfc822 format available.

Message #11 received at 68383 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 68383 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 02/10] gnu: fcitx5: Update to 5.1.6.
Date: Thu, 11 Jan 2024 20:11:14 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.6.
[inputs]: Add libuv.

Change-Id: I77e722c8ae76272ce76bbb42e5a3a01d81dff433
---
 gnu/packages/fcitx5.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 0768d15daa..eb0731652b 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -88,7 +88,7 @@ (define-public xcb-imdkit
 (define-public fcitx5
   (package
     (name "fcitx5")
-    (version "5.1.5")
+    (version "5.1.6")
     (source
      (origin
        (method url-fetch)
@@ -96,7 +96,7 @@ (define-public fcitx5
              "https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-"
              version "_dict.tar.xz"))
        (sha256
-        (base32 "108a8561wh01vl5gqp2rnmnrh9qq3v8md3410dw46lx705a1wy4r"))))
+        (base32 "1p2yhm26nn36bjbjy8hc33ldcb8762k28853ksaq8z80959xx8lj"))))
     (arguments
      (list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF")))
     (build-system cmake-build-system)
@@ -114,6 +114,7 @@ (define-public fcitx5
        ("json-c" ,json-c)
        ("libevent" ,libevent)
        ("libuuid" ,util-linux "lib")
+       ("libuv" ,libuv)
        ("libxcb" ,libxcb)
        ("libxkbcommon" ,libxkbcommon)
        ("libxkbfile" ,libxkbfile)
-- 
2.41.0





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#68383; Package guix-patches. (Thu, 11 Jan 2024 12:12:03 GMT) Full text and rfc822 format available.

Message #14 received at 68383 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 68383 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 03/10] gnu: fcitx5-lua: Update to 5.0.12.
Date: Thu, 11 Jan 2024 20:11:15 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.12.

Change-Id: Ie4b4c3496a59a0a956359a73a780de8a6c2211f7
---
 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 eb0731652b..c909463b8a 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -140,7 +140,7 @@ (define-public fcitx5
 (define-public fcitx5-lua
   (package
     (name "fcitx5-lua")
-    (version "5.0.11")
+    (version "5.0.12")
     (source
      (origin
        (method url-fetch)
@@ -148,7 +148,7 @@ (define-public fcitx5-lua
              "https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-"
              version ".tar.xz"))
        (sha256
-        (base32 "1hc1vhaycfp9bjvch7qrvza5gdimr30rvwavbwqd27lrh36910yc"))))
+        (base32 "00kh0qzpzkfsnfh55lrpjpi5zs82vwpc9pb1n6f61gpgpiqxh7z4"))))
     (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#68383; Package guix-patches. (Thu, 11 Jan 2024 12:12:04 GMT) Full text and rfc822 format available.

Message #17 received at 68383 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 68383 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 04/10] gnu: libime: Update to 1.1.4.
Date: Thu, 11 Jan 2024 20:11:16 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (libime): Update to 1.1.4.

Change-Id: Ibf60683739337e886316ea88d97e899053469ed7
---
 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 c909463b8a..3647941546 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -166,14 +166,14 @@ (define-public fcitx5-lua
 (define-public libime
   (package
     (name "libime")
-    (version "1.1.3")
+    (version "1.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-"
                            version "_dict.tar.xz"))
        (sha256
-        (base32 "0c1zn4bi71a84jh7x0fly3xqrsjm08ja3sglxrkfm9snk0x6ybhf"))))
+        (base32 "15z59vqipi95263bfh98iwmz44g3l6hc2fdx10np6xr313csazdk"))))
     (build-system cmake-build-system)
     (inputs
      (list fcitx5 boost (list zstd "lib")))
-- 
2.41.0





Information forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#68383; Package guix-patches. (Thu, 11 Jan 2024 12:12:04 GMT) Full text and rfc822 format available.

Message #20 received at 68383 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 68383 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 05/10] gnu: fcitx5-gtk: Update to 5.1.1.
Date: Thu, 11 Jan 2024 20:11:17 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.1.1.

Change-Id: If4d6fcddc1a284aa02519b93fdd89664ec1915d5
---
 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 3647941546..1545e085b5 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -188,7 +188,7 @@ (define-public libime
 (define-public fcitx5-gtk
   (package
     (name "fcitx5-gtk")
-    (version "5.1.0")
+    (version "5.1.1")
     (source
      (origin
        (method url-fetch)
@@ -196,7 +196,7 @@ (define-public fcitx5-gtk
                            "/fcitx5-gtk/fcitx5-gtk-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0rc4iwqb7ydysm95qpncfd8kvyzk36cfxwg1h0cjn98v3fxjf8kw"))))
+        (base32 "04xhg3xrx3m2kb5kl6pcmpnjb01wjb3wdnx4inpis0r0w0nsgkfn"))))
     (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#68383; Package guix-patches. (Thu, 11 Jan 2024 12:12:04 GMT) Full text and rfc822 format available.

Message #23 received at 68383 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 68383 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 06/10] gnu: fcitx5-qt: Update to 5.1.4.
Date: Thu, 11 Jan 2024 20:11:18 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.1.4.

Change-Id: Ie2b8a3bb061d4a068602a841dae4b50a37715668
---
 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 1545e085b5..d1c1272fc5 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -306,7 +306,7 @@ (define-public fcitx5-gtk4
 (define-public fcitx5-qt
   (package
     (name "fcitx5-qt")
-    (version "5.1.3")
+    (version "5.1.4")
     (source
      (origin
        (method url-fetch)
@@ -314,7 +314,7 @@ (define-public fcitx5-qt
                            "/fcitx5-qt/fcitx5-qt-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0wyzq91fcqhv655fjhzfjmlj0xr365sl5cjgck75xaj08gj3mw61"))))
+        (base32 "0jdisavns5k718vrnh2lmmyrnys101szbw107d200nfl4i26wllj"))))
     (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#68383; Package guix-patches. (Thu, 11 Jan 2024 12:12:05 GMT) Full text and rfc822 format available.

Message #26 received at 68383 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 68383 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 07/10] gnu: fcitx5-anthy: Update to 5.1.3.
Date: Thu, 11 Jan 2024 20:11:19 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.1.3.

Change-Id: Ifb45a5e36aeb03f54df449c60ab58ee8f393d534
---
 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 d1c1272fc5..b2406bf9df 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -341,7 +341,7 @@ (define-public fcitx5-qt
 (define-public fcitx5-anthy
   (package
     (name "fcitx5-anthy")
-    (version "5.1.2")
+    (version "5.1.3")
     (source
      (origin
        (method url-fetch)
@@ -349,7 +349,7 @@ (define-public fcitx5-anthy
                            "/fcitx5-anthy/fcitx5-anthy-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0a1x1b7y5n1a9clb9j9mryhx2fnd5l5rwb74f38c0s93rxx8fhpf"))))
+        (base32 "0dnvglzw1liacadhl3dx8sfnrw8l3ch0z2bbcby5imxzkxxmiqm4"))))
     (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#68383; Package guix-patches. (Thu, 11 Jan 2024 12:12:05 GMT) Full text and rfc822 format available.

Message #29 received at 68383 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 68383 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 08/10] gnu: fcitx5-chinese-addons: Update to 5.1.3.
Date: Thu, 11 Jan 2024 20:11:20 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.1.3.

Change-Id: I90c8231e967add94c59c4c912025100b9f4bca57
---
 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 b2406bf9df..270b69a4ef 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -365,7 +365,7 @@ (define-public fcitx5-anthy
 (define-public fcitx5-chinese-addons
   (package
     (name "fcitx5-chinese-addons")
-    (version "5.1.2")
+    (version "5.1.3")
     (source
      (origin
        (method url-fetch)
@@ -373,7 +373,7 @@ (define-public fcitx5-chinese-addons
                            "/fcitx5-chinese-addons/fcitx5-chinese-addons-"
                            version "_dict.tar.xz"))
        (sha256
-        (base32 "13na8qvz0vh43gmxa81jn96xpp6maz71ga039z6lqr069hzsx1vc"))))
+        (base32 "0300z1j0285936ia9ihslydxwgmsnb43gqqyq4xm1ixfp1l12hzs"))))
     (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#68383; Package guix-patches. (Thu, 11 Jan 2024 12:13:02 GMT) Full text and rfc822 format available.

Message #32 received at 68383 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 68383 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 09/10] gnu: fcitx5-configtool: Update to 5.1.3.
Date: Thu, 11 Jan 2024 20:11:21 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.1.3.

Change-Id: I9b75478fb4b3fe1d690de9f33a0dce02781a05a3
---
 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 270b69a4ef..9a80ca570e 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -429,7 +429,7 @@ (define-public fcitx5-chinese-addons
 (define-public fcitx5-configtool
   (package
     (name "fcitx5-configtool")
-    (version "5.1.2")
+    (version "5.1.3")
     (source
      (origin
        (method url-fetch)
@@ -437,7 +437,7 @@ (define-public fcitx5-configtool
              "https://download.fcitx-im.org/fcitx5"
              "/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
        (sha256
-        (base32 "1k6101wjl5j9qb174j75g5nbvz7hvh0cj01w6b9n65pqcv4hsf6c"))))
+        (base32 "1pnwrj6kgha91djfvd2439nbhrmjargpw8ashhb91y5h3cdz7vhz"))))
     (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#68383; Package guix-patches. (Thu, 11 Jan 2024 12:13:03 GMT) Full text and rfc822 format available.

Message #35 received at 68383 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 68383 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 10/10] gnu: fcitx5-rime: Update to 5.1.4.
Date: Thu, 11 Jan 2024 20:11:22 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.1.4.

Change-Id: If418aff57363ffc2f2469eedbf90606d7ff3aac8
---
 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 9a80ca570e..d492680a2e 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -539,7 +539,7 @@ (define-public fcitx5-material-color-theme
 (define-public fcitx5-rime
   (package
     (name "fcitx5-rime")
-    (version "5.1.3")
+    (version "5.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.fcitx-im.org/fcitx5"
@@ -547,7 +547,7 @@ (define-public fcitx5-rime
                                   ".tar.xz"))
               (sha256
                (base32
-                "0cs3zq69fpasch6sq9yar2qw8403rxr2g4hjxn7mmshi1h1j6nm8"))))
+                "02rq3rcmc23qd9ravh0nf0hywkzwn3l9hb2ja74vmrf7x5cqic5m"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ;no tests
-- 
2.41.0





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Thu, 18 Jan 2024 11:50:02 GMT) Full text and rfc822 format available.

Notification sent to iyzsong <at> envs.net:
bug acknowledged by developer. (Thu, 18 Jan 2024 11:50:02 GMT) Full text and rfc822 format available.

Message #40 received at 68383-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: 68383-done <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>,
 Zhu Zihao <all_but_last <at> 163.com>
Subject: Re: [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6)
Date: Thu, 18 Jan 2024 19:49:15 +0800
iyzsong <at> envs.net writes:

> From: 宋文武 <iyzsong <at> member.fsf.org>
>
>
> Sou Bunnbu (宋文武) (10):
>   gnu: xcb-imdkit: Update to 1.0.6.
>   gnu: fcitx5: Update to 5.1.6.
>   gnu: fcitx5-lua: Update to 5.0.12.
>   gnu: libime: Update to 1.1.4.
>   gnu: fcitx5-gtk: Update to 5.1.1.
>   gnu: fcitx5-qt: Update to 5.1.4.
>   gnu: fcitx5-anthy: Update to 5.1.3.
>   gnu: fcitx5-chinese-addons: Update to 5.1.3.
>   gnu: fcitx5-configtool: Update to 5.1.3.
>   gnu: fcitx5-rime: Update to 5.1.4.
>
>  gnu/packages/fcitx5.scm | 41 +++++++++++++++++++++--------------------
>  1 file changed, 21 insertions(+), 20 deletions(-)
>
>
> base-commit: 6341dddcb9e7c8d555ea7294d61dcf64d775e032

Pushed to master.  Also update fcitx5 to 5.1.7.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 15 Feb 2024 12:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 122 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.