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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:26:38 UTC 2016


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

The following commit has been merged in the master branch:
commit 55eacba63b86ad3fb14cf8b0c371774e4581c0c7
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Tue Jun 25 18:06:51 2013 +0200

    Dbus interface work in progress
---
 daemon/device.cpp | 8 ++++++++
 kcm.sh            | 7 +++++++
 2 files changed, 15 insertions(+)

diff --git a/daemon/device.cpp b/daemon/device.cpp
new file mode 100644
index 0000000..30d8cda
--- /dev/null
+++ b/daemon/device.cpp
@@ -0,0 +1,8 @@
+#include "device.h"
+
+Device::Device(const QString& id, const QString& name) {
+    mDeviceId = id;
+    mDeviceName = name;
+    QDBusConnection::sessionBus().registerObject("module/androidshine/Devices/"+id, this);
+
+}
diff --git a/kcm.sh b/kcm.sh
new file mode 100755
index 0000000..cfe5295
--- /dev/null
+++ b/kcm.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+#Source bashrc to define environment variables
+#http://techbase.kde.org/Getting_Started/Build/Environment
+. ~/.bashrc
+
+kcmshell4 kdeconnect-kcm &

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list