File 0001-Disable-aspell-support-for-building-the-kioslave-plu.patch of Package recoll
From 6ca17baa2fe2fea51df96ace8de365b9e5b9f645 Mon Sep 17 00:00:00 2001
From: Christophe Marin <christophe@krop.fr>
Date: Mon, 2 Jan 2023 10:36:55 +0100
Subject: [PATCH] Disable aspell support for building the kioslave plugin
---
kde/kioslave/kio_recoll/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde/kioslave/kio_recoll/CMakeLists.txt b/kde/kioslave/kio_recoll/CMakeLists.txt
index cade7fc..343886a 100644
--- a/kde/kioslave/kio_recoll/CMakeLists.txt
+++ b/kde/kioslave/kio_recoll/CMakeLists.txt
@@ -29,7 +29,7 @@ set(rcltop ${CMAKE_CURRENT_SOURCE_DIR}/../../../)
if (NOT RECOLL_PUBLIC_LIB)
# Execute recoll configuration to create autoconfig.h and version.h and
# generate a PIC lib
-execute_process(COMMAND ${rcltop}/configure --disable-static --disable-qtgui --disable-x11mon --disable-python-chm --disable-python-module --prefix=${CMAKE_INSTALL_PREFIX} --mandir=${CMAKE_INSTALL_PREFIX}/share/man
+execute_process(COMMAND ${rcltop}/configure --disable-static --disable-qtgui --disable-x11mon --disable-python-chm --disable-python-module --without-fam --disable-python-aspell --with-aspell=no --prefix=${CMAKE_INSTALL_PREFIX} --mandir=${CMAKE_INSTALL_PREFIX}/share/man
WORKING_DIRECTORY ${rcltop}
)
add_custom_target(rcllib
--
2.42.0