SHA256
1
0
forked from pool/zanshin
Dominique Leuenberger 2019-06-20 16:55:20 +00:00 committed by Git OBS Bridge
parent c63f948959
commit 3730d65462
2 changed files with 8 additions and 1 deletions

View File

@ -1,11 +1,12 @@
--- zanshin-0.4.1/CMakeLists.txt 2016-09-06 16:21:19.000000000 +0200
+++ zanshin-0.4.1.new/CMakeLists.txt 2016-11-21 14:37:27.169696650 +0100
@@ -16,6 +16,20 @@ include(ECMMarkAsTest)
@@ -16,6 +16,21 @@ include(ECMMarkAsTest)
include(ECMPoQmTools)
find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Gui Widgets Qml Test)
+find_package(KF5 REQUIRED COMPONENTS
+ AkonadiCalendar
+ AkonadiContact
+ AkonadiNotes
+ AkonadiSearch
+ IdentityManagement

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 19 12:38:29 UTC 2019 - wbauer@tmo.at
- Update findKF5sooner.patch: find AkonadiContact too to fix build
with latest KDE Applications
-------------------------------------------------------------------
Thu Jan 4 09:11:47 UTC 2018 - wbauer@tmo.at