jami: add patch to fix annotations in bin/dbus/cx.ring.Ring.CallManager.xml
This commit is contained in:
+52
@@ -0,0 +1,52 @@
|
||||
From f60e38b394c55e709cba2c0839c1fbba2fd8a1d2 Mon Sep 17 00:00:00 2001
|
||||
From: Nick Cao <nickcao@nichi.co>
|
||||
Date: Sun, 16 Apr 2023 21:56:06 +0800
|
||||
Subject: [PATCH] fix annotations in bin/dbus/cx.ring.Ring.CallManager.xml
|
||||
|
||||
---
|
||||
bin/dbus/cx.ring.Ring.CallManager.xml | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/bin/dbus/cx.ring.Ring.CallManager.xml b/bin/dbus/cx.ring.Ring.CallManager.xml
|
||||
index 8c5732f30..4228fcad2 100644
|
||||
--- a/bin/dbus/cx.ring.Ring.CallManager.xml
|
||||
+++ b/bin/dbus/cx.ring.Ring.CallManager.xml
|
||||
@@ -87,7 +87,7 @@
|
||||
<tp:docstring>
|
||||
Once enabled using the startSmartInfo method, this signal is emitted every refreshTimeMS
|
||||
</tp:docstring>
|
||||
- <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="MapStringString"/>
|
||||
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="MapStringString"/>
|
||||
<arg type="a{ss}" name="info" direction="out" />
|
||||
</signal>
|
||||
|
||||
@@ -761,7 +761,7 @@
|
||||
The caller phone number.
|
||||
</tp:docstring>
|
||||
</arg>
|
||||
- <annotation name="org.qtproject.QtDBus.QtTypeName.In3" value="VectorMapStringString"/>
|
||||
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out3" value="VectorMapStringString"/>
|
||||
<arg type="aa{ss}" name="mediaList">
|
||||
<tp:docstring>
|
||||
The list of media offered in the incoming call.
|
||||
@@ -791,7 +791,7 @@
|
||||
Call ID of the incoming call.
|
||||
</tp:docstring>
|
||||
</arg>
|
||||
- <annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="VectorMapStringString"/>
|
||||
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out2" value="VectorMapStringString"/>
|
||||
<arg type="aa{ss}" name="mediaList">
|
||||
<tp:docstring>
|
||||
The list of media offered in the incoming call.
|
||||
@@ -807,7 +807,7 @@
|
||||
<arg type="s" name="accountId" />
|
||||
<arg type="s" name="callId" />
|
||||
<arg type="s" name="from" />
|
||||
- <annotation name="org.qtproject.QtDBus.QtTypeName.In3" value="MapStringString"/>
|
||||
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out3" value="MapStringString"/>
|
||||
<arg type="a{ss}" name="messages" />
|
||||
</signal>
|
||||
|
||||
--
|
||||
2.39.2
|
||||
|
||||
@@ -105,6 +105,8 @@ stdenv.mkDerivation rec {
|
||||
inherit src version meta;
|
||||
sourceRoot = "source/daemon";
|
||||
|
||||
patches = [ ./0001-fix-annotations-in-bin-dbus-cx.ring.Ring.CallManager.patch ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
pkg-config
|
||||
|
||||
Reference in New Issue
Block a user