emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62585: closed ([PATCH] gnu: fcitx-qt5: Update to 1.2.7.)


From: GNU bug Tracking System
Subject: bug#62585: closed ([PATCH] gnu: fcitx-qt5: Update to 1.2.7.)
Date: Sun, 09 Apr 2023 04:52:02 +0000

Your message dated Sun, 09 Apr 2023 12:52:40 +0800
with message-id <87h6tpk67b.fsf@envs.net>
and subject line Re: bug#62585: [PATCH] gnu: fcitx-qt5: Update to 1.2.7.
has caused the debbugs.gnu.org bug report #62585,
regarding [PATCH] gnu: fcitx-qt5: Update to 1.2.7.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62585: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62585
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: fcitx-qt5: Update to 1.2.7. Date: Sat, 1 Apr 2023 16:11:50 +0800
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#62585: [PATCH] gnu: fcitx-qt5: Update to 1.2.7. Date: Sun, 09 Apr 2023 12:52:40 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Pushed to master.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]