Files
haikuports/kde-apps/kommit/patches/kommit-1.3.1.patchset
Gerasim Troeglazov 77361e13a3 kommit: bump version
2024-03-05 21:01:34 +10:00

30 lines
734 B
Plaintext

From e0d620c2c06c70f5fe1069e5f46b920def595393 Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Sun, 24 Dec 2023 21:26:26 +0100
Subject: Disable Doctools
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bda02cd..fa865d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -78,7 +78,6 @@ find_package(
CoreAddons
Crash
DBusAddons
- DocTools
I18n
XmlGui
KIO
@@ -116,7 +115,6 @@ endif(BUILD_TESTING)
if(KF${KF_MAJOR_VERSION}DocTools_FOUND) # For the moment on kf6 it doesn't build depend against deprecated &kf5
add_subdirectory(doc)
- kdoctools_install(po)
else()
message(WARNING "DocTools not found. NEED TO FIX IT IN QT6")
--
2.42.1