rev 16646 - in trunk/packages/kdenetwork/debian: . patches

Pino Toscano pino-guest at alioth.debian.org
Mon Jan 18 13:56:24 UTC 2010


Author: pino-guest
Date: 2010-01-18 13:56:24 +0000 (Mon, 18 Jan 2010)
New Revision: 16646

Added:
   trunk/packages/kdenetwork/debian/patches/
   trunk/packages/kdenetwork/debian/patches/01_kopete_new_libmsn.diff
   trunk/packages/kdenetwork/debian/patches/series
Modified:
   trunk/packages/kdenetwork/debian/changelog
Log:
add patch 01_kopete_new_libmsn.diff to make kopete compile with more recent versions of libmsn


Modified: trunk/packages/kdenetwork/debian/changelog
===================================================================
--- trunk/packages/kdenetwork/debian/changelog	2010-01-17 22:21:20 UTC (rev 16645)
+++ trunk/packages/kdenetwork/debian/changelog	2010-01-18 13:56:24 UTC (rev 16646)
@@ -11,8 +11,10 @@
   * Make kopete recommend libqt4-sql-sqlite, as it is used by the statistics
     plugin. (Closes: #534119)
   * Add a README.Debian documenting the above Kopete change.
+  * Add patch 01_kopete_new_libmsn.diff to make kopete compile with more
+    recent versions of libmsn.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 13 Dec 2009 11:11:12 -0300
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 18 Jan 2010 14:55:47 +0100
 
 kdenetwork (4:4.3.4-1) unstable; urgency=low
 

Added: trunk/packages/kdenetwork/debian/patches/01_kopete_new_libmsn.diff
===================================================================
--- trunk/packages/kdenetwork/debian/patches/01_kopete_new_libmsn.diff	                        (rev 0)
+++ trunk/packages/kdenetwork/debian/patches/01_kopete_new_libmsn.diff	2010-01-18 13:56:24 UTC (rev 16646)
@@ -0,0 +1,31 @@
+Description: make kopete_wlm compile with libmsn >= 4.0~beta8
+ This adds the gotInboxUrl() callback which is enabled by default on those
+ versions.
+Author: Pino Toscano <pino at kde.org>
+Forwarded: not-needed
+--- a/kopete/protocols/wlm/wlmlibmsn.cpp
++++ b/kopete/protocols/wlm/wlmlibmsn.cpp
+@@ -909,4 +909,11 @@
+         c->disconnect();
+ }
+ 
++void
++Callbacks::gotInboxUrl (MSN::NotificationServerConnection * conn, MSN::hotmailInfo info)
++{
++    Q_UNUSED( conn );
++    Q_UNUSED( info );
++}
++
+ #include "wlmlibmsn.moc"
+--- a/kopete/protocols/wlm/wlmlibmsn.h
++++ b/kopete/protocols/wlm/wlmlibmsn.h
+@@ -279,6 +279,9 @@
+         std::string
+     getSecureHTTPProxy ();
+ 
++    virtual void
++    gotInboxUrl (MSN::NotificationServerConnection * conn, MSN::hotmailInfo info);
++
+   public:
+     WlmServer * m_server;
+     QList <WlmSocket*> socketList;

Added: trunk/packages/kdenetwork/debian/patches/series
===================================================================
--- trunk/packages/kdenetwork/debian/patches/series	                        (rev 0)
+++ trunk/packages/kdenetwork/debian/patches/series	2010-01-18 13:56:24 UTC (rev 16646)
@@ -0,0 +1 @@
+01_kopete_new_libmsn.diff




More information about the pkg-kde-commits mailing list