Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-qt/qthelp/files: qthelp-4.8.5-fix-compat.patch
Date: Tue, 30 Jul 2013 18:10:34
Message-Id: 20130730181030.07FAC2171C@flycatcher.gentoo.org
1 pesa 13/07/30 18:10:29
2
3 Added: qthelp-4.8.5-fix-compat.patch
4 Log:
5 Properly fix bug 477316, also fixing bug 478034 that was caused by the ugly hacks in -r1.
6
7 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
8
9 Revision Changes Path
10 1.1 dev-qt/qthelp/files/qthelp-4.8.5-fix-compat.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/files/qthelp-4.8.5-fix-compat.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/files/qthelp-4.8.5-fix-compat.patch?rev=1.1&content-type=text/plain
14
15 Index: qthelp-4.8.5-fix-compat.patch
16 ===================================================================
17 --- tools/assistant/compat/compat.pro 2010-10-08 16:54:09.804000000 +0300
18 +++ tools/assistant/compat/compat.pro 2010-10-08 16:54:37.884000000 +0300
19 @@ -14,6 +14,8 @@
20
21 PROJECTNAME = Assistant
22
23 +DESTDIR = ../../../bin
24 +
25 FORMS += helpdialog.ui \
26 mainwindow.ui \
27 tabbedbrowser.ui \
28 @@ -59,6 +61,9 @@
29 TARGET = Assistant_adp
30 }
31
32 +target.path=$$[QT_INSTALL_BINS]
33 +INSTALLS += target
34 +
35 TRANSLATIONS = translations/assistant_adp_de.ts \
36 translations/assistant_adp_ja.ts \
37 translations/assistant_adp_pl.ts \