[neon/kde/pimcommon/Neon/unstable] debian: designer plugin, docs, unity build

Carlos De Maine null at kde.org
Mon Oct 30 08:32:04 GMT 2023


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

designer plugin, docs, unity build

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

https://invent.kde.org/neon/kde/pimcommon/-/commit/319a8cad73a622e656311cb109adbfd46d556dfd

diff --git a/debian/control b/debian/control
index f780ffa..ff21796 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
+               doxygen,
                kf6-extra-cmake-modules,
                kf6-karchive-dev,
                kf6-kcmutils-dev,
diff --git a/debian/kpim6-pimcommon-dev.install b/debian/kpim6-pimcommon-dev.install
index dfdc594..35c58a5 100644
--- a/debian/kpim6-pimcommon-dev.install
+++ b/debian/kpim6-pimcommon-dev.install
@@ -2,3 +2,4 @@ usr/include/KPim6/
 usr/lib/*/cmake/
 usr/lib/*/libKPim6PimCommon.so
 usr/lib/*/libKPim6PimCommonAkonadi.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 3d69b0d..bc3aa9e 100644
--- 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