[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
181/347: gnu: fcitx5-qt: Enable qt6 support.
From: |
guix-commits |
Subject: |
181/347: gnu: fcitx5-qt: Enable qt6 support. |
Date: |
Fri, 28 Jun 2024 09:58:56 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 7bc7350908ad6008b1fb0cdc9461471ddbf59864
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 22 18:06:04 2024 +0800
gnu: fcitx5-qt: Enable qt6 support.
* gnu/packages/fcitx5.scm (fcitx5-qt)[arguments]<#:configure-flags>: Add
CMAKE_INSTALL_QT6PLUGINDIR and ENABLE_QT6=ON.
[inputs]: Add qtbase, qtwayland, wayland.
Change-Id: I389253eb08efe765d1c79c44ac5d69717ccaf362
---
gnu/packages/fcitx5.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index aba0be21e7..c555b8ab84 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev>
;;; Copyright © 2022 dan <i@dan.games>
+;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -320,12 +321,18 @@ IM module for GTK+3 applications.
`(#:configure-flags
(list (string-append "-DCMAKE_INSTALL_QT5PLUGINDIR="
%output "/lib/qt5/plugins")
- "-DENABLE_QT4=Off")))
+ (string-append "-DCMAKE_INSTALL_QT6PLUGINDIR="
+ %output "/lib/qt6/plugins")
+ "-DENABLE_QT4=Off"
+ "-DENABLE_QT6=ON")))
(inputs
`(("fcitx5" ,fcitx5)
("libxcb" ,libxcb)
("libxkbcommon" ,libxkbcommon)
- ("qtbase" ,qtbase-5)
+ ("qtbase-5" ,qtbase-5)
+ ("qtbase" ,qtbase)
+ ("qtwayland" ,qtwayland)
+ ("wayland" ,wayland)
("gettext" ,gettext-minimal)))
(native-inputs
(list extra-cmake-modules))
- 184/347: gnu: Add libkscreen-5., (continued)
- 184/347: gnu: Add libkscreen-5., guix-commits, 2024/06/28
- 115/347: gnu: libqaccessibilityclient: Update to 0.6.0., guix-commits, 2024/06/28
- 120/347: gnu: breeze-gtk: Update to 6.0.4.1., guix-commits, 2024/06/28
- 127/347: gnu: Add baloo-6., guix-commits, 2024/06/28
- 131/347: gnu: kirigami-addons: Update to 1.1.0., guix-commits, 2024/06/28
- 159/347: gnu: konsole: Update to 24.02.2., guix-commits, 2024/06/28
- 156/347: gnu: sddm: Enable qt6., guix-commits, 2024/06/28
- 171/347: gnu: kdebugsettings: Update to 24.02.2., guix-commits, 2024/06/28
- 176/347: gnu: kbackup: Update to 24.02.2., guix-commits, 2024/06/28
- 182/347: gnu: fcitx5-qt: Use new style., guix-commits, 2024/06/28
- 181/347: gnu: fcitx5-qt: Enable qt6 support.,
guix-commits <=
- 186/347: gnu: extra-cmake-modules: Update to 6.3.0., guix-commits, 2024/06/28
- 188/347: gnu: ksvg: Update to 6.3.0., guix-commits, 2024/06/28
- 191/347: gnu: breeze-icons: Update to 6.3.0., guix-commits, 2024/06/28
- 194/347: gnu: kcodecs-6: Update to 6.3.0., guix-commits, 2024/06/28
- 221/347: gnu: plasma-activities: Update to 6.1.1., guix-commits, 2024/06/28
- 228/347: gnu: kimageformats-6: Update to 6.3.0., guix-commits, 2024/06/28
- 299/347: gnu: plasma-nm: Update to 6.1.1., guix-commits, 2024/06/28
- 308/347: gnu: system-settings: Update to 6.1.1., guix-commits, 2024/06/28
- 312/347: gnu: dolphin-plugins: Update to 24.05.1., guix-commits, 2024/06/28
- 193/347: gnu: kcalendarcore-6: Update to 6.3.0., guix-commits, 2024/06/28