summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-08-08 18:16:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-08 19:15:26 +0200
commit0a74993825391ff2cbc7898152aead362c781fec (patch)
tree0fe82b89af8e010bd418e27c27e8df13684b7ae0 /app-office/skrooge
parentapp-emulation/open-vm-tools: remove vulnerable version (diff)
downloadgentoo-0a74993825391ff2cbc7898152aead362c781fec.tar.gz
gentoo-0a74993825391ff2cbc7898152aead362c781fec.tar.bz2
gentoo-0a74993825391ff2cbc7898152aead362c781fec.zip
app-office/skrooge: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5358
Diffstat (limited to 'app-office/skrooge')
-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()