From b1bdd26e980d499a162faee2bfcaef1ff396a7d5 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 | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index 7b0eb2d..d5bc785 100644 --- a/debian/control +++ b/debian/control @@ -5,20 +5,14 @@ Maintainer: CutefishOS Build-Depends: cmake, debhelper (>= 9), extra-cmake-modules, - libqt5x11extras5-dev, - libkf5windowsystem-dev, - libqt5xdg-dev, - libdbusmenu-qt5-dev, + libkf6windowsystem-dev, + libqt6xdg-dev, libxcb-shape0-dev, libxcb-icccm4-dev, libxcb1-dev, - libxcb-ewmh-dev, - qtbase5-dev, - qtbase5-private-dev, - qtdeclarative5-dev, - qtquickcontrols2-5-dev, - qttools5-dev, - qttools5-dev-tools + qt6-base-dev, + qt6-base-private-dev, + qt6-declarative-dev Standards-Version: 4.5.0 Homepage: https://cutefishos.com