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


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

The following commit has been merged in the master branch:
commit 140d7ceb8413176d420daf3f682c0ab13708bade
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Nov 14 17:32:48 2014 +0100

    Tidying cmake files
---
 CMakeLists.txt                       | 2 +-
 kpeople/CMakeLists.txt               | 2 +-
 kpeople/actionsplugin/CMakeLists.txt | 8 +-------
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 76f4853..69ee788 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ find_package (Libgcrypt)
 
 if (LIBOTR_FOUND AND LIBGCRYPT_FOUND)
     set(OTR_LIBS_FOUND TRUE)
-endif (LIBOTR_FOUND AND LIBGCRYPT_FOUND)
+endif ()
 
 include(KDEInstallDirs)
 include(KDECMakeSettings)
diff --git a/kpeople/CMakeLists.txt b/kpeople/CMakeLists.txt
index 7e09453..c5f1019 100644
--- a/kpeople/CMakeLists.txt
+++ b/kpeople/CMakeLists.txt
@@ -1,3 +1,3 @@
 add_subdirectory(actionsplugin)
 add_subdirectory(datasourceplugin)
-add_subdirectory(uiplugins)
\ No newline at end of file
+add_subdirectory(uiplugins)
diff --git a/kpeople/actionsplugin/CMakeLists.txt b/kpeople/actionsplugin/CMakeLists.txt
index 109d2ed..b6f8e57 100644
--- a/kpeople/actionsplugin/CMakeLists.txt
+++ b/kpeople/actionsplugin/CMakeLists.txt
@@ -1,11 +1,5 @@
-include_directories(${KPEOPLE_INCLUDES})
-
-set (ktp_kpeople_plugin_SRCS
-     kpeople-actions-plugin.cpp
-)
-
 add_library (ktp_kpeople_plugin MODULE
-                 ${ktp_kpeople_plugin_SRCS}
+                 kpeople-actions-plugin.cpp
 )
 
 target_link_libraries (ktp_kpeople_plugin

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list