mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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 <andreas@enge.fr>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user