[neon/neon-packaging/kcgroups/Neon/stable] debian: build docs
Carlos De Maine
null at kde.org
Fri Jun 20 12:15:19 BST 2025
Git commit cb0a8af5ba479548ba46f3d28a43d0a3476d61e3 by Carlos De Maine.
Committed on 20/06/2025 at 11:15.
Pushed by carlosdem into branch 'Neon/stable'.
build docs
M +1 -1 debian/libkf6cgroups-doc.install
A +13 -0 debian/patches/build_docs.diff
A +1 -0 debian/patches/series
M +2 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/kcgroups/-/commit/cb0a8af5ba479548ba46f3d28a43d0a3476d61e3
diff --git a/debian/libkf6cgroups-doc.install b/debian/libkf6cgroups-doc.install
index 36c01e0..8536ff4 100644
--- a/debian/libkf6cgroups-doc.install
+++ b/debian/libkf6cgroups-doc.install
@@ -1 +1 @@
-#usr/share/qt6/doc/
+usr/share/qt6/doc/
diff --git a/debian/patches/build_docs.diff b/debian/patches/build_docs.diff
new file mode 100644
index 0000000..5495316
--- /dev/null
+++ b/debian/patches/build_docs.diff
@@ -0,0 +1,13 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 50e38eb..e04d3ab 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -80,7 +80,7 @@ if(BUILD_QCH)
+ KF6CGroups_QCH
+ NAME KCGroups
+ BASE_NAME KF6CGroups
+- VERSION ${KF_VERSION}
++ VERSION ${KF6_VERSION}
+ ORG_DOMAIN org.kde
+ SOURCES ${KCGroups_HEADERS}
+ MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e5aa01c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+build_docs.diff
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 6e56865..12f4a0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,5 @@
%:
dh $@ --with kf6 --buildsystem kf6
-#override_dh_auto_configure:
-# dh_auto_configure -- -DBUILD_QCH=ON
+override_dh_auto_configure:
+ dh_auto_configure -- -DBUILD_QCH=ON
More information about the Neon-commits
mailing list