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

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


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

The following commit has been merged in the master branch:
commit 11f106c4641028dfddf5f4458f4948500ba98b92
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Mon Sep 22 10:17:44 2014 +0200

    Port notifications away from KDELibs4Support
---
 plugins/notifications/CMakeLists.txt                 | 7 ++++++-
 plugins/notifications/notificationsdbusinterface.cpp | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/plugins/notifications/CMakeLists.txt b/plugins/notifications/CMakeLists.txt
index d27914e..9f749a8 100644
--- a/plugins/notifications/CMakeLists.txt
+++ b/plugins/notifications/CMakeLists.txt
@@ -6,7 +6,12 @@ set(kdeconnect_notifications_SRCS
 
 add_library(kdeconnect_notifications MODULE ${kdeconnect_notifications_SRCS})
 
-target_link_libraries(kdeconnect_notifications kdeconnectcore KF5::Service KF5::Notifications KF5::KDELibs4Support)
+target_link_libraries(kdeconnect_notifications
+    kdeconnectcore
+    Qt5::DBus
+    KF5::Service
+    KF5::Notifications
+)
 
 install(TARGETS kdeconnect_notifications DESTINATION ${PLUGIN_INSTALL_DIR} )
 install(FILES kdeconnect_notifications.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
diff --git a/plugins/notifications/notificationsdbusinterface.cpp b/plugins/notifications/notificationsdbusinterface.cpp
index b52b397..e49b922 100644
--- a/plugins/notifications/notificationsdbusinterface.cpp
+++ b/plugins/notifications/notificationsdbusinterface.cpp
@@ -25,7 +25,7 @@
 
 #include <KNotification>
 #include <QIcon>
-#include <KMD5>
+#include <QCryptographicHash>
 
 #include <core/device.h>
 #include <core/kdeconnectplugin.h>

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list