From 971ad1ca5bf30f719914c72a0c135bd194a50cc1 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 19 Oct 2024 15:16:42 -0500 Subject: [PATCH] Use the Qt 6 port. --- debian/changelog | 6 ++++++ debian/control | 4 ++-- debian/rules | 5 +++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 46e1d29..fc7674a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +picom-conf (0.17.0-1ubuntu2) UNRELEASED; urgency=medium + + * Use the Qt 6 port. + + -- Simon Quigley Sat, 19 Oct 2024 15:16:25 -0500 + picom-conf (0.17.0-1ubuntu1) oracular; urgency=medium * Build-depend on liblxqt2-dev. diff --git a/debian/control b/debian/control index 552053a..f7b2611 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Build-Depends: cmake (>= 3.15), help2man, libconfig-dev, liblxqt2-dev, - qtbase5-dev, + qt6-base-dev, libqtilitools-dev, - qttools5-dev + qt6-tools-dev Standards-Version: 4.6.2 Homepage: https://github.com/qtilities/picom-conf/ Vcs-Browser: https://salsa.debian.org/ArrayBolt3/picom-conf diff --git a/debian/rules b/debian/rules index 9d7cbbb..748fb07 100755 --- a/debian/rules +++ b/debian/rules @@ -8,3 +8,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all 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 -- \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DPROJECT_QT_VERSION=6