GNU bug report logs - #62585
[PATCH] gnu: fcitx-qt5: Update to 1.2.7.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Sat, 1 Apr 2023 08:12: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 62585 in the body.
You can then email your comments to 62585 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 guix-patches <at> gnu.org:
bug#62585; Package guix-patches. (Sat, 01 Apr 2023 08:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to iyzsong <at> envs.net:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 01 Apr 2023 08:12:02 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>,
 all_but_last <at> 163.com
Subject: [PATCH] gnu: fcitx-qt5: Update to 1.2.7.
Date: Sat,  1 Apr 2023 16:11:50 +0800
From: 宋文武 <iyzsong <at> 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





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Sun, 09 Apr 2023 04:52:02 GMT) Full text and rfc822 format available.

Notification sent to iyzsong <at> envs.net:
bug acknowledged by developer. (Sun, 09 Apr 2023 04:52:02 GMT) Full text and rfc822 format available.

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

From: 宋文武 <iyzsong <at> envs.net>
To: 62585-done <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>, all_but_last <at> 163.com
Subject: Re: bug#62585: [PATCH] gnu: fcitx-qt5: Update to 1.2.7.
Date: Sun, 09 Apr 2023 12:52:40 +0800
Pushed to master.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 07 May 2023 11:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 105 days ago.

Previous Next


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