Use the Qt 6 port.
This commit is contained in:
parent
0dd859f25b
commit
971ad1ca5b
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
picom-conf (0.17.0-1ubuntu2) 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-1ubuntu1) oracular; urgency=medium
|
||||
|
||||
* Build-depend on liblxqt2-dev.
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -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
|
||||
|
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