[neon/neon-packaging/maui-communicator/Neon/release] debian: neonify
Carlos De Maine
null at kde.org
Fri Nov 15 03:41:05 GMT 2024
Git commit 616d19bb3a316ec0d7993dbf3aa0322b1689ce67 by Carlos De Maine.
Committed on 15/11/2024 at 03:40.
Pushed by carlosdem into branch 'Neon/release'.
neonify
M +1 -1 debian/control
A +1 -0 debian/maui-communicator.install
M +4 -3 debian/rules
https://invent.kde.org/neon/neon-packaging/maui-communicator/-/commit/616d19bb3a316ec0d7993dbf3aa0322b1689ce67
diff --git a/debian/control b/debian/control
index b362fcf..2f76659 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: cmake,
mauiman-dev,
mauikit-dev,
pkgconf,
- pkg-kde-tools,
+ pkg-kde-tools-neon,
qt6-base-dev,
qt6-declarative-dev,
qt6-multimedia-dev,
diff --git a/debian/maui-communicator.install b/debian/maui-communicator.install
new file mode 100644
index 0000000..1b91047
--- /dev/null
+++ b/debian/maui-communicator.install
@@ -0,0 +1 @@
+usr/
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