[neon/neon-packaging/krecorder/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Sat Jan 13 12:31:36 GMT 2024
Git commit 041e51ca82fbbb805e95569dd9091ab23f1499d0 by Carlos De Maine.
Committed on 13/01/2024 at 13:31.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +15 -15 debian/control
D +0 -1 debian/files
M +3 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/krecorder/-/commit/041e51ca82fbbb805e95569dd9091ab23f1499d0
diff --git a/debian/control b/debian/control
index a98ef62..461cf6b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,26 +4,26 @@ Section: kde
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
- kirigami2-dev,
- kirigami-addons-dev,
- libkf5config-dev,
- libkf5coreaddons-dev,
- libkf5i18n-dev,
- libkf5windowsystem-dev,
- libqt5svg5-dev,
- qtbase5-dev,
- qtdeclarative5-dev,
- qtmultimedia5-dev,
- qtquickcontrols2-5-dev
-Standards-Version: 4.5.0
+ kf6-extra-cmake-modules,
+ kf6-kirigami-dev,
+ kf6-kirigami-addons-dev,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-ki18n-dev,
+ kf6-windowsystem-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-multimedia-dev,
+ qt6-svg-dev,
+Standards-Version: 4.6.2
Vcs-Browser: https://invent.kde.org/neon/mobile/krecorder
Vcs-Git: https://invent.kde.org/neon/mobile/krecorder.git
Package: krecorder
Architecture: any
-Depends: qml-module-org-kde-kirigami2,
- qml-module-qtquick-controls2,
+Depends: qml6-module-org-kde-kirigami,
+ qml6-module-qtquick-controls,
${misc:Depends},
${shlibs:Depends}
Description: Sound recorder for Plasma Mobile
diff --git a/debian/files b/debian/files
deleted file mode 100644
index 7535024..0000000
--- a/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-krecorder_21.05-0neon_source.buildinfo kde optional
diff --git a/debian/rules b/debian/rules
index 2d33f6a..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 $@
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list