Use the Qt 6 port.
This commit is contained in:
parent
978c6f07e5
commit
ce0b24ac25
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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.
|
||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -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
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user