diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-22 16:56:07 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-22 17:04:44 +0200 |
| commit | cdf9d96b0bc5379b420811d1cbb6e310dff92f5e (patch) | |
| tree | 1a75cd8088661644fdf23785428f676b2f0b90a3 /gnu/packages/fcitx.scm | |
| parent | 48ebca59b27c8cf684ccf042169b8ed9d5d0a336 (diff) | |
gnu: Remove fcitx-qt5.
* gnu/packages/fcitx.scm (fcitx-qt5): Delete variable.
Change-Id: Id92bdde048830c615c46db7a0d498c28fbb64e3a
Diffstat (limited to 'gnu/packages/fcitx.scm')
| -rw-r--r-- | gnu/packages/fcitx.scm | 51 |
1 files changed, 0 insertions, 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") |
