From 2df69c6880ef95bb1afbf9545be5416126a0d036 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 19 Oct 2024 15:24:41 -0500 Subject: [PATCH] Final bits for switching to Qt 6 --- debian/control | 5 +++-- debian/rules | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 5d01606..3cae97b 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,10 @@ Build-Depends: cmake (>= 3.15), help2man, libconfig-dev, liblxqt2-dev, - qt6-base-dev, libqtilitools-dev, - qt6-tools-dev + qt6-base-dev, + qt6-tools-dev, + qt6-tools-dev-tools Standards-Version: 4.6.2 Homepage: https://github.com/qtilities/picom-conf/ Vcs-Browser: https://git.lubuntu.me/Lubuntu/picom-conf-packaging diff --git a/debian/rules b/debian/rules index 748fb07..868b28b 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ override_dh_installman: help2man -N -n "configure the Picom compositor" "./debian/picom-conf/usr/bin/picom-conf -platform offscreen" > debian/picom-conf.1 dh_installman -override_dh_auto_configure: - dh_auto_configure -- \ +override_dh_auto_configure: + dh_auto_configure -- \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DPROJECT_QT_VERSION=6