[neon/neon-packaging/qmltermwidget/Neon/unstable] debian: adapt to new cmake buildsystem

Carlos De Maine null at kde.org
Fri Dec 22 08:48:22 GMT 2023


Git commit 13e13241d45fafd0cef4f8a285fb6d5ff949b6a4 by Carlos De Maine.
Committed on 22/12/2023 at 09:48.
Pushed by carlosdem into branch 'Neon/unstable'.

adapt to new cmake buildsystem

M  +8    -1    debian/control
M  +3    -3    debian/rules

https://invent.kde.org/neon/neon-packaging/qmltermwidget/-/commit/13e13241d45fafd0cef4f8a285fb6d5ff949b6a4

diff --git a/debian/control b/debian/control
index 6c0b45e..b4c9c4a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,14 @@ Source: qmltermwidget
 Section: lib
 Priority: optional
 Maintainer: Jonah BrĂ¼chert <jbb at kaidan.im>
-Build-Depends: debhelper-compat (= 13), qt5-qmake, qtbase5-dev, qtdeclarative5-dev
+Build-Depends: debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               libkf5coreaddons-dev,
+               libkf5pty-dev,
+               pkg-tools-kde,
+               qt5-qmake, 
+               qtbase5-dev, 
+               qtdeclarative5-dev
 Standards-Version: 4.6.1
 Homepage: https://github.com/Swordfish90/qmltermwidget
 Vcs-Browser: https://gitlab.com/debian-pm/qmltermwidget
diff --git a/debian/rules b/debian/rules
index f15494a..24a45d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
-
-export QT_SELECT=qt5
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --no-parallel
+	dh $@ --with kf5 --buildsystem kf5


More information about the Neon-commits mailing list