gnu: fcitx5-configtool: Update to 5.1.3.
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.1.3. [inputs]: Remove qtbase-5, qtx11extras, qtdeclarative-5, qtquickcontrols2-5, and plasma-framework; add qtbase, qtdeclarative, ksvg, kcmutils, and libplasma. [arguments]<#:configure-flags>: Pass -DUSE_QT6=ON. Change-Id: Icf0c534b062b6d4ce5b19382aa5d1d1f3622afe0master
parent
2f9032b2e7
commit
ed9c5887b7
|
@ -444,19 +444,20 @@ including input methods previous bundled inside Fcitx 4:
|
|||
(sha256
|
||||
(base32 "1pnwrj6kgha91djfvd2439nbhrmjargpw8ashhb91y5h3cdz7vhz"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:configure-flags #~(list "-DUSE_QT6=ON")))
|
||||
(inputs
|
||||
(list fcitx5
|
||||
fcitx5-qt
|
||||
qtbase-5
|
||||
qtx11extras
|
||||
qtdeclarative-5
|
||||
qtquickcontrols2-5
|
||||
qtbase
|
||||
qtdeclarative
|
||||
ksvg
|
||||
kcmutils
|
||||
ki18n
|
||||
kpackage
|
||||
kdeclarative
|
||||
kiconthemes
|
||||
kcoreaddons
|
||||
plasma-framework
|
||||
libplasma
|
||||
kitemviews
|
||||
kwidgetsaddons
|
||||
kwindowsystem
|
||||
|
|
Reference in New Issue