[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:12:07 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=1f09215

The following commit has been merged in the master branch:
commit 1f09215b0e86acb10a72c6a02234ba85125e0497
Author: Francesco Nwokeka <francesco.nwokeka at gmail.com>
Date:   Tue Dec 13 12:44:12 2011 +0100

    Ported plasmoid to use telepathy-qt 0.8.9
---
 presence/CMakeLists.txt          | 2 +-
 presence/src/presence-applet.cpp | 4 ++--
 presence/src/presence-applet.h   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/presence/CMakeLists.txt b/presence/CMakeLists.txt
index e750b74..58f759e 100644
--- a/presence/CMakeLists.txt
+++ b/presence/CMakeLists.txt
@@ -12,7 +12,7 @@ set(KDE_MIN_VERSION "4.6.0")
 set(IS_TELEPATHY_KDE_INTERNAL_MODULE TRUE)
 
 find_package(KDE4 ${KDE_MIN_VERSION} REQUIRED)
-find_package(TelepathyQt4 0.7.1 REQUIRED)
+find_package(TelepathyQt4 0.8.90 REQUIRED)
 find_package(KTelepathy REQUIRED)
 
 include(KDE4Defaults)
diff --git a/presence/src/presence-applet.cpp b/presence/src/presence-applet.cpp
index c1e0c13..3fe9aec 100644
--- a/presence/src/presence-applet.cpp
+++ b/presence/src/presence-applet.cpp
@@ -27,8 +27,8 @@
 #include <KTelepathy/global-presence.h>
 #include <KTelepathy/presence.h>
 
-#include <TelepathyQt4/PendingOperation>
-#include <TelepathyQt4/PendingReady>
+#include <TelepathyQt/PendingOperation>
+#include <TelepathyQt/PendingReady>
 
 
 TelepathyPresenceApplet::TelepathyPresenceApplet(QObject* parent, const QVariantList& args)
diff --git a/presence/src/presence-applet.h b/presence/src/presence-applet.h
index 01b6c61..745f91b 100644
--- a/presence/src/presence-applet.h
+++ b/presence/src/presence-applet.h
@@ -23,8 +23,8 @@
 #include <Plasma/PopupApplet>
 #include <Plasma/DeclarativeWidget>
 
-#include <TelepathyQt4/AccountManager>
-#include <TelepathyQt4/Presence>
+#include <TelepathyQt/AccountManager>
+#include <TelepathyQt/Presence>
 
 namespace KTp {
     class GlobalPresence;

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list