[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
173/465: gnu: fcitx5-qt: Enable qt6 support.
From: |
guix-commits |
Subject: |
173/465: gnu: fcitx5-qt: Enable qt6 support. |
Date: |
Tue, 16 Jul 2024 11:03:19 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit e1da305d5f16824776917d03a4fc978ba3dd99f0
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))
- 126/465: gnu: drkonqi: Update to 6.1.2., (continued)
- 126/465: gnu: drkonqi: Update to 6.1.2., guix-commits, 2024/07/16
- 127/465: gnu: kde-gtk-config: Update to 6.1.2., guix-commits, 2024/07/16
- 128/465: gnu: libqaccessibilityclient: Update to 0.6.0., guix-commits, 2024/07/16
- 141/465: gnu: plasma-workspace: Update to 6.1.2., guix-commits, 2024/07/16
- 137/465: gnu: kirigami-addons: Update to 1.3.0., guix-commits, 2024/07/16
- 145/465: gnu: plasma-vault: Update to 6.1.2., guix-commits, 2024/07/16
- 151/465: gnu: kinfocenter: Update to 6.1.2., guix-commits, 2024/07/16
- 155/465: gnu: plasma-integration: Update to 6.1.2., guix-commits, 2024/07/16
- 150/465: gnu: system-settings: Update to 6.1.2., guix-commits, 2024/07/16
- 154/465: gnu: xdg-desktop-portal-kde: Update to 6.1.2., guix-commits, 2024/07/16
- 173/465: gnu: fcitx5-qt: Enable qt6 support.,
guix-commits <=
- 178/465: gnu: Remove khotkeys., guix-commits, 2024/07/16
- 179/465: gnu: Remove ksysguard., guix-commits, 2024/07/16
- 182/465: gnu: kwalletmanager: Update to 24.05.2., guix-commits, 2024/07/16
- 186/465: gnu: Add futuresql., guix-commits, 2024/07/16
- 187/465: gnu: krdc: Update to 24.05.2., guix-commits, 2024/07/16
- 191/465: gnu: khelpcenter: Update to 24.05.2., guix-commits, 2024/07/16
- 183/465: gnu: ksystemlog: Update to 24.05.2., guix-commits, 2024/07/16
- 204/465: gnu: knetwalk: Update to 24.05.2., guix-commits, 2024/07/16
- 200/465: gnu: palapeli: Update to 24.05.2., guix-commits, 2024/07/16
- 214/465: gnu: kosmindoormap: Update to 24.05.2., guix-commits, 2024/07/16