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

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


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

The following commit has been merged in the master branch:
commit 0271aa9511e74c0ddc4f61eb2e2784b9da595488
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Sun Dec 21 19:16:30 2014 -0800

    Ping plugin packet type define shouldn't be in core.
---
 core/networkpackagetypes.h | 1 -
 plugins/ping/pingplugin.h  | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/networkpackagetypes.h b/core/networkpackagetypes.h
index 553faba..6aa24a2 100644
--- a/core/networkpackagetypes.h
+++ b/core/networkpackagetypes.h
@@ -24,6 +24,5 @@
 #define PACKAGE_TYPE_IDENTITY QLatin1String("kdeconnect.identity")
 #define PACKAGE_TYPE_PAIR QLatin1String("kdeconnect.pair")
 #define PACKAGE_TYPE_ENCRYPTED QLatin1String("kdeconnect.encrypted")
-#define PACKAGE_TYPE_PING QLatin1String("kdeconnect.ping")
 
 #endif // NETWORKPACKAGETYPES_H
diff --git a/plugins/ping/pingplugin.h b/plugins/ping/pingplugin.h
index 6893ce5..614da48 100644
--- a/plugins/ping/pingplugin.h
+++ b/plugins/ping/pingplugin.h
@@ -25,6 +25,8 @@
 
 #include <core/kdeconnectplugin.h>
 
+#define PACKAGE_TYPE_PING QLatin1String("kdeconnect.ping")
+
 class KDE_EXPORT PingPlugin
     : public KdeConnectPlugin
 {

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list