[neon/neon-packaging/bonsai/Neon/release] debian: neonify
Carlos De Maine
null at kde.org
Fri Nov 15 03:34:44 GMT 2024
Git commit 2754d63b051ef8e7f8c90c3033cce6aaa4017b9f by Carlos De Maine.
Committed on 15/11/2024 at 03:34.
Pushed by carlosdem into branch 'Neon/release'.
neonify
M +1 -0 debian/control
M +4 -3 debian/rules
https://invent.kde.org/neon/neon-packaging/bonsai/-/commit/2754d63b051ef8e7f8c90c3033cce6aaa4017b9f
diff --git a/debian/control b/debian/control
index 05f73b7..e7ebabf 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: debhelper-compat (= 13),
libmauikittexteditor-dev,
mauiman-dev,
mauikit-dev,
+ pkg-kde-tools-neon,
qt6-base-dev,
qt6-declarative-dev,
Standards-Version: 4.6.2
diff --git a/debian/rules b/debian/rules
index 8f51696..f21e70f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
-
-export QT_SELECT=qt6
+# 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