[neon/neon-packaging/nota/Neon/release_jammy] debian: kf6ify

Carlos De Maine null at kde.org
Fri Jul 12 04:08:00 BST 2024


Git commit a6e91d3d2cf65cd79d94e2cbd19db1dc3936082a by Carlos De Maine.
Committed on 12/07/2024 at 03:07.
Pushed by carlosdem into branch 'Neon/release_jammy'.

kf6ify

(cherry picked from commit c05fa614135a04f209fe7845b875b022fe400273)

M  +16   -17   debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/nota/-/commit/a6e91d3d2cf65cd79d94e2cbd19db1dc3936082a

diff --git a/debian/control b/debian/control
index 6258afa..5a6e9b5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,23 +4,22 @@ Priority: optional
 Maintainer: Jonah BrĂ¼chert <jbb at kaidan.im>
 Build-Depends: cmake,
                debhelper-compat (= 13),
-               extra-cmake-modules,
-               libkf5config-dev,
-               libkf5coreaddons-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
-               libkf5notifications-dev,
-               libkf5service-dev,
-               libkf5syntaxhighlighting-dev,
+               kf6-extra-cmake-modules,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-kservice-dev,
+               kf6-ksyntaxhighlighting-dev,
                libmauikitfilebrowsing-dev,
                libmauikittexteditor-dev,
-               libqt5svg5-dev,
                mauiman-dev,
                mauikit-dev,
-               qtbase5-dev,
-               qtdeclarative5-dev,
-               qtquickcontrols2-5-dev,
-               qtwebengine5-dev
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-svg-dev,
+               qt6-webengine-dev
 Standards-Version: 4.6.2
 Homepage: https://github.com/maui-project/nota
 Vcs-Browser: https://gitlab.com/debian-pm/apps/nota
@@ -28,10 +27,10 @@ Vcs-Git: https://gitlab.com/debian-pm/apps/nota.git
 
 Package: nota
 Architecture: any
-Depends: qml-module-org-maui-mauikit,
-         qml-module-org-mauikit-filebrowsing,
-         qml-module-org-mauikit-texteditor,
-         qml-module-qmltermwidget,
+Depends: qml6-module-org-maui-mauikit,
+         qml6-module-org-mauikit-filebrowsing,
+         qml6-module-org-mauikit-texteditor,
+         qml6-module-qmltermwidget,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Maui Multi-platform text editor
diff --git a/debian/rules b/debian/rules
index e20610b..c8b1141 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export QT_SELECT=qt5
+export QT_SELECT=qt6
 
 %:
 	dh $@ --buildsystem=cmake


More information about the Neon-commits mailing list