Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
fcitx5-configtool
Commits:
46ed8510 by Yao Zi at 2025-10-29T08:49:49+00:00
Don't specify the removed USE_QT6 option
The option has been removed in upstream commit 8b4600faaaf8 ("Drop Qt5
code"), and now fcitx5-configtool uses (and could only use) Qt6
libraries by default. Don't specify -DUSE_QT6=OFF anymore to avoid CMake
warnings about unused variables and future confusion.
Signed-off-by: Yao Zi <[email protected]>
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -36,7 +36,6 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DUSE_QT6=ON \
../$pkgname
ninja
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-configtool/-/commit/46ed85104220e320764c2b9eb69fb4788ac73d95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-configtool/-/commit/46ed85104220e320764c2b9eb69fb4788ac73d95
You're receiving this email because of your account on gitlab.archlinux.org.