[neon/kde/breeze/Neon/unstable] debian: Update rules

Carlos De Maine null at kde.org
Tue Aug 8 05:04:55 BST 2023


Git commit 3296b48ecc5a4b6bb0fa380c41441299e76f95ce by Carlos De Maine.
Committed on 08/08/2023 at 06:04.
Pushed by carlosdem into branch 'Neon/unstable'.

Update rules

M  +5    -0    debian/rules

https://invent.kde.org/neon/kde/breeze/-/commit/3296b48ecc5a4b6bb0fa380c41441299e76f95ce

diff --git a/debian/rules b/debian/rules
index cec3fa1..107ceca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,14 @@
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
+QT6_CMAKE_ARGS = -DBUILD_QT5=OFF -DBUILD_QT6=ON 
+
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
+override_dh_auto_configure:
+	dh_auto_configure -- $(QT6_CMAKE_ARGS) -DUSE_QT_VERSION=6
+
 override_dh_install:
 	# This is required to make sure Plasma does not
 	# fall back to a cursor theme from the 90's


More information about the Neon-commits mailing list