Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/kadu/files: kadu-2.1-qt5-compilation.patch
Date: Sun, 05 Jul 2015 20:17:17
Message-Id: 20150705201708.7A29B754@oystercatcher.gentoo.org
1 reavertm 15/07/05 20:17:08
2
3 Added: kadu-2.1-qt5-compilation.patch
4 Log:
5 Version bump, bug 542136. Some credits to wojtask9.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)
8
9 Revision Changes Path
10 1.1 net-im/kadu/files/kadu-2.1-qt5-compilation.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kadu/files/kadu-2.1-qt5-compilation.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kadu/files/kadu-2.1-qt5-compilation.patch?rev=1.1&content-type=text/plain
14
15 Index: kadu-2.1-qt5-compilation.patch
16 ===================================================================
17 diff -ruN kadu-2.1/kadu-core/os/single-application/single-application.cpp my/kadu-core/os/single-application/single-application.cpp
18 --- kadu-2.1/kadu-core/os/single-application/single-application.cpp 2015-03-24 22:13:18.000000000 +0100
19 +++ my/kadu-core/os/single-application/single-application.cpp 2015-07-05 21:08:09.044685214 +0200
20 @@ -26,6 +26,7 @@
21 #include "long-lived-lock-file.h"
22
23 #include <QtCore/QCoreApplication>
24 +#include <QtCore/QDataStream>
25 #include <QtCore/QDir>
26 #include <QtCore/QRegExp>
27 #include <QtNetwork/QLocalServer>