all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62585] [PATCH] gnu: fcitx-qt5: Update to 1.2.7.
@ 2023-04-01  8:11 iyzsong--- via Guix-patches via
  2023-04-09  4:52 ` bug#62585: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-01  8:11 UTC (permalink / raw)
  To: 62585; +Cc: 宋文武, all_but_last

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/fcitx.scm (fcitx-qt5): Update to 1.2.7.
---
 gnu/packages/fcitx.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm
index 5741b8d622..2143419d3b 100644
--- a/gnu/packages/fcitx.scm
+++ b/gnu/packages/fcitx.scm
@@ -52,7 +52,7 @@ (define-module (gnu packages fcitx)
 (define-public fcitx-qt5
   (package
     (name "fcitx-qt5")
-    (version "1.2.6")
+    (version "1.2.7")
     (source
      (origin
        (method git-fetch)
@@ -63,7 +63,7 @@ (define-public fcitx-qt5
        (file-name
         (git-file-name name version))
        (sha256
-        (base32 "13sanrir696fv7s44b7q453s5qi4r7ag0r3iyggyzk8xyf6rw8fk"))))
+        (base32 "1gw51m7hfnplkym33dzwfa8g0q20ji61pr80s2i6xhy2glrm1ssj"))))
     (build-system qt-build-system)
     (arguments
      `(#:tests? #f                      ; No target
@@ -71,12 +71,12 @@ (define-public fcitx-qt5
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-install-dir
            (lambda* (#:key outputs #:allow-other-keys)
-             (substitute* "quickphrase-editor/CMakeLists.txt"
+             (substitute* "qt5/quickphrase-editor/CMakeLists.txt"
                (("\\$\\{FCITX4_ADDON_INSTALL_DIR\\}")
                 (string-append
                  (assoc-ref outputs "out")
                  "/lib/fcitx")))
-             (substitute* "platforminputcontext/CMakeLists.txt"
+             (substitute* "qt5/platforminputcontext/CMakeLists.txt"
                (("\\$\\{CMAKE_INSTALL_QTPLUGINDIR\\}")
                 (string-append
                  (assoc-ref outputs "out")

base-commit: 47ea688fd27d0ce0c8ea5481f1f94d0ebc3e37eb
-- 
2.39.2





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

* bug#62585: [PATCH] gnu: fcitx-qt5: Update to 1.2.7.
  2023-04-01  8:11 [bug#62585] [PATCH] gnu: fcitx-qt5: Update to 1.2.7 iyzsong--- via Guix-patches via
@ 2023-04-09  4:52 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-04-09  4:52 UTC (permalink / raw)
  To: 62585-done; +Cc: 宋文武, all_but_last


Pushed to master.




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

end of thread, other threads:[~2023-04-09  4:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-01  8:11 [bug#62585] [PATCH] gnu: fcitx-qt5: Update to 1.2.7 iyzsong--- via Guix-patches via
2023-04-09  4:52 ` bug#62585: " 宋文武 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.