[neon/kde/kdepim-runtime/Neon/unstable] debian: build deps, unity build
Carlos De Maine
null at kde.org
Mon Oct 30 04:36:51 GMT 2023
Git commit 0fa261091aad4bd4ecac8b806ce8d0c68916944d by Carlos De Maine.
Committed on 30/10/2023 at 05:36.
Pushed by carlosdem into branch 'Neon/unstable'.
build deps, unity build
M +4 -3 debian/control
M +4 -0 debian/rules
https://invent.kde.org/neon/kde/kdepim-runtime/-/commit/0fa261091aad4bd4ecac8b806ce8d0c68916944d
diff --git a/debian/control b/debian/control
index 372fffe..784ccb9 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Build-Depends: cmake,
kf6-kconfigwidgets-dev,
kf6-kcontacts-dev,
kf6-kdav-dev,
+ kf6-kdoctools,
kf6-kholidays-dev,
kf6-kio-dev,
kf6-kitemmodels-dev,
@@ -47,8 +48,8 @@ Build-Depends: cmake,
libboost-atomic-dev,
libboost-dev (>= 1.40.0-2),
libboost-program-options-dev,
-# libetebase-dev,
-# libkolabxml-dev (>= 1.1),
+ libetebase-dev,
+ libkolabxml-dev (>= 1.1),
libqca-qt6-2-dev,
pkg-config,
pkg-kde-tools-neon,
@@ -72,7 +73,7 @@ Architecture: any
Depends: kpim6-akonadi,
kpim6-kldap,
kpim6-libksieve,
- kpim6-libsasl2-modules-kdexoauth2,
+ kpim6-libkgapi,
${misc:Depends},
${shlibs:Depends}
Description: runtime components for Akonadi KDE
diff --git a/debian/rules b/debian/rules
index 3d69b0d..081221b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,7 @@
%:
dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ -DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON
\ No newline at end of file
More information about the Neon-commits
mailing list