[neon/kf6/kf6-kconfig/Neon/unstable] debian: dev deps
Jonathan Esk-Riddell
null at kde.org
Wed Feb 1 16:03:00 GMT 2023
Git commit 9b42b328ea87a563d4ed6929619526243f4088cd by Jonathan Esk-Riddell.
Committed on 01/02/2023 at 16:02.
Pushed by jriddell into branch 'Neon/unstable'.
dev deps
M +5 -1 debian/control
M +1 -1 debian/kf6-kconfig-dev.install
https://invent.kde.org/neon/kf6/kf6-kconfig/commit/9b42b328ea87a563d4ed6929619526243f4088cd
diff --git a/debian/control b/debian/control
index f0a9383..ac651df 100644
--- a/debian/control
+++ b/debian/control
@@ -47,7 +47,11 @@ Package: kf6-kconfig-dev
Architecture: any
Section: kde
X-Neon-MergedPackage: true
-Depends: kf6-kconfig (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: kf6-kconfig (= ${binary:Version}),
+ qt6-base-dev,
+ qt6-declarative-dev,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: configuration settings framework for Qt
KConfig provides an advanced configuration system. It is made of two
parts: KConfigCore and KConfigGui.
diff --git a/debian/kf6-kconfig-dev.install b/debian/kf6-kconfig-dev.install
index 4d8be92..fc087ec 100644
--- a/debian/kf6-kconfig-dev.install
+++ b/debian/kf6-kconfig-dev.install
@@ -1,3 +1,4 @@
+usr/kf6/bin/kconfig_compiler_kf5
usr/kf6/include/
usr/kf6/lib/*/cmake/KF5Config/KF5ConfigCompilerTargets*.cmake
usr/kf6/lib/*/cmake/KF5Config/KF5ConfigConfig*.cmake
@@ -8,4 +9,3 @@ usr/kf6/lib/*/libKF5ConfigGui.so
usr/kf6/lib/*/libKF5ConfigQml.so
usr/kf6/mkspecs/modules/qt_KConfigCore.pri
usr/kf6/mkspecs/modules/qt_KConfigGui.pri
-usr/kf6/bin/kconfig_compiler_kf5
More information about the Neon-commits
mailing list