mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: fcitx5-qt: Use new style.
* gnu/packages/fcitx5.scm (fcitx5-qt)[arguments]: Use Gexp. [inputs]: Remove label. Change-Id: Ie47b0d7f0f1184351ffa5df919bfc16aff5e42c9
This commit is contained in:
parent
3e43f7a571
commit
2f9032b2e7
1 changed files with 16 additions and 18 deletions
|
@ -318,24 +318,22 @@ IM module for GTK+3 applications.
|
||||||
(base32 "0jdisavns5k718vrnh2lmmyrnys101szbw107d200nfl4i26wllj"))))
|
(base32 "0jdisavns5k718vrnh2lmmyrnys101szbw107d200nfl4i26wllj"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
(list #:configure-flags
|
||||||
(list (string-append "-DCMAKE_INSTALL_QT5PLUGINDIR="
|
#~(list (string-append "-DCMAKE_INSTALL_QT5PLUGINDIR="
|
||||||
%output "/lib/qt5/plugins")
|
#$output "/lib/qt5/plugins")
|
||||||
(string-append "-DCMAKE_INSTALL_QT6PLUGINDIR="
|
(string-append "-DCMAKE_INSTALL_QT6PLUGINDIR="
|
||||||
%output "/lib/qt6/plugins")
|
#$output "/lib/qt6/plugins")
|
||||||
"-DENABLE_QT4=Off"
|
"-DENABLE_QT4=Off"
|
||||||
"-DENABLE_QT6=ON")))
|
"-DENABLE_QT6=ON")))
|
||||||
(inputs
|
(inputs (list fcitx5
|
||||||
`(("fcitx5" ,fcitx5)
|
libxcb
|
||||||
("libxcb" ,libxcb)
|
libxkbcommon
|
||||||
("libxkbcommon" ,libxkbcommon)
|
qtbase-5
|
||||||
("qtbase-5" ,qtbase-5)
|
qtbase
|
||||||
("qtbase" ,qtbase)
|
qtwayland
|
||||||
("qtwayland" ,qtwayland)
|
wayland
|
||||||
("wayland" ,wayland)
|
gettext-minimal))
|
||||||
("gettext" ,gettext-minimal)))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(native-inputs
|
|
||||||
(list extra-cmake-modules))
|
|
||||||
(home-page "https://github.com/fcitx/fcitx5-qt")
|
(home-page "https://github.com/fcitx/fcitx5-qt")
|
||||||
(synopsis "Qt library and IM module for Fcitx 5")
|
(synopsis "Qt library and IM module for Fcitx 5")
|
||||||
(description "Fcitx5-qt provides Qt library for development and IM module
|
(description "Fcitx5-qt provides Qt library for development and IM module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue