all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6)
@ 2024-01-11 12:08 iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 01/10] gnu: xcb-imdkit: Update to 1.0.6 iyzsong--- via Guix-patches via
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-01-11 12:08 UTC (permalink / raw)
  To: 68383; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@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





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [bug#68383] [PATCH 01/10] gnu: xcb-imdkit: Update to 1.0.6.
  2024-01-11 12:08 [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6) iyzsong--- via Guix-patches via
@ 2024-01-11 12:11 ` iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 02/10] gnu: fcitx5: Update to 5.1.6 iyzsong--- via Guix-patches via
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-01-11 12:11 UTC (permalink / raw)
  To: 68383; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@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





^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#68383] [PATCH 02/10] gnu: fcitx5: Update to 5.1.6.
  2024-01-11 12:08 [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6) iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 01/10] gnu: xcb-imdkit: Update to 1.0.6 iyzsong--- via Guix-patches via
@ 2024-01-11 12:11 ` iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 03/10] gnu: fcitx5-lua: Update to 5.0.12 iyzsong--- via Guix-patches via
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-01-11 12:11 UTC (permalink / raw)
  To: 68383; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@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





^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#68383] [PATCH 03/10] gnu: fcitx5-lua: Update to 5.0.12.
  2024-01-11 12:08 [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6) iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 01/10] gnu: xcb-imdkit: Update to 1.0.6 iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 02/10] gnu: fcitx5: Update to 5.1.6 iyzsong--- via Guix-patches via
@ 2024-01-11 12:11 ` iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 04/10] gnu: libime: Update to 1.1.4 iyzsong--- via Guix-patches via
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-01-11 12:11 UTC (permalink / raw)
  To: 68383; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@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





^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#68383] [PATCH 04/10] gnu: libime: Update to 1.1.4.
  2024-01-11 12:08 [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6) iyzsong--- via Guix-patches via
                   ` (2 preceding siblings ...)
  2024-01-11 12:11 ` [bug#68383] [PATCH 03/10] gnu: fcitx5-lua: Update to 5.0.12 iyzsong--- via Guix-patches via
@ 2024-01-11 12:11 ` iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 05/10] gnu: fcitx5-gtk: Update to 5.1.1 iyzsong--- via Guix-patches via
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-01-11 12:11 UTC (permalink / raw)
  To: 68383; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@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





^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#68383] [PATCH 05/10] gnu: fcitx5-gtk: Update to 5.1.1.
  2024-01-11 12:08 [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6) iyzsong--- via Guix-patches via
                   ` (3 preceding siblings ...)
  2024-01-11 12:11 ` [bug#68383] [PATCH 04/10] gnu: libime: Update to 1.1.4 iyzsong--- via Guix-patches via
@ 2024-01-11 12:11 ` iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 06/10] gnu: fcitx5-qt: Update to 5.1.4 iyzsong--- via Guix-patches via
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-01-11 12:11 UTC (permalink / raw)
  To: 68383; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@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





^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#68383] [PATCH 06/10] gnu: fcitx5-qt: Update to 5.1.4.
  2024-01-11 12:08 [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6) iyzsong--- via Guix-patches via
                   ` (4 preceding siblings ...)
  2024-01-11 12:11 ` [bug#68383] [PATCH 05/10] gnu: fcitx5-gtk: Update to 5.1.1 iyzsong--- via Guix-patches via
@ 2024-01-11 12:11 ` iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 07/10] gnu: fcitx5-anthy: Update to 5.1.3 iyzsong--- via Guix-patches via
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-01-11 12:11 UTC (permalink / raw)
  To: 68383; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@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





^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#68383] [PATCH 07/10] gnu: fcitx5-anthy: Update to 5.1.3.
  2024-01-11 12:08 [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6) iyzsong--- via Guix-patches via
                   ` (5 preceding siblings ...)
  2024-01-11 12:11 ` [bug#68383] [PATCH 06/10] gnu: fcitx5-qt: Update to 5.1.4 iyzsong--- via Guix-patches via
@ 2024-01-11 12:11 ` iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 08/10] gnu: fcitx5-chinese-addons: " iyzsong--- via Guix-patches via
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-01-11 12:11 UTC (permalink / raw)
  To: 68383; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@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





^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#68383] [PATCH 08/10] gnu: fcitx5-chinese-addons: Update to 5.1.3.
  2024-01-11 12:08 [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6) iyzsong--- via Guix-patches via
                   ` (6 preceding siblings ...)
  2024-01-11 12:11 ` [bug#68383] [PATCH 07/10] gnu: fcitx5-anthy: Update to 5.1.3 iyzsong--- via Guix-patches via
@ 2024-01-11 12:11 ` iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 09/10] gnu: fcitx5-configtool: " iyzsong--- via Guix-patches via
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-01-11 12:11 UTC (permalink / raw)
  To: 68383; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@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





^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#68383] [PATCH 09/10] gnu: fcitx5-configtool: Update to 5.1.3.
  2024-01-11 12:08 [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6) iyzsong--- via Guix-patches via
                   ` (7 preceding siblings ...)
  2024-01-11 12:11 ` [bug#68383] [PATCH 08/10] gnu: fcitx5-chinese-addons: " iyzsong--- via Guix-patches via
@ 2024-01-11 12:11 ` iyzsong--- via Guix-patches via
  2024-01-11 12:11 ` [bug#68383] [PATCH 10/10] gnu: fcitx5-rime: Update to 5.1.4 iyzsong--- via Guix-patches via
  2024-01-18 11:49 ` bug#68383: [PATCH 00/10] fcitx5 updates (5.1.6) 宋文武 via Guix-patches via
  10 siblings, 0 replies; 12+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-01-11 12:11 UTC (permalink / raw)
  To: 68383; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@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





^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#68383] [PATCH 10/10] gnu: fcitx5-rime: Update to 5.1.4.
  2024-01-11 12:08 [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6) iyzsong--- via Guix-patches via
                   ` (8 preceding siblings ...)
  2024-01-11 12:11 ` [bug#68383] [PATCH 09/10] gnu: fcitx5-configtool: " iyzsong--- via Guix-patches via
@ 2024-01-11 12:11 ` iyzsong--- via Guix-patches via
  2024-01-18 11:49 ` bug#68383: [PATCH 00/10] fcitx5 updates (5.1.6) 宋文武 via Guix-patches via
  10 siblings, 0 replies; 12+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-01-11 12:11 UTC (permalink / raw)
  To: 68383; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@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





^ permalink raw reply related	[flat|nested] 12+ messages in thread

* bug#68383: [PATCH 00/10] fcitx5 updates (5.1.6)
  2024-01-11 12:08 [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6) iyzsong--- via Guix-patches via
                   ` (9 preceding siblings ...)
  2024-01-11 12:11 ` [bug#68383] [PATCH 10/10] gnu: fcitx5-rime: Update to 5.1.4 iyzsong--- via Guix-patches via
@ 2024-01-18 11:49 ` 宋文武 via Guix-patches via
  10 siblings, 0 replies; 12+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-01-18 11:49 UTC (permalink / raw)
  To: 68383-done; +Cc: 宋文武, Zhu Zihao

iyzsong@envs.net writes:

> From: 宋文武 <iyzsong@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.




^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-01-18 11:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-11 12:08 [bug#68383] [PATCH 00/10] fcitx5 updates (5.1.6) iyzsong--- via Guix-patches via
2024-01-11 12:11 ` [bug#68383] [PATCH 01/10] gnu: xcb-imdkit: Update to 1.0.6 iyzsong--- via Guix-patches via
2024-01-11 12:11 ` [bug#68383] [PATCH 02/10] gnu: fcitx5: Update to 5.1.6 iyzsong--- via Guix-patches via
2024-01-11 12:11 ` [bug#68383] [PATCH 03/10] gnu: fcitx5-lua: Update to 5.0.12 iyzsong--- via Guix-patches via
2024-01-11 12:11 ` [bug#68383] [PATCH 04/10] gnu: libime: Update to 1.1.4 iyzsong--- via Guix-patches via
2024-01-11 12:11 ` [bug#68383] [PATCH 05/10] gnu: fcitx5-gtk: Update to 5.1.1 iyzsong--- via Guix-patches via
2024-01-11 12:11 ` [bug#68383] [PATCH 06/10] gnu: fcitx5-qt: Update to 5.1.4 iyzsong--- via Guix-patches via
2024-01-11 12:11 ` [bug#68383] [PATCH 07/10] gnu: fcitx5-anthy: Update to 5.1.3 iyzsong--- via Guix-patches via
2024-01-11 12:11 ` [bug#68383] [PATCH 08/10] gnu: fcitx5-chinese-addons: " iyzsong--- via Guix-patches via
2024-01-11 12:11 ` [bug#68383] [PATCH 09/10] gnu: fcitx5-configtool: " iyzsong--- via Guix-patches via
2024-01-11 12:11 ` [bug#68383] [PATCH 10/10] gnu: fcitx5-rime: Update to 5.1.4 iyzsong--- via Guix-patches via
2024-01-18 11:49 ` bug#68383: [PATCH 00/10] fcitx5 updates (5.1.6) 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.