Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/texmaker/files: texmaker-1.71-hunspell.patch
Date: Wed, 02 Jul 2008 15:07:30
Message-Id: E1KE3vX-0003dG-Ht@stork.gentoo.org
1 aballier 08/07/02 15:07:23
2
3 Modified: texmaker-1.71-hunspell.patch
4 Log:
5 fix hunspell detection by using pkgconfig, by René 'Necoro' Neumann <gentoo@××××××.eu>, bug #229729
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
7
8 Revision Changes Path
9 1.2 app-office/texmaker/files/texmaker-1.71-hunspell.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/files/texmaker-1.71-hunspell.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/files/texmaker-1.71-hunspell.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/files/texmaker-1.71-hunspell.patch?r1=1.1&r2=1.2
14
15 Index: texmaker-1.71-hunspell.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/texmaker/files/texmaker-1.71-hunspell.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- texmaker-1.71-hunspell.patch 13 May 2008 20:34:19 -0000 1.1
22 +++ texmaker-1.71-hunspell.patch 2 Jul 2008 15:07:23 -0000 1.2
23 @@ -1,5 +1,6 @@
24 ---- spellerdialog.h.old 2008-05-13 09:55:46.000000000 +0200
25 -+++ spellerdialog.h 2008-05-13 09:56:06.000000000 +0200
26 +diff -r 9450ca28545a spellerdialog.h
27 +--- a/spellerdialog.h Fri Jun 27 20:29:16 2008 +0200
28 ++++ b/spellerdialog.h Fri Jun 27 20:39:29 2008 +0200
29 @@ -13,7 +13,7 @@
30
31 #include "ui_spellerdialog.h"
32 @@ -9,18 +10,20 @@
33
34 #include <QTextCursor>
35
36 ---- texmaker.pro.old 2008-05-13 10:09:23.000000000 +0200
37 -+++ texmaker.pro 2008-05-13 10:11:15.000000000 +0200
38 -@@ -2,6 +2,8 @@
39 +diff -r 9450ca28545a texmaker.pro
40 +--- a/texmaker.pro Fri Jun 27 20:29:16 2008 +0200
41 ++++ b/texmaker.pro Fri Jun 27 20:39:29 2008 +0200
42 +@@ -1,7 +1,8 @@
43 + TEMPLATE = app
44 LANGUAGE = C++
45 TARGET = texmaker
46 - CONFIG += qt warn_off release
47 -+INCLUDEPATH += "/usr/include/hunspell"
48 -+LIBS += "-lhunspell"
49 +-CONFIG += qt warn_off release
50 ++CONFIG += qt warn_off release link_pkgconfig
51 ++PKGCONFIG = hunspell
52 ###############################
53 HEADERS += texmaker.h \
54 symbollistwidget.h \
55 -@@ -32,22 +34,7 @@
56 +@@ -32,22 +33,7 @@
57 webpublishdialog.h \
58 spellerdialog.h \
59 pstrickslistwidget.h \
60 @@ -44,7 +47,7 @@
61 SOURCES += main.cpp \
62 texmaker.cpp \
63 symbollistwidget.cpp \
64 -@@ -77,16 +64,7 @@
65 +@@ -77,16 +63,7 @@
66 aboutdialog.cpp \
67 webpublishdialog.cpp \
68 spellerdialog.cpp \
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list