unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67060] [PATCH 0/8] fcitx5 updates
@ 2023-11-11  0:54 iyzsong--- via Guix-patches via
  2023-11-11  1:05 ` [bug#67060] [PATCH 1/8] gnu: fcitx5: Update to 5.1.5 iyzsong--- via Guix-patches via
  2023-11-22 12:52 ` bug#67060: [PATCH 0/8] fcitx5 updates 宋文武 via Guix-patches via
  0 siblings, 2 replies; 10+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-11-11  0:54 UTC (permalink / raw)
  To: 67060; +Cc: 宋文武, Zhu Zihao, 宋文武

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





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

* [bug#67060] [PATCH 1/8] gnu: fcitx5: Update to 5.1.5.
  2023-11-11  0:54 [bug#67060] [PATCH 0/8] fcitx5 updates iyzsong--- via Guix-patches via
@ 2023-11-11  1:05 ` iyzsong--- via Guix-patches via
  2023-11-11  1:05   ` [bug#67060] [PATCH 2/8] gnu: fcitx5-lua: Update to 5.0.11 iyzsong--- via Guix-patches via
                     ` (6 more replies)
  2023-11-22 12:52 ` bug#67060: [PATCH 0/8] fcitx5 updates 宋文武 via Guix-patches via
  1 sibling, 7 replies; 10+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-11-11  1:05 UTC (permalink / raw)
  To: 67060; +Cc: 宋文武, Zhu Zihao, 宋文武

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





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

* [bug#67060] [PATCH 2/8] gnu: fcitx5-lua: Update to 5.0.11.
  2023-11-11  1:05 ` [bug#67060] [PATCH 1/8] gnu: fcitx5: Update to 5.1.5 iyzsong--- via Guix-patches via
@ 2023-11-11  1:05   ` iyzsong--- via Guix-patches via
  2023-11-11  1:05   ` [bug#67060] [PATCH 3/8] gnu: libime: Update to 1.1.3 iyzsong--- via Guix-patches via
                     ` (5 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-11-11  1:05 UTC (permalink / raw)
  To: 67060; +Cc: 宋文武, Zhu Zihao, 宋文武

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





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

* [bug#67060] [PATCH 3/8] gnu: libime: Update to 1.1.3.
  2023-11-11  1:05 ` [bug#67060] [PATCH 1/8] gnu: fcitx5: Update to 5.1.5 iyzsong--- via Guix-patches via
  2023-11-11  1:05   ` [bug#67060] [PATCH 2/8] gnu: fcitx5-lua: Update to 5.0.11 iyzsong--- via Guix-patches via
@ 2023-11-11  1:05   ` iyzsong--- via Guix-patches via
  2023-11-11  1:05   ` [bug#67060] [PATCH 4/8] gnu: fcitx5-qt: Update to 5.1.3 iyzsong--- via Guix-patches via
                     ` (4 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-11-11  1:05 UTC (permalink / raw)
  To: 67060; +Cc: 宋文武, Zhu Zihao, 宋文武

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





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

* [bug#67060] [PATCH 4/8] gnu: fcitx5-qt: Update to 5.1.3.
  2023-11-11  1:05 ` [bug#67060] [PATCH 1/8] gnu: fcitx5: Update to 5.1.5 iyzsong--- via Guix-patches via
  2023-11-11  1:05   ` [bug#67060] [PATCH 2/8] gnu: fcitx5-lua: Update to 5.0.11 iyzsong--- via Guix-patches via
  2023-11-11  1:05   ` [bug#67060] [PATCH 3/8] gnu: libime: Update to 1.1.3 iyzsong--- via Guix-patches via
@ 2023-11-11  1:05   ` iyzsong--- via Guix-patches via
  2023-11-11  1:05   ` [bug#67060] [PATCH 5/8] gnu: fcitx5-anthy: Update to 5.1.2 iyzsong--- via Guix-patches via
                     ` (3 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-11-11  1:05 UTC (permalink / raw)
  To: 67060; +Cc: 宋文武, Zhu Zihao, 宋文武

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





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

* [bug#67060] [PATCH 5/8] gnu: fcitx5-anthy: Update to 5.1.2.
  2023-11-11  1:05 ` [bug#67060] [PATCH 1/8] gnu: fcitx5: Update to 5.1.5 iyzsong--- via Guix-patches via
                     ` (2 preceding siblings ...)
  2023-11-11  1:05   ` [bug#67060] [PATCH 4/8] gnu: fcitx5-qt: Update to 5.1.3 iyzsong--- via Guix-patches via
@ 2023-11-11  1:05   ` iyzsong--- via Guix-patches via
  2023-11-11  1:05   ` [bug#67060] [PATCH 6/8] gnu: fcitx5-chinese-addons: " iyzsong--- via Guix-patches via
                     ` (2 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-11-11  1:05 UTC (permalink / raw)
  To: 67060; +Cc: 宋文武, Zhu Zihao, 宋文武

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





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

* [bug#67060] [PATCH 6/8] gnu: fcitx5-chinese-addons: Update to 5.1.2.
  2023-11-11  1:05 ` [bug#67060] [PATCH 1/8] gnu: fcitx5: Update to 5.1.5 iyzsong--- via Guix-patches via
                     ` (3 preceding siblings ...)
  2023-11-11  1:05   ` [bug#67060] [PATCH 5/8] gnu: fcitx5-anthy: Update to 5.1.2 iyzsong--- via Guix-patches via
@ 2023-11-11  1:05   ` iyzsong--- via Guix-patches via
  2023-11-11  1:05   ` [bug#67060] [PATCH 7/8] gnu: fcitx5-configtool: " iyzsong--- via Guix-patches via
  2023-11-11  1:05   ` [bug#67060] [PATCH 8/8] gnu: fcitx5-rime: Update to 5.1.3 iyzsong--- via Guix-patches via
  6 siblings, 0 replies; 10+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-11-11  1:05 UTC (permalink / raw)
  To: 67060; +Cc: 宋文武, Zhu Zihao, 宋文武

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





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

* [bug#67060] [PATCH 7/8] gnu: fcitx5-configtool: Update to 5.1.2.
  2023-11-11  1:05 ` [bug#67060] [PATCH 1/8] gnu: fcitx5: Update to 5.1.5 iyzsong--- via Guix-patches via
                     ` (4 preceding siblings ...)
  2023-11-11  1:05   ` [bug#67060] [PATCH 6/8] gnu: fcitx5-chinese-addons: " iyzsong--- via Guix-patches via
@ 2023-11-11  1:05   ` iyzsong--- via Guix-patches via
  2023-11-11  1:05   ` [bug#67060] [PATCH 8/8] gnu: fcitx5-rime: Update to 5.1.3 iyzsong--- via Guix-patches via
  6 siblings, 0 replies; 10+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-11-11  1:05 UTC (permalink / raw)
  To: 67060; +Cc: 宋文武, Zhu Zihao, 宋文武

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





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

* [bug#67060] [PATCH 8/8] gnu: fcitx5-rime: Update to 5.1.3.
  2023-11-11  1:05 ` [bug#67060] [PATCH 1/8] gnu: fcitx5: Update to 5.1.5 iyzsong--- via Guix-patches via
                     ` (5 preceding siblings ...)
  2023-11-11  1:05   ` [bug#67060] [PATCH 7/8] gnu: fcitx5-configtool: " iyzsong--- via Guix-patches via
@ 2023-11-11  1:05   ` iyzsong--- via Guix-patches via
  6 siblings, 0 replies; 10+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-11-11  1:05 UTC (permalink / raw)
  To: 67060; +Cc: 宋文武, Zhu Zihao, 宋文武

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





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

* bug#67060: [PATCH 0/8] fcitx5 updates
  2023-11-11  0:54 [bug#67060] [PATCH 0/8] fcitx5 updates iyzsong--- via Guix-patches via
  2023-11-11  1:05 ` [bug#67060] [PATCH 1/8] gnu: fcitx5: Update to 5.1.5 iyzsong--- via Guix-patches via
@ 2023-11-22 12:52 ` 宋文武 via Guix-patches via
  1 sibling, 0 replies; 10+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-11-22 12:52 UTC (permalink / raw)
  To: 67060-done


Pushed to master, closing.




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

end of thread, other threads:[~2023-11-22 12:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-11  0:54 [bug#67060] [PATCH 0/8] fcitx5 updates iyzsong--- via Guix-patches via
2023-11-11  1:05 ` [bug#67060] [PATCH 1/8] gnu: fcitx5: Update to 5.1.5 iyzsong--- via Guix-patches via
2023-11-11  1:05   ` [bug#67060] [PATCH 2/8] gnu: fcitx5-lua: Update to 5.0.11 iyzsong--- via Guix-patches via
2023-11-11  1:05   ` [bug#67060] [PATCH 3/8] gnu: libime: Update to 1.1.3 iyzsong--- via Guix-patches via
2023-11-11  1:05   ` [bug#67060] [PATCH 4/8] gnu: fcitx5-qt: Update to 5.1.3 iyzsong--- via Guix-patches via
2023-11-11  1:05   ` [bug#67060] [PATCH 5/8] gnu: fcitx5-anthy: Update to 5.1.2 iyzsong--- via Guix-patches via
2023-11-11  1:05   ` [bug#67060] [PATCH 6/8] gnu: fcitx5-chinese-addons: " iyzsong--- via Guix-patches via
2023-11-11  1:05   ` [bug#67060] [PATCH 7/8] gnu: fcitx5-configtool: " iyzsong--- via Guix-patches via
2023-11-11  1:05   ` [bug#67060] [PATCH 8/8] gnu: fcitx5-rime: Update to 5.1.3 iyzsong--- via Guix-patches via
2023-11-22 12:52 ` bug#67060: [PATCH 0/8] 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).