@ -1,3 +1,9 @@
picom-conf (0.17.0-0ubuntu2) UNRELEASED; urgency=medium
* Use the Qt 6 port.
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 19 Oct 2024 15:16:25 -0500
picom-conf (0.17.0-0ubuntu1) noble; urgency=medium
* New upstream release.
@ -8,10 +8,10 @@ Build-Depends: cmake (>= 3.15),
debhelper-compat (= 13),
help2man,
libconfig-dev,
liblxqt1-dev,
qtbase5-dev,
liblxqt2-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://git.lubuntu.me/Lubuntu/picom-conf-packaging
@ -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