app-office/skrooge: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Tue, 8 Aug 2017 16:16:09 +0000 (18:16 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 8 Aug 2017 17:15:26 +0000 (19:15 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5358

app-office/skrooge/files/skrooge-2.5.0-cmake.patch [deleted file]

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 (file)
index a68b8e5..0000000
+++ /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()