[neon/neon-packaging/arianna/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Tue Sep 26 16:19:33 BST 2023
Git commit 33804b2ce81db1315ec5831a8685b1635d4f3ad6 by Carlos De Maine.
Committed on 26/09/2023 at 17:19.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +19 -20 debian/control
M +4 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/arianna/-/commit/33804b2ce81db1315ec5831a8685b1635d4f3ad6
diff --git a/debian/control b/debian/control
index 18bc262..ec7f0c0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,32 +6,31 @@ Build-Depends: baloo-kf5-dev,
cmake,
debhelper-compat (= 13),
extra-cmake-modules,
- kirigami-addons-dev,
- kirigami2-dev,
- libkf5archive-dev,
- libkf5config-dev,
- libkf5coreaddons-dev,
- libkf5dbusaddons-dev,
- libkf5filemetadata-dev,
- libkf5i18n-dev,
- libkf5qqc2desktopstyle-dev,
- libkf5windowsystem-dev,
- libqt5svg5-dev,
- libqt5websockets5-dev,
+ kf6-kirigami-addons-dev,
+ kf6-kirigami2-dev,
+ kf6-karchive-dev,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kfilemetadata-dev,
+ kf6-ki18n-dev,
+ kf6-qqc2desktopstyle-dev,
+ kf6-qqc2desktopstyle-dev,
pkg-config,
pkg-kde-tools,
- qtbase5-dev,
- qtdeclarative5-dev,
- qtquickcontrols2-5-dev,
- qtwebengine5-dev
-Standards-Version: 4.5.1
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-svg-dev,
+ qt6-websockets-dev,
+ qt6-webengine-dev
+Standards-Version: 4.6.2
Homepage: https://invent.kde.org/neon-packaging/arianna
Package: arianna
Architecture: any
-Depends: qml-module-org-kde-kirigami-addons-labs-components,
- qml-module-org-kde-kirigamiaddons,
- qml-module-qtwebchannel,
+Depends: qml6-module-org-kde-kirigami-addons-labs-components,
+ qml6-module-org-kde-kirigamiaddons,
+ qml6-module-qtwebchannel,
${misc:Depends},
${shlibs:Depends}
Description: Plasma EPub Reader
diff --git a/debian/rules b/debian/rules
index 28858f7..f21e70f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
#!/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