gentoo-ebuilds/app-text/kbibtex/files/kbibtex-0.10.50_pre20250205-cmake.patch
Andreas Sturmlechner 69250a9c00
app-text/kbibtex: add 0.10.50_pre20250205, re-add KDocTools
Shortlog over previous snapshot:

Nicolas Fella (1):
      Fix build with Qt 6.9

Thomas Fischer (8):
      Using QCheckBox::checkStateChanged instead of QCheckBox::stateChanged
      Removing unnecessary include of .moc file
      Various improvements in C++ code formatting script
      Search engines can be called separately
      Removed features from Springer Nature Link search
      Removing support for Qt Webkit
      Fixing ScienceDirect search
      Adding tests for 'InternalNetworkAccessManager::reverseObfuscate'

Pending upstream commit:
https://invent.kde.org/office/kbibtex/-/merge_requests/33

Closes: https://bugs.gentoo.org/949362
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-02-06 23:40:48 +01:00

29 lines
770 B
Diff

From fa79e2682a51ec1920ea80af5dcc4fd9f9af320a Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Thu, 6 Feb 2025 22:46:40 +0100
Subject: CMake: Re-add lookup of KDocTools
Commented out in commit 11f6daece7d1d3d9c84db5b8aea25017aaba1c9d and
further cleaned up in commit c0988c00d04012c2767f59149dd954b34599742e
without comment.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
---
CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 47df2bae..a160ebfe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -180,6 +180,8 @@ find_package(
MODULE
REQUIRED
Config
+ OPTIONAL_COMPONENTS
+ DocTools
)
if(BUILD_KPART OR BUILD_TESTING)
find_package(
--
2.48.1