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

Carlos De Maine null at kde.org
Mon Oct 30 08:42:21 GMT 2023


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

docs, unity build

M  +1    -0    debian/control
M  +1    -0    debian/kpim6-grantleetheme-dev.install
M  +5    -0    debian/rules

https://invent.kde.org/neon/kde/grantleetheme/-/commit/04138bea2277afb4616a500572bf4207d3100eee

diff --git a/debian/control b/debian/control
index 634ec57..0c795b1 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: cmake,
                kf6-extra-cmake-modules,
                kf6-kcolorscheme-dev,
                kf6-kcoreaddons-dev,
+               kf6-kdoctools-dev,
                kf6-kguiaddons-dev,
                kf6-ki18n-dev,
                kf6-kiconthemes-dev,
diff --git a/debian/kpim6-grantleetheme-dev.install b/debian/kpim6-grantleetheme-dev.install
index ac5cd91..28663c0 100644
--- a/debian/kpim6-grantleetheme-dev.install
+++ b/debian/kpim6-grantleetheme-dev.install
@@ -1,3 +1,4 @@
 usr/include/KPim6/GrantleeTheme
 usr/lib/*/cmake/KPim6GrantleeTheme/
 usr/lib/*/libKPim6GrantleeTheme.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 3d69b0d..141287f 100644
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,8 @@
 
 %:
 	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
+		-DBUILD_QCH=ON
\ No newline at end of file


More information about the Neon-commits mailing list