[neon/neon-packaging/flatpak-kcm/Neon/unstable] debian: update build deps from cmake

Rik Mills null at kde.org
Thu Nov 3 07:30:16 GMT 2022


Git commit 5e1379da0741bec2f52d660c828a412e776f888d by Rik Mills.
Committed on 03/11/2022 at 07:17.
Pushed by rikmills into branch 'Neon/unstable'.

update build deps from cmake

M  +10   -8    debian/control

https://invent.kde.org/neon/neon-packaging/flatpak-kcm/commit/5e1379da0741bec2f52d660c828a412e776f888d

diff --git a/debian/control b/debian/control
index 06287e1..9d97587 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,20 @@ Source: flatpak-kcm
 Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Build-Depends: cmake,
+Build-Depends: cmake (>= 3.16~),
                debhelper-compat (= 13),
-               extra-cmake-modules,
+               extra-cmake-modules (>= 5.98.0~),
                libconfig-dev,
-	       libflatpak-dev,
-	       libqt5svg5-dev,
-               libkf5declarative-dev,
-               libkf5i18n-dev,
-               libkf5kcmutils-dev,
+               libflatpak-dev,
+               libkf5config-dev (>= 5.98.0~),
+               libkf5declarative-dev (>= 5.98.0~),
+               libkf5i18n-dev (>= 5.98.0~),
+               libkf5kcmutils-dev (>= 5.98.0~),
+               libqt5svg5-dev (>= 5.15.2~),
+               pkg-config,
                pkg-kde-tools,
                qtbase5-dev,
-               qtdeclarative5-dev
+               qtdeclarative5-dev (>= 5.15.2~)
 Standards-Version: 4.5.0
 Homepage: https://invent.kde.org/plasma/flatpak-kcm
 



More information about the Neon-commits mailing list