Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/texmaker/files: texmaker-2.21-hunspell.patch
Date: Mon, 31 Jan 2011 07:44:41
Message-Id: 20110131074430.F068F20057@flycatcher.gentoo.org
1 jlec 11/01/31 07:44:30
2
3 Added: texmaker-2.21-hunspell.patch
4 Log:
5 Version Bump
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-office/texmaker/files/texmaker-2.21-hunspell.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/files/texmaker-2.21-hunspell.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/files/texmaker-2.21-hunspell.patch?rev=1.1&content-type=text/plain
14
15 Index: texmaker-2.21-hunspell.patch
16 ===================================================================
17 diff --git a/latexeditor.h b/latexeditor.h
18 index d339f7b..32a7f0e 100644
19 --- a/latexeditor.h
20 +++ b/latexeditor.h
21 @@ -22,7 +22,7 @@
22
23 #include "latexhighlighter.h"
24 #include "parenmatcher.h"
25 -#include "hunspell/hunspell.hxx"
26 +#include <hunspell.hxx>
27
28 //class QCompleter;
29 //class ParenMatcher;
30 diff --git a/latexeditorview.h b/latexeditorview.h
31 index 5635464..8fb37cb 100644
32 --- a/latexeditorview.h
33 +++ b/latexeditorview.h
34 @@ -18,7 +18,7 @@
35 #include "latexeditor.h"
36 #include "linenumberwidget.h"
37 #include "findwidget.h"
38 -#include "hunspell/hunspell.hxx"
39 +#include <hunspell.hxx>
40
41 class LatexEditorView : public QWidget {
42 Q_OBJECT
43 diff --git a/latexhighlighter.h b/latexhighlighter.h
44 index 453bab7..c0b9fde 100644
45 --- a/latexhighlighter.h
46 +++ b/latexhighlighter.h
47 @@ -19,7 +19,7 @@
48 #include <QTextCharFormat>
49 #include <QColor>
50 #include <QTextBlockUserData>
51 -#include "hunspell/hunspell.hxx"
52 +#include <hunspell.hxx>
53
54 class QTextDocument;
55
56 diff --git a/spellerdialog.h b/spellerdialog.h
57 index 88e1c93..2622834 100644
58 --- a/spellerdialog.h
59 +++ b/spellerdialog.h
60 @@ -13,7 +13,7 @@
61
62 #include "ui_spellerdialog.h"
63 #include "latexeditor.h"
64 -#include "hunspell/hunspell.hxx"
65 +#include <hunspell.hxx>
66
67 #include <QTextCursor>
68
69 diff --git a/texmaker.h b/texmaker.h
70 index a959fe8..551fe20 100644
71 --- a/texmaker.h
72 +++ b/texmaker.h
73 @@ -43,7 +43,7 @@
74 #include "logeditor.h"
75 #include "gotolinedialog.h"
76 #include "replacedialog.h"
77 -#include "hunspell/hunspell.hxx"
78 +#include <hunspell.hxx>
79 #include "browser.h"
80 #include "pdfviewer.h"
81
82 diff --git a/texmaker.pro b/texmaker.pro
83 index f36cf16..dbd73b8 100755
84 --- a/texmaker.pro
85 +++ b/texmaker.pro
86 @@ -4,7 +4,8 @@ TARGET = texmaker
87 QT += network \
88 xml \
89 webkit
90 -CONFIG += qt warn_off release
91 +CONFIG += qt warn_off release link_pkgconfig
92 +PKGCONFIG = hunspell
93 TEXMAKERVERSION=2.2.1
94 DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
95 DEFINES += HAVE_SPLASH
96 @@ -54,25 +55,6 @@ HEADERS += texmaker.h \
97 userquickdialog.h \
98 synctex_parser.h \
99 synctex_parser_utils.h \
100 - hunspell/affentry.hxx \
101 - hunspell/affixmgr.hxx \
102 - hunspell/atypes.hxx \
103 - hunspell/baseaffix.hxx \
104 - hunspell/csutil.hxx \
105 - hunspell/dictmgr.hxx \
106 - hunspell/hashmgr.hxx \
107 - hunspell/htypes.hxx \
108 - hunspell/hunspell.hxx \
109 - hunspell/hunspell.h \
110 - hunspell/langnum.hxx \
111 - hunspell/license.hunspell \
112 - hunspell/phonet.hxx \
113 - hunspell/suggestmgr.hxx \
114 - hunspell/license.myspell \
115 - hunspell/filemgr.hxx \
116 - hunspell/hunzip.hxx \
117 - hunspell/replist.hxx \
118 - hunspell/w_char.hxx \
119 singleapp/qtlocalpeer.h \
120 singleapp/qtlockedfile.h \
121 singleapp/qtsingleapplication.h \
122 @@ -121,18 +103,6 @@ SOURCES += main.cpp \
123 userquickdialog.cpp \
124 synctex_parser.c \
125 synctex_parser_utils.c \
126 - hunspell/affentry.cxx \
127 - hunspell/affixmgr.cxx \
128 - hunspell/csutil.cxx \
129 - hunspell/dictmgr.cxx \
130 - hunspell/hashmgr.cxx \
131 - hunspell/hunspell.cxx \
132 - hunspell/phonet.cxx \
133 - hunspell/suggestmgr.cxx \
134 - hunspell/utf_info.cxx \
135 - hunspell/filemgr.cxx \
136 - hunspell/replist.cxx \
137 - hunspell/hunzip.cxx \
138 singleapp/qtlocalpeer.cpp \
139 singleapp/qtlockedfile.cpp \
140 singleapp/qtsingleapplication.cpp \