From: Debian Qt/KDE Maintainers Date: Fri, 15 Nov 2024 07:30:48 +0000 (+0000) Subject: disable-doc X-Git-Tag: archive/raspbian/6.8.0-1+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=592c011f64b5d478e2cf78ac17dfb29dd0206646;p=kf6-kio.git disable-doc =================================================================== Gbp-Pq: Name disable-doc.patch --- 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)