[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:39 UTC 2016


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

The following commit has been merged in the master branch:
commit 87a5e8a106fc8f38ea92f7551c5ed0ecd3acddb3
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Feb 4 15:18:38 2015 +0100

    Port to changes in libkpeople
    
    Link against KF5::PeopleBackend from backends
---
 kpeople/actionsplugin/CMakeLists.txt    | 3 ++-
 kpeople/datasourceplugin/CMakeLists.txt | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/kpeople/actionsplugin/CMakeLists.txt b/kpeople/actionsplugin/CMakeLists.txt
index fe92689..f0f4dd5 100644
--- a/kpeople/actionsplugin/CMakeLists.txt
+++ b/kpeople/actionsplugin/CMakeLists.txt
@@ -3,7 +3,8 @@ add_library (ktp_kpeople_plugin MODULE
 )
 
 target_link_libraries (ktp_kpeople_plugin
-    KF5::PeopleWidgets
+    KF5::People
+    KF5::PeopleBackend
     KF5::I18n
     KF5::Service
     KTp::CommonInternals
diff --git a/kpeople/datasourceplugin/CMakeLists.txt b/kpeople/datasourceplugin/CMakeLists.txt
index c6b5b93..8068977 100644
--- a/kpeople/datasourceplugin/CMakeLists.txt
+++ b/kpeople/datasourceplugin/CMakeLists.txt
@@ -6,6 +6,7 @@ target_link_libraries (im_persons_data_source_plugin
     Qt5::Sql
     KF5::CoreAddons
     KF5::People
+    KF5::PeopleBackend
     KTp::CommonInternals
 )
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list