[neon/plasma/aura-browser/Neon/unstable] debian: Revert "back to kf5 based for stable"

Carlos De Maine null at kde.org
Mon Jul 13 12:33:21 BST 2026


Git commit 6823d46303e0c84460a380e068b022ec31473c84 by Carlos De Maine.
Committed on 13/07/2026 at 11:32.
Pushed by carlosdem into branch 'Neon/unstable'.

Revert "back to kf5 based for stable"

This reverts commit 7eeb5b1bc1b684ea45262db8e97ef2f62e63bdce.

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

https://invent.kde.org/neon/plasma/aura-browser/-/commit/6823d46303e0c84460a380e068b022ec31473c84

diff --git a/debian/control b/debian/control
index 543841c..c6249c1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: optional
 Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
-               extra-cmake-modules,
-               kirigami2-dev,
-               libkf5i18n-dev,
-               pkg-kde-tools,
-               qtbase5-dev (>= 5.14.0~),
-               qtmultimedia5-dev,
-               qtquickcontrols2-5-dev,
-               qtwebengine5-dev
+               kf6-extra-cmake-modules,
+               kf6-ki18n-dev,
+               kf6-kirigami2-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-multimedia-dev,
+               qt6-webengine-dev
 Standards-Version: 4.5.1
 Homepage: https://invent.kde.org/plasma-bigscreen/aura-browser
 
diff --git a/debian/rules b/debian/rules
index a4a69f9..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
\ No newline at end of file
+	dh $@ --with kf6 --buildsystem kf6



More information about the Neon-commits mailing list