[neon/extras/qcoro/Neon/release] debian: Don't build QML and QtQuick libs for the moment.

Sandro Knauß null at kde.org
Mon May 22 00:13:36 BST 2023


Git commit 96121d61cfbe1ff68f78ca71979cec7b23d7e56d by Sandro Knauß.
Committed on 27/11/2022 at 14:34.
Pushed by carlosdem into branch 'Neon/release'.

Don't build QML and QtQuick libs for the moment.

M  +1    -0    debian/changelog
M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/qcoro/commit/96121d61cfbe1ff68f78ca71979cec7b23d7e56d

diff --git a/debian/changelog b/debian/changelog
index 67942de..add00fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qcoro (0.7.0-1) UNRELEASED; urgency=medium
   [ Sandro Knauß ]
   * New upstream release (0.7.0).
   * Remove upstream applied patches.
+  * Don't build QML and QtQuick libs for the moment.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 27 Nov 2022 13:58:51 +0100
 
diff --git a/debian/rules b/debian/rules
index 180aa6c..7dc467b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=OFF
+CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=OFF -DQCORO_WITH_QML=OFF -DQCORO_WITH_QTQUICK=OFF
 
 %:
 	dh $@ --with pkgkde_symbolshelper



More information about the Neon-commits mailing list