[neon/neon-packaging/nota/Neon/release] debian: neonify

Carlos De Maine null at kde.org
Fri Nov 15 03:38:08 GMT 2024


Git commit c41d3e7f834450c456ab6ada1dbea74e9bbbd73c by Carlos De Maine.
Committed on 15/11/2024 at 03:37.
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/nota/-/commit/c41d3e7f834450c456ab6ada1dbea74e9bbbd73c

diff --git a/debian/control b/debian/control
index c73c3b8..0de28ad 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends: cmake,
                libmauikittexteditor-dev,
                mauiman-dev,
                mauikit-dev,
+               pkg-kde-tools-neon,
                qt6-base-dev,
                qt6-declarative-dev,
                qt6-svg-dev,
diff --git a/debian/rules b/debian/rules
index c8b1141..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 $@ --buildsystem=cmake
+	dh $@ --with kf6 --buildsystem kf6
+


More information about the Neon-commits mailing list