guix_mirror_bot pushed a commit to branch master
in repository guix.

commit cdf9d96b0bc5379b420811d1cbb6e310dff92f5e
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Aug 22 16:56:07 2025 +0200

    gnu: Remove fcitx-qt5.
    
    * gnu/packages/fcitx.scm (fcitx-qt5): Delete variable.
    
    Change-Id: Id92bdde048830c615c46db7a0d498c28fbb64e3a
---
 gnu/packages/fcitx.scm | 51 --------------------------------------------------
 1 file changed, 51 deletions(-)

diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm
index 9565cfafa0..423111ad62 100644
--- a/gnu/packages/fcitx.scm
+++ b/gnu/packages/fcitx.scm
@@ -51,57 +51,6 @@
   #:use-module (gnu packages xorg)
   #:use-module (gnu packages xdisorg))
 
-(define-public fcitx-qt5
-  (package
-    (name "fcitx-qt5")
-    (version "1.2.7")
-    (source
-     (origin
-       (method git-fetch)
-       (uri
-        (git-reference
-         (url "https://github.com/fcitx/fcitx-qt5.git";)
-         (commit version)))
-       (file-name
-        (git-file-name name version))
-       (sha256
-        (base32 "1gw51m7hfnplkym33dzwfa8g0q20ji61pr80s2i6xhy2glrm1ssj"))))
-    (build-system qt-build-system)
-    (arguments
-     `(#:tests? #f                      ; No target
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'patch-install-dir
-           (lambda* (#:key outputs #:allow-other-keys)
-             (substitute* "qt5/quickphrase-editor/CMakeLists.txt"
-               (("\\$\\{FCITX4_ADDON_INSTALL_DIR\\}")
-                (string-append
-                 (assoc-ref outputs "out")
-                 "/lib/fcitx")))
-             (substitute* "qt5/platforminputcontext/CMakeLists.txt"
-               (("\\$\\{CMAKE_INSTALL_QTPLUGINDIR\\}")
-                (string-append
-                 (assoc-ref outputs "out")
-                 "/lib/qt5/plugins")))
-             #t)))))
-    (native-inputs
-     (list extra-cmake-modules pkg-config))
-    (inputs
-     `(("fcitx" ,fcitx)
-       ("libintl" ,intltool)
-       ("libxkbcommon" ,libxkbcommon)))
-    (propagated-inputs
-     (list qtbase-5))
-    (synopsis "Fcitx Qt5 Input Context")
-    (description "This package provides a Qt5 frontend for fcitx.")
-    (home-page "https://github.com/fcitx/fcitx-qt5/";)
-    (license
-     (list
-      ;; Plugin
-      bsd-3
-      ;; Others
-      gpl2+))))
-
 (define-public presage
   (package
     (name "presage")

Reply via email to