[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:29:03 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=75b8e24
The following commit has been merged in the master branch:
commit 75b8e2472708e40040906d6691d07228cbd6ab25
Author: David Edmundson <kde at davidedmundson.co.uk>
Date: Fri Sep 11 12:08:41 2015 +0200
Fix compilation on newer TpQt
---
CMakeLists.txt | 2 +-
telepathy-cm/connection.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b4b4553..2c00094 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ find_package(Qt5 5.2 REQUIRED COMPONENTS Quick)
find_package(KF5 REQUIRED COMPONENTS I18n ConfigWidgets DBusAddons IconThemes)
find_package(Qca-qt5 2.1.0 REQUIRED)
find_package(TelepathyQt5 0.9.5)
-find_package(TelepathyQt5Service 0.9.5)
+find_package(TelepathyQt5Service 0.9.7)
if (TelepathyQt5_FOUND)
add_definitions(-DHAVE_TELEPATHY)
endif()
diff --git a/telepathy-cm/connection.cpp b/telepathy-cm/connection.cpp
index 7bafe14..1662689 100644
--- a/telepathy-cm/connection.cpp
+++ b/telepathy-cm/connection.cpp
@@ -48,7 +48,7 @@ ConnectConnection::ConnectConnection(const QDBusConnection &dbusConnection, cons
qDebug() << "making new connection";
/* Connection.Interface.Contacts */
- contactsIface = Tp::BaseConnectionContactsInterface::create();
+ contactsIface = Tp::BaseConnectionContactsInterface::create(this);
contactsIface->setGetContactAttributesCallback(Tp::memFun(this, &ConnectConnection::getContactAttributes));
contactsIface->setContactAttributeInterfaces(QStringList()
<< TP_QT_IFACE_CONNECTION
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list