summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office')
-rw-r--r--app-office/skrooge/files/skrooge-2.5.0-cmake.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-office/skrooge/files/skrooge-2.5.0-cmake.patch b/app-office/skrooge/files/skrooge-2.5.0-cmake.patch
deleted file mode 100644
index a68b8e590e6a..000000000000
--- a/app-office/skrooge/files/skrooge-2.5.0-cmake.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-commit 7c8d47023fc34e02b6d2564696d8dc0d51f019f9
-Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Sat Oct 8 23:17:54 2016 +0200
-
- KF5DocTools -> KF5Runner conditional
-
- REVIEW: 129129
-
-diff --git a/plugins/krunner/skrooge_add_operation/CMakeLists.txt b/plugins/krunner/skrooge_add_operation/CMakeLists.txt
-index 6faec90..f9c41bf 100644
---- a/plugins/krunner/skrooge_add_operation/CMakeLists.txt
-+++ b/plugins/krunner/skrooge_add_operation/CMakeLists.txt
-@@ -20,7 +20,7 @@ PROJECT(plugin_add_operation)
-
- FIND_PACKAGE(KF5Runner)
-
--IF(KF5DOCTOOLS_FOUND)
-+IF(KF5Runner_FOUND)
- LINK_DIRECTORIES (${LIBRARY_OUTPUT_PATH})
-
- ADD_LIBRARY(skrooge_add_operation MODULE skgaddoperation.cpp)
-@@ -29,4 +29,4 @@ IF(KF5DOCTOOLS_FOUND)
- ########### install files ###############
- INSTALL(TARGETS skrooge_add_operation DESTINATION ${KDE_INSTALL_QTPLUGINDIR})
- INSTALL(FILES ${PROJECT_SOURCE_DIR}/org.kde.plasma-runner-skrooge-add-operation.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})
--ENDIF()
-\ No newline at end of file
-+ENDIF()