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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:41 UTC 2016


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

The following commit has been merged in the master branch:
commit ea9c6330e9fa49874d9257612fe469ef597118e1
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue May 31 17:48:55 2016 +0200

    Fix build after merge
---
 plugins/sendnotifications/CMakeLists.txt            | 1 +
 plugins/sendnotifications/notificationslistener.cpp | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/sendnotifications/CMakeLists.txt b/plugins/sendnotifications/CMakeLists.txt
index 76ad888..f04d809 100644
--- a/plugins/sendnotifications/CMakeLists.txt
+++ b/plugins/sendnotifications/CMakeLists.txt
@@ -14,6 +14,7 @@ target_link_libraries(kdeconnect_sendnotifications
     KF5::Notifications
     KF5::I18n
     KF5::IconThemes
+    KF5::ConfigCore
 )
 
 #######################################
diff --git a/plugins/sendnotifications/notificationslistener.cpp b/plugins/sendnotifications/notificationslistener.cpp
index 6e7faff..ba4191c 100644
--- a/plugins/sendnotifications/notificationslistener.cpp
+++ b/plugins/sendnotifications/notificationslistener.cpp
@@ -82,7 +82,7 @@ void NotificationsListener::setTranslatedAppName()
 {
     QString filePath = QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("knotifications5/kdeconnect.notifyrc"), QStandardPaths::LocateFile);
     if (filePath.isEmpty()) {
-        qCDebug(KDECONNECT_PLUGIN_NOTIFICATION) << "Couldn't find kdeconnect.notifyrc to hide kdeconnect notifications on the devices. Using default name.";
+        qCDebug(KDECONNECT_PLUGIN_SENDNOTIFICATION) << "Couldn't find kdeconnect.notifyrc to hide kdeconnect notifications on the devices. Using default name.";
         mTranslatedAppName = QStringLiteral("KDE Connect");
         return;
     }

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list