Final bits for switching to Qt 6

ubuntu/plucky
Simon Quigley 2 months ago
parent ce0b24ac25
commit 2df69c6880

5
debian/control vendored

@ -9,9 +9,10 @@ Build-Depends: cmake (>= 3.15),
help2man, help2man,
libconfig-dev, libconfig-dev,
liblxqt2-dev, liblxqt2-dev,
qt6-base-dev,
libqtilitools-dev, libqtilitools-dev,
qt6-tools-dev qt6-base-dev,
qt6-tools-dev,
qt6-tools-dev-tools
Standards-Version: 4.6.2 Standards-Version: 4.6.2
Homepage: https://github.com/qtilities/picom-conf/ Homepage: https://github.com/qtilities/picom-conf/
Vcs-Browser: https://git.lubuntu.me/Lubuntu/picom-conf-packaging Vcs-Browser: https://git.lubuntu.me/Lubuntu/picom-conf-packaging

4
debian/rules vendored

@ -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 help2man -N -n "configure the Picom compositor" "./debian/picom-conf/usr/bin/picom-conf -platform offscreen" > debian/picom-conf.1
dh_installman dh_installman
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- \ dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DPROJECT_QT_VERSION=6 -DPROJECT_QT_VERSION=6

Loading…
Cancel
Save