[neon/plasma/aura-browser/Neon/stable] debian: back to kf5 based for stable
Carlos De Maine
null at kde.org
Mon Jul 13 12:31:47 BST 2026
Git commit 7eeb5b1bc1b684ea45262db8e97ef2f62e63bdce by Carlos De Maine.
Committed on 13/07/2026 at 11:31.
Pushed by carlosdem into branch 'Neon/stable'.
back to kf5 based for stable
M +8 -8 debian/control
M +1 -3 debian/rules
https://invent.kde.org/neon/plasma/aura-browser/-/commit/7eeb5b1bc1b684ea45262db8e97ef2f62e63bdce
diff --git a/debian/control b/debian/control
index c6249c1..543841c 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),
- 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
+ extra-cmake-modules,
+ kirigami2-dev,
+ libkf5i18n-dev,
+ pkg-kde-tools,
+ qtbase5-dev (>= 5.14.0~),
+ qtmultimedia5-dev,
+ qtquickcontrols2-5-dev,
+ qtwebengine5-dev
Standards-Version: 4.5.1
Homepage: https://invent.kde.org/plasma-bigscreen/aura-browser
diff --git a/debian/rules b/debian/rules
index 3d69b0d..a4a69f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-# SPDX-License-Identifier: LGPL-2.0-or-later
-# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf6 --buildsystem kf6
+ dh $@ --with kf5
\ No newline at end of file
More information about the Neon-commits
mailing list