[SCM] ktp-contact-runner packaging branch, master, updated. upstream/0.4.0-10-gd3ad213

Diane Trout diane-guest at alioth.debian.org
Wed Jul 10 05:50:58 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-contact-runner.git;a=commitdiff;h=2ce582c

The following commit has been merged in the master branch:
commit 2ce582c7d65e07ccc21e9f6efd20a1c9fdde8481
Author: Diane Trout <diane at ghic.org>
Date:   Mon May 27 00:34:47 2013 -0700

    Remove patch call1_channel_type.
---
 debian/patches/01_call1_channel_type.diff |   48 -----------------------------
 debian/patches/series                     |    1 -
 2 files changed, 49 deletions(-)

diff --git a/debian/patches/01_call1_channel_type.diff b/debian/patches/01_call1_channel_type.diff
deleted file mode 100644
index d76b29e..0000000
--- a/debian/patches/01_call1_channel_type.diff
+++ /dev/null
@@ -1,48 +0,0 @@
-commit 0c2e5f1a1898cc9686ed2a379c3a7cb96988546d
-Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
-Date:   Sun Jun 17 19:43:43 2012 +0300
-
-    Request calls of the Call1 channel type
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index bef5271..6210c85 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH
- 
- # Find the required Libaries
- find_package(KDE4 REQUIRED)
--find_package(TelepathyQt4 REQUIRED)
-+find_package(TelepathyQt4 0.9.1 REQUIRED)
- find_package(KTp REQUIRED)
- include(KDE4Defaults)
- 
-diff --git a/src/contactrunner.cpp b/src/contactrunner.cpp
-index 34f0e19..3b4b0f2 100644
---- a/src/contactrunner.cpp
-+++ b/src/contactrunner.cpp
-@@ -309,16 +309,17 @@ void ContactRunner::run(const Plasma::RunnerContext &context, const Plasma::Quer
- 
-     } else if (match.selectedAction() == action("start-audio-call")) {
- 
--        account->ensureStreamedMediaAudioCall(contact,
--                                              QDateTime::currentDateTime(),
--                                              "org.freedesktop.Telepathy.Client.KTp.CallUi");
-+        account->ensureAudioCall(contact,
-+                QLatin1String("audio"),
-+                QDateTime::currentDateTime(),
-+                QLatin1String("org.freedesktop.Telepathy.Client.KTp.CallUi"));
- 
-     } else if (match.selectedAction() == action("start-video-call")) {
- 
--        account->ensureStreamedMediaVideoCall(contact,
--                                              true,
--                                              QDateTime::currentDateTime(),
--                                              "org.freedesktop.Telepathy.Client.KTp.CallUi");
-+        account->ensureAudioVideoCall(contact,
-+                QLatin1String("audio"), QLatin1String("video"),
-+                QDateTime::currentDateTime(),
-+                QLatin1String("org.freedesktop.Telepathy.Client.KTp.CallUi"));
- 
-     } else if (match.selectedAction() == action("start-file-transfer")) {
- 
diff --git a/debian/patches/series b/debian/patches/series
index ece33e4..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-01_call1_channel_type.diff

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list