[neon/backports-jammy/fcitx5-kkc/Neon/unstable] debian: qt6ify
Carlos De Maine
null at kde.org
Sun Apr 14 23:25:34 BST 2024
Git commit d098aefc9c36282302d7ea4c6c1870738d450e4d by Carlos De Maine.
Committed on 14/04/2024 at 22:25.
Pushed by carlosdem into branch 'Neon/unstable'.
qt6ify
M +3 -3 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/backports-jammy/fcitx5-kkc/-/commit/d098aefc9c36282302d7ea4c6c1870738d450e4d
diff --git a/debian/control b/debian/control
index 7c0b8d0..7ce8224 100644
--- a/debian/control
+++ b/debian/control
@@ -8,16 +8,16 @@ Uploaders:
Build-Depends:
cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
gettext,
- libfcitx5-qt-dev (>= 5.1.0),
+ kf6-extra-cmake-modules,
+ libfcitx5-qt6-dev (>= 5.1.0),
libfcitx5core-dev (>= 5.1.0),
libgee-0.8-dev,
libglib2.0-dev,
libjson-glib-dev,
libkkc-dev,
pkg-config,
- qtbase5-dev,
+ qt6-base-dev,
Rules-Requires-Root: no
Homepage: https://github.com/fcitx/fcitx5-kkc
Vcs-Git: https://salsa.debian.org/input-method-team/fcitx5-kkc.git
diff --git a/debian/rules b/debian/rules
index be2c988..87dc486 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export QT_SELECT := 5
+export QT_SELECT := 6
%:
dh $@
More information about the Neon-commits
mailing list