This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new af3a8ca0dd gnu: fcitx5-configtool: Update to qt-build-system.
af3a8ca0dd is described below

commit af3a8ca0dd53558c7ed4e458d90928e685c0b2b1
Author: dan <[email protected]>
AuthorDate: Fri Oct 17 23:17:32 2025 +0800

    gnu: fcitx5-configtool: Update to qt-build-system.
    
    * gnu/packages/fcitx5.scm (fcitx5-configtool): Use qt-build-system.
    [arguments]: Add qtbase parameter.
    [inputs]: Add qtwayland. Remove qtbase.
    
    Change-Id: Icd974340893593c81ef0f95bcaacfd070e67dd51
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/fcitx5.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 780775598e..d52d9e4951 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -545,14 +545,14 @@ including input methods previous bundled inside Fcitx 4:
              "/fcitx5-configtool/fcitx5-configtool-" version ".tar.zst"))
        (sha256
         (base32 "1fb21mbc0k33cadslq0rjwi5y7fxm5jzgdk9yna3h2r62sdmdb60"))))
-    (build-system cmake-build-system)
+    (build-system qt-build-system)
     (arguments
-     (list #:tests? #f
+     (list #:qtbase qtbase
+           #:tests? #f
            #:configure-flags #~(list "-DUSE_QT6=ON")))
     (inputs
      (list fcitx5
            fcitx5-qt
-           qtbase
            qtdeclarative
            ksvg
            kcmutils
@@ -568,6 +568,7 @@ including input methods previous bundled inside Fcitx 4:
            kirigami
            libxkbcommon
            libx11
+           qtwayland
            xkeyboard-config
            libxkbfile
            gettext-minimal

Reply via email to