Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/kdocker/files: kdocker-4.8-unbundle-qtsingleapplication.patch
Date: Sun, 27 Oct 2013 15:14:22
Message-Id: 20131027151415.2AD1C2004E@flycatcher.gentoo.org
1 johu 13/10/27 15:14:15
2
3 Added: kdocker-4.8-unbundle-qtsingleapplication.patch
4 Log:
5 Revision bump uses system qtsingleapplication instead of bundled lib wrt bug #489146.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
8
9 Revision Changes Path
10 1.1 x11-misc/kdocker/files/kdocker-4.8-unbundle-qtsingleapplication.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/kdocker/files/kdocker-4.8-unbundle-qtsingleapplication.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/kdocker/files/kdocker-4.8-unbundle-qtsingleapplication.patch?rev=1.1&content-type=text/plain
14
15 Index: kdocker-4.8-unbundle-qtsingleapplication.patch
16 ===================================================================
17 === modified file 'kdocker.pro'
18 --- kdocker.pro 2011-05-31 00:46:31 +0000
19 +++ kdocker.pro 2013-10-27 14:41:36 +0000
20 @@ -2,7 +2,11 @@
21 CONFIG += qt
22 TARGET = kdocker
23
24 -include(solutions/qtsingleapplication/qtsingleapplication.pri)
25 +isEmpty(SYSTEMQTSA) {
26 + include(3rdparty/qtsingleapplication/qtsingleapplication.pri)
27 +} else {
28 + CONFIG += qtsingleapplication
29 +}
30
31 DEPENDPATH += src
32 INCLUDEPATH += . src /usr/include/X11