From 86fd8a9da2d951692bb1602570a83c47831481d0 Mon Sep 17 00:00:00 2001 From: reionwong Date: Sun, 30 Aug 2026 03:04:57 -0400 Subject: [PATCH] fix(debian): update packaging for Qt6 and KF6 --- debian/control | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index cd5101d..9a2b52f 100644 --- a/debian/control +++ b/debian/control @@ -5,18 +5,17 @@ Maintainer: CutefishOS Build-Depends: cmake, debhelper (>= 9), extra-cmake-modules, - libkf5networkmanagerqt-dev, - libkf5kio-dev, - libkf5bluezqt-dev, - modemmanager-qt-dev, + libkf6networkmanagerqt-dev, + libkf6bluezqt-dev, + libkf6modemmanagerqt-dev, libcanberra-dev, libpulse-dev, sound-theme-freedesktop, - qtbase5-dev, - qtdeclarative5-dev, - qtquickcontrols2-5-dev, - qttools5-dev, - qttools5-dev-tools + qt6-base-dev, + qt6-declarative-dev, + qt6-tools-dev, + qt6-tools-dev-tools, + pkg-config Standards-Version: 4.5.0 Homepage: https://cutefishos.com