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


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

The following commit has been merged in the master branch:
commit 957333f2ab0ee0cc27e343ac823615dad1ace119
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Sun Nov 17 11:54:54 2013 +0100

    Reenable building the actions plugin
---
 kpeople/CMakeLists.txt               | 2 +-
 kpeople/actionsplugin/CMakeLists.txt | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/kpeople/CMakeLists.txt b/kpeople/CMakeLists.txt
index 1ffc132..afd8983 100644
--- a/kpeople/CMakeLists.txt
+++ b/kpeople/CMakeLists.txt
@@ -1,4 +1,4 @@
-# add_subdirectory(actionsplugin)
+add_subdirectory(actionsplugin)
 add_subdirectory(datasourceplugin)
 add_subdirectory(uiplugins)
 # add_subdirectory(nepomuk-feeder)
diff --git a/kpeople/actionsplugin/CMakeLists.txt b/kpeople/actionsplugin/CMakeLists.txt
index 3198c3c..c2e5d3d 100644
--- a/kpeople/actionsplugin/CMakeLists.txt
+++ b/kpeople/actionsplugin/CMakeLists.txt
@@ -15,6 +15,7 @@ target_link_libraries (ktp_kpeople_plugin
     ${KPEOPLE_LIBS}
     ${KDE4_KFILE_LIBS}
     ktpcommoninternalsprivate
+    ${KDEPIMLIBS_KABC_LIBS}
 )
 
 # Install:

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list