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.99-hunspell.patch
Date: Thu, 25 Feb 2010 12:04:51
Message-Id: E1NkcSR-0000H3-OJ@stork.gentoo.org
1 aballier 10/02/25 12:04:43
2
3 Added: texmaker-1.99-hunspell.patch
4 Log:
5 version bump, by Dustin Polke <gentoobugsie.20.dsurawicz@×××××××××××.com>, bug #303251
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-office/texmaker/files/texmaker-1.99-hunspell.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/files/texmaker-1.99-hunspell.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/files/texmaker-1.99-hunspell.patch?rev=1.1&content-type=text/plain
13
14 Index: texmaker-1.99-hunspell.patch
15 ===================================================================
16 Index: texmaker-1.9.9/spellerdialog.h
17 ===================================================================
18 --- texmaker-1.9.9.orig/spellerdialog.h
19 +++ texmaker-1.9.9/spellerdialog.h
20 @@ -13,7 +13,7 @@
21
22 #include "ui_spellerdialog.h"
23 #include "latexeditor.h"
24 -#include "hunspell/hunspell.hxx"
25 +#include <hunspell.hxx>
26
27 #include <QTextCursor>
28
29 Index: texmaker-1.9.9/texmaker.pro
30 ===================================================================
31 --- texmaker-1.9.9.orig/texmaker.pro
32 +++ texmaker-1.9.9/texmaker.pro
33 @@ -3,7 +3,8 @@ TEMPLATE = app
34 TARGET = texmaker
35 QT += network \
36 xml
37 -CONFIG += qt warn_off release
38 +CONFIG += qt warn_off release link_pkgconfig
39 +PKGCONFIG = hunspell
40 TEXMAKERVERSION=1.9.9
41 DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
42 ###############################
43 @@ -42,25 +43,6 @@ HEADERS += texmaker.h \
44 stylehelper.h \
45 styleanimator.h \
46 keysequencedialog.h \
47 - hunspell/affentry.hxx \
48 - hunspell/affixmgr.hxx \
49 - hunspell/atypes.hxx \
50 - hunspell/baseaffix.hxx \
51 - hunspell/csutil.hxx \
52 - hunspell/dictmgr.hxx \
53 - hunspell/hashmgr.hxx \
54 - hunspell/htypes.hxx \
55 - hunspell/hunspell.hxx \
56 - hunspell/hunspell.h \
57 - hunspell/langnum.hxx \
58 - hunspell/license.hunspell \
59 - hunspell/phonet.hxx \
60 - hunspell/suggestmgr.hxx \
61 - hunspell/license.myspell \
62 - hunspell/filemgr.hxx \
63 - hunspell/hunzip.hxx \
64 - hunspell/replist.hxx \
65 - hunspell/w_char.hxx \
66 singleapp/qtlocalpeer.h \
67 singleapp/qtlockedfile.h \
68 singleapp/qtsingleapplication.h \
69 @@ -100,18 +82,6 @@ SOURCES += main.cpp \
70 stylehelper.cpp \
71 styleanimator.cpp \
72 keysequencedialog.cpp \
73 - hunspell/affentry.cxx \
74 - hunspell/affixmgr.cxx \
75 - hunspell/csutil.cxx \
76 - hunspell/dictmgr.cxx \
77 - hunspell/hashmgr.cxx \
78 - hunspell/hunspell.cxx \
79 - hunspell/phonet.cxx \
80 - hunspell/suggestmgr.cxx \
81 - hunspell/utf_info.cxx \
82 - hunspell/filemgr.cxx \
83 - hunspell/replist.cxx \
84 - hunspell/hunzip.cxx \
85 singleapp/qtlocalpeer.cpp \
86 singleapp/qtlockedfile.cpp \
87 singleapp/qtsingleapplication.cpp \