[neon/kde/plasma-integration/Neon/unstable] debian: build qt6

Carlos De Maine null at kde.org
Wed Jul 19 01:13:36 BST 2023


Git commit f7196171e78371926769abf26ce0c76b0ed316b9 by Carlos De Maine.
Committed on 19/07/2023 at 00:13.
Pushed by carlosdem into branch 'Neon/unstable'.

build qt6

M  +5    -0    debian/rules

https://invent.kde.org/neon/kde/plasma-integration/-/commit/f7196171e78371926769abf26ce0c76b0ed316b9

diff --git a/debian/rules b/debian/rules
index 47c772a..124919a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,14 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
+CMAKE_ARGS = -DBUILD_QT6=ON
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
+override_dh_auto_configure:
+dh_auto_configure -- $(CMAKE_ARGS)
+
 override_dh_shlibdeps:
 	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/


More information about the Neon-commits mailing list