[neon/mobile/qmlkonsole/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Fri Jun 16 02:37:34 BST 2023


Git commit 26f9dd2b4c176362c7c99422dd621f224baed34c by Carlos De Maine.
Committed on 16/06/2023 at 01:37.
Pushed by carlosdem into branch 'Neon/unstable'.

port to kf6

M  +17   -18   debian/control
M  +7    -1    debian/rules

https://invent.kde.org/neon/mobile/qmlkonsole/-/commit/26f9dd2b4c176362c7c99422dd621f224baed34c

diff --git a/debian/control b/debian/control
index d895384..0dda362 100644
--- a/debian/control
+++ b/debian/control
@@ -2,28 +2,27 @@ Source: qmlkonsole
 Section: kde
 Priority: optional
 Maintainer: Jonathan riddell <jr at jriddell.org>
-Build-Depends: cmake (>= 2.8.12),
+Build-Depends: cmake,
                debhelper-compat (= 13),
-               extra-cmake-modules (>= 1.6.0~),
-               kirigami-addons-dev,
-               kirigami2-dev,
-               libkf5config-dev,
-               libkf5coreaddons-dev,
-               libkf5i18n-dev,
-               libkf5windowsystem-dev,
-               libqt5svg5-dev,
-               pkg-kde-tools,
-               qtdeclarative5-dev,
-               qtquickcontrols2-5-dev
-Standards-Version: 4.1.4
-Homepage: http://www.kde.org/
+               kf6-extra-cmake-modules,
+               kf6-kirigami-addons-dev,
+               kf6-kirigami2-dev,
+               kf6-kconfig-dev,
+               kfk-6coreaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kwindowsystem-dev,
+               pkg-kde-tools-neon,
+               qt6-declarative-dev,
+               qt6-svg-dev,
+Standards-Version: 4.6.1
+Homepage: https://invent.kde.org/plasma-mobile/qmlkonsole.git
 
 Package: qmlkonsole
 Architecture: any
-Depends: qml-module-org-kde-kirigami2,
-         qml-module-qmltermwidget,
-         qml-module-qtquick-controls2,
-         qml-module-org-kde-kirigami-addons-labs-mobileform,
+Depends: qml6-module-org-kde-kirigami2,
+         qml6-module-qmltermwidget,
+         qml6-module-qtquick-controls,
+         qml6-module-org-kde-kirigami-addons-labs-mobileform,
          ${misc:Depends},
          ${shlibs:Depends}
 Provides: x-terminal-emulator
diff --git a/debian/rules b/debian/rules
index b57f3e9..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,9 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+	dh $@ --with kf6 --buildsystem kf6
+
+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