[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:27:13 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=8cee011
The following commit has been merged in the master branch:
commit 8cee011caf692e30594ed51e7402b9e57a761a81
Author: Albert Vaca <albertvaka at gmail.com>
Date: Mon Dec 23 16:26:18 2013 +0100
Fixed build for Ubuntu 12.04
---
kded/plugins/mpriscontrol/mprisdbusinterface.xml | 1 +
kded/plugins/mpriscontrol/propertiesInterface.xml | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/kded/plugins/mpriscontrol/mprisdbusinterface.xml b/kded/plugins/mpriscontrol/mprisdbusinterface.xml
index 652ff0a..761841b 100644
--- a/kded/plugins/mpriscontrol/mprisdbusinterface.xml
+++ b/kded/plugins/mpriscontrol/mprisdbusinterface.xml
@@ -28,6 +28,7 @@
<property access="readwrite" type="d" name="Rate"/>
<property access="readwrite" type="b" name="Shuffle"/>
<property access="read" type="a{sv}" name="Metadata">
+ <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName"/>
<annotation value="QVariantMap" name="org.qtproject.QtDBus.QtTypeName"/>
</property>
<property access="readwrite" type="d" name="Volume"/>
diff --git a/kded/plugins/mpriscontrol/propertiesInterface.xml b/kded/plugins/mpriscontrol/propertiesInterface.xml
index d783a73..5118061 100644
--- a/kded/plugins/mpriscontrol/propertiesInterface.xml
+++ b/kded/plugins/mpriscontrol/propertiesInterface.xml
@@ -15,9 +15,11 @@
</method>
<signal name="PropertiesChanged">
<arg type="s" name="interface_name"/>
- <arg type="a{sv}" name="changed_properties"/>
+ <arg type="a{sv}" name="changed_properties">
+ <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QVariantMap" />
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap" />
+ </arg>
<arg type="as" name="invalidated_properties"/>
- <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap" />
</signal>
</interface>
</node>
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list