From 592c011f64b5d478e2cf78ac17dfb29dd0206646 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Fri, 15 Nov 2024 07:30:48 +0000 Subject: [PATCH] disable-doc =================================================================== Gbp-Pq: Name disable-doc.patch --- CMakeLists.txt | 6 +++--- docs/kioworker6/data/CMakeLists.txt | 2 +- docs/kioworker6/file/CMakeLists.txt | 2 +- docs/kioworker6/ftp/CMakeLists.txt | 2 +- docs/kioworker6/help/CMakeLists.txt | 4 ++-- docs/kioworker6/http/CMakeLists.txt | 2 +- docs/kioworker6/webdav/CMakeLists.txt | 2 +- src/kioworkers/help/CMakeLists.txt | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 438672e..b0c27ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ find_package(KF6Config ${KF_DEP_VERSION} REQUIRED) find_package(KF6CoreAddons ${KF_DEP_VERSION} REQUIRED) find_package(KF6I18n ${KF_DEP_VERSION} REQUIRED) find_package(KF6Service ${KF_DEP_VERSION} REQUIRED) -find_package(KF6DocTools ${KF_DEP_VERSION}) +#find_package(KF6DocTools ${KF_DEP_VERSION}) find_package(KF6Solid ${KF_DEP_VERSION} REQUIRED) # for kio_trash if (NOT ANDROID) find_package(KF6Crash ${KF_DEP_VERSION} REQUIRED) @@ -155,11 +155,11 @@ ecm_set_disabled_deprecation_versions( add_definitions(-DTRANSLATION_DOMAIN=\"kio6\") ki18n_install(po) -if (KF6DocTools_FOUND) +if (KF6DocTools_FOUNDxxx) kdoctools_install(po) endif() -if (KF6DocTools_FOUND) +if (KF6DocTools_FOUNDxxx) add_subdirectory(docs) endif() diff --git a/docs/kioworker6/data/CMakeLists.txt b/docs/kioworker6/data/CMakeLists.txt index 871dbb7..6ea6cc2 100644 --- a/docs/kioworker6/data/CMakeLists.txt +++ b/docs/kioworker6/data/CMakeLists.txt @@ -1,2 +1,2 @@ ########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/data) +#kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/data) diff --git a/docs/kioworker6/file/CMakeLists.txt b/docs/kioworker6/file/CMakeLists.txt index d07f42a..5725fd3 100644 --- a/docs/kioworker6/file/CMakeLists.txt +++ b/docs/kioworker6/file/CMakeLists.txt @@ -1,2 +1,2 @@ ########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/file) +#kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/file) diff --git a/docs/kioworker6/ftp/CMakeLists.txt b/docs/kioworker6/ftp/CMakeLists.txt index a396886..09b8a70 100644 --- a/docs/kioworker6/ftp/CMakeLists.txt +++ b/docs/kioworker6/ftp/CMakeLists.txt @@ -1,2 +1,2 @@ ########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/ftp) +#kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/ftp) diff --git a/docs/kioworker6/help/CMakeLists.txt b/docs/kioworker6/help/CMakeLists.txt index a394c20..a0a71fd 100644 --- a/docs/kioworker6/help/CMakeLists.txt +++ b/docs/kioworker6/help/CMakeLists.txt @@ -1,4 +1,4 @@ ########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/help) +#kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/help) -add_subdirectory(documentationnotfound) +#add_subdirectory(documentationnotfound) diff --git a/docs/kioworker6/http/CMakeLists.txt b/docs/kioworker6/http/CMakeLists.txt index 34bf963..2dcff8e 100644 --- a/docs/kioworker6/http/CMakeLists.txt +++ b/docs/kioworker6/http/CMakeLists.txt @@ -1,2 +1,2 @@ ########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/http) +#kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/http) diff --git a/docs/kioworker6/webdav/CMakeLists.txt b/docs/kioworker6/webdav/CMakeLists.txt index 3c8554e..5b8f2df 100644 --- a/docs/kioworker6/webdav/CMakeLists.txt +++ b/docs/kioworker6/webdav/CMakeLists.txt @@ -1,2 +1,2 @@ ########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/webdav) +#kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/webdav) diff --git a/src/kioworkers/help/CMakeLists.txt b/src/kioworkers/help/CMakeLists.txt index 9bd080f..85ff8ab 100644 --- a/src/kioworkers/help/CMakeLists.txt +++ b/src/kioworkers/help/CMakeLists.txt @@ -1,5 +1,5 @@ # kio_help only buildable if doc tools around -if (KF6DocTools_FOUND) +if (KF6DocTools_FOUNDxxx) find_package(KF6Archive ${KF_DEP_VERSION} REQUIRED) find_package(LibXslt) -- 2.30.2