[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:08:55 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=c648dd5

The following commit has been merged in the master branch:
commit c648dd5090fe4bd966f04f7b142c36d4f64f7130
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Mon Jul 13 20:47:48 2015 +0200

    Bump required frameworks version
---
 CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5681f48..3ca3cd4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ find_package (Qt5 REQUIRED CONFIG COMPONENTS
               Qml
               Test)
 
-find_package (KF5 5.10 REQUIRED COMPONENTS
+find_package (KF5 5.11 REQUIRED COMPONENTS
               CoreAddons
               Notifications
               KIO
@@ -34,14 +34,14 @@ find_package (KF5 5.10 REQUIRED COMPONENTS
               Wallet
               Config
               WindowSystem
-              IconThemes)
+              IconThemes
+              People)
 
 set(REQUIRED_TPQT_VERSION 0.9.5)
 
 find_package (TelepathyQt5 ${REQUIRED_TPQT_VERSION} REQUIRED)
 find_package (TelepathyQt5Service ${REQUIRED_TPQT_VERSION} REQUIRED) #used for the otr-proxy
 find_package (TelepathyLoggerQt)
-find_package (KF5People 0.5)
 
 find_package (KAccounts)
 find_package (AccountsQt5 1.10 CONFIG)

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list