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


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

The following commit has been merged in the master branch:
commit 49d1abea01013ef20091a940e9873a2b8af3d011
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Thu Jan 22 14:30:49 2015 +0100

    Fix build of KPeople DataSourcePlugin
    
    KPluginFactory is provided by KCoreAddons, so link against it (also fixes
    include paths), and remove KF5::Contacts dependency, which is not used by
    KPeople anymore.
---
 kpeople/datasourceplugin/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kpeople/datasourceplugin/CMakeLists.txt b/kpeople/datasourceplugin/CMakeLists.txt
index 3889251..c6b5b93 100644
--- a/kpeople/datasourceplugin/CMakeLists.txt
+++ b/kpeople/datasourceplugin/CMakeLists.txt
@@ -4,8 +4,8 @@ add_library (im_persons_data_source_plugin MODULE im-persons-data-source.cpp deb
 
 target_link_libraries (im_persons_data_source_plugin
     Qt5::Sql
+    KF5::CoreAddons
     KF5::People
-    KF5::Contacts
     KTp::CommonInternals
 )
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list