[neon/kde/mailcommon/Neon/unstable] debian: designerplugin, docs, unity build

Carlos De Maine null at kde.org
Mon Oct 30 08:54:11 GMT 2023


Git commit ed5753ba90e679776e2d6fff33731820639eaa41 by Carlos De Maine.
Committed on 30/10/2023 at 09:54.
Pushed by carlosdem into branch 'Neon/unstable'.

designerplugin, docs, unity build

M  +3    -0    debian/control
M  +1    -0    debian/kpim6-mailcommon-dev.install
M  +6    -0    debian/rules

https://invent.kde.org/neon/kde/mailcommon/-/commit/ed5753ba90e679776e2d6fff33731820639eaa41

diff --git a/debian/control b/debian/control
index 57e764a..5cbc9e8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake,
                dbus,
                debhelper-compat (= 13),
+               doxygen,
                kf6-extra-cmake-modules,
                kf6-karchive-dev,
                kf6-kcodecs-dev,
@@ -13,6 +14,7 @@ Build-Depends: cmake,
                kf6-kconfig-dev,
                kf6-kconfigwidgets-dev,
                kf6-kdbusaddons-dev,
+               kf6-kguiaddons-dev,
                kf6-ki18n-dev,
                kf6-kiconthemes-dev,
                kf6-kio-dev,
@@ -34,6 +36,7 @@ Build-Depends: cmake,
                kpim6-pimcommon-dev,
                libqgpgme15-qt6-dev,
                pkg-kde-tools-neon,
+               qt6-5compat-dev,
                qt6-base-dev,
                qt6-phonon-dev,
                qt6-tools-dev,
diff --git a/debian/kpim6-mailcommon-dev.install b/debian/kpim6-mailcommon-dev.install
index b075f0a..1c5b41a 100644
--- a/debian/kpim6-mailcommon-dev.install
+++ b/debian/kpim6-mailcommon-dev.install
@@ -1,3 +1,4 @@
 usr/include/KPim6/MailCommon/
 usr/lib/*/cmake/KPim6MailCommon/
 usr/lib/*/libKPim6MailCommon.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 3d69b0d..bc3aa9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,9 @@
 
 %:
 	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
+		-DBUILD_QCH=ON \
+		-DBUILD_DESIGNERPLUGIN=ON
\ No newline at end of file


More information about the Neon-commits mailing list