[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:00 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=581475f

The following commit has been merged in the master branch:
commit 581475ff3bc1ce27d4f06a3c6c109eceab2fe46d
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Mon Sep 22 09:28:47 2014 +0200

    Telephony no longer requires KDELibs4Support
---
 plugins/telephony/CMakeLists.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/plugins/telephony/CMakeLists.txt b/plugins/telephony/CMakeLists.txt
index cd92c16..8db5629 100644
--- a/plugins/telephony/CMakeLists.txt
+++ b/plugins/telephony/CMakeLists.txt
@@ -4,7 +4,12 @@ set(kdeconnect_telephony_SRCS
 
 add_library(kdeconnect_telephony MODULE ${kdeconnect_telephony_SRCS})
 
-target_link_libraries(kdeconnect_telephony kdeconnectcore KF5::Service KF5::KDELibs4Support)
+target_link_libraries(kdeconnect_telephony
+    kdeconnectcore
+    KF5::I18n
+    KF5::Service
+    KF5::Notifications
+)
 
 install(TARGETS kdeconnect_telephony DESTINATION ${PLUGIN_INSTALL_DIR} )
 install(FILES kdeconnect_telephony.desktop DESTINATION ${SERVICES_INSTALL_DIR} )

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list