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


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

The following commit has been merged in the master branch:
commit 9523cbb4876a2a962b859763283bf1bdb4d84213
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Oct 24 15:01:29 2014 +0200

    Remove redundant code
---
 KTp/Logger/plugins/tplogger/CMakeLists.txt | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/KTp/Logger/plugins/tplogger/CMakeLists.txt b/KTp/Logger/plugins/tplogger/CMakeLists.txt
index 6320a88..1598b16 100644
--- a/KTp/Logger/plugins/tplogger/CMakeLists.txt
+++ b/KTp/Logger/plugins/tplogger/CMakeLists.txt
@@ -1,4 +1,4 @@
-set (ktploggerplugin_tplogger_SRCS
+add_library (ktploggerplugin_tplogger MODULE
      tp-logger-plugin.cpp
      pending-tp-logger-dates.cpp
      pending-tp-logger-entities.cpp
@@ -7,10 +7,6 @@ set (ktploggerplugin_tplogger_SRCS
      utils.cpp
 )
 
-add_library (ktploggerplugin_tplogger MODULE
-                 ${ktploggerplugin_tplogger_SRCS}
-)
-
 target_link_libraries (ktploggerplugin_tplogger
     KTp::CommonInternals
     KTp::Logger

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list