[neon/extras/kjots/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Sun Sep 24 11:51:23 BST 2023


Git commit 877085131cd13e41f39aefc151205c2ab5cca271 by Carlos De Maine.
Committed on 24/09/2023 at 08:05.
Pushed by carlosdem into branch 'Neon/unstable'.

port to kf6

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

https://invent.kde.org/neon/extras/kjots/-/commit/877085131cd13e41f39aefc151205c2ab5cca271

diff --git a/debian/control b/debian/control
index cfefc8c..0e4b8d2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,26 +5,26 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Norbert Preining <norbert at preining.info>
 Build-Depends: cmake (>= 2.8.12~),
                debhelper-compat (= 13),
-               extra-cmake-modules (>= 5.16.0~),
                gettext,
-               libgrantlee5-dev (>= 5.0~),
-               libkf5akonadi-dev (>= 4:5.1.0~),
-               libkf5akonadinotes-dev (>= 5.1.0~),
-               libkf5bookmarks-dev (>= 5.71.0~),
-               libkf5config-dev (>= 5.71.0~),
-               libkf5configwidgets-dev (>= 5.71.0~),
-               libkf5i18n-dev,
-               libkf5kcmutils-dev (>= 5.71.0~),
-               libkf5kio-dev (>= 5.71.0~),
-               libkf5kontactinterface-dev (>= 4.82.0~),
-               libkf5ktextaddons-dev,
-               libkf5libkdepim-dev,
-               libkf5mime-dev (>= 4.87.0~),
-               libkf5parts-dev (>= 5.71.0~),
-               libkf5pimtextedit-dev (>= 4.91.0~),
-               libkf5xmlgui-dev (>= 5.71.0~),
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.6.0~),
+               kf6-extra-cmake-modules,
+               kf6-kbookmarks-dev,
+               kf6-kcmutils-dev,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-kparts-dev,
+               kf6-ktextaddons-dev,
+               kf6-ktexttemplate-dev,
+               kf6-kxmlgui-dev,
+               kpim6-akonadi-dev,
+               kpim6-akonadi-notes-dev,
+               kpim6-kdepim-dev,
+               kpim6-kontactinterface-dev,
+               kpim6-mime-dev,
+               kpim6-pimtextedit-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev
 Standards-Version: 4.6.0
 Rules-Requires-Root: no
 Homepage: https://userbase.kde.org/KJots
diff --git a/debian/rules b/debian/rules
index 28858f7..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf5
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list