Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/files/
Date: Tue, 08 Aug 2017 17:15:54
Message-Id: 1502212526.0a74993825391ff2cbc7898152aead362c781fec.asturm@gentoo
1 commit: 0a74993825391ff2cbc7898152aead362c781fec
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 8 16:16:09 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 17:15:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a749938
7
8 app-office/skrooge: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5358
11
12 app-office/skrooge/files/skrooge-2.5.0-cmake.patch | 28 ----------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/app-office/skrooge/files/skrooge-2.5.0-cmake.patch b/app-office/skrooge/files/skrooge-2.5.0-cmake.patch
16 deleted file mode 100644
17 index a68b8e590e6..00000000000
18 --- a/app-office/skrooge/files/skrooge-2.5.0-cmake.patch
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -commit 7c8d47023fc34e02b6d2564696d8dc0d51f019f9
22 -Author: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
23 -Date: Sat Oct 8 23:17:54 2016 +0200
24 -
25 - KF5DocTools -> KF5Runner conditional
26 -
27 - REVIEW: 129129
28 -
29 -diff --git a/plugins/krunner/skrooge_add_operation/CMakeLists.txt b/plugins/krunner/skrooge_add_operation/CMakeLists.txt
30 -index 6faec90..f9c41bf 100644
31 ---- a/plugins/krunner/skrooge_add_operation/CMakeLists.txt
32 -+++ b/plugins/krunner/skrooge_add_operation/CMakeLists.txt
33 -@@ -20,7 +20,7 @@ PROJECT(plugin_add_operation)
34 -
35 - FIND_PACKAGE(KF5Runner)
36 -
37 --IF(KF5DOCTOOLS_FOUND)
38 -+IF(KF5Runner_FOUND)
39 - LINK_DIRECTORIES (${LIBRARY_OUTPUT_PATH})
40 -
41 - ADD_LIBRARY(skrooge_add_operation MODULE skgaddoperation.cpp)
42 -@@ -29,4 +29,4 @@ IF(KF5DOCTOOLS_FOUND)
43 - ########### install files ###############
44 - INSTALL(TARGETS skrooge_add_operation DESTINATION ${KDE_INSTALL_QTPLUGINDIR})
45 - INSTALL(FILES ${PROJECT_SOURCE_DIR}/org.kde.plasma-runner-skrooge-add-operation.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})
46 --ENDIF()
47 -\ No newline at end of file
48 -+ENDIF()