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.80-hunspell.patch
Date: Fri, 28 Nov 2008 10:58:51
Message-Id: E1L613h-0008Kw-7V@stork.gentoo.org
1 aballier 08/11/28 10:58:49
2
3 Added: texmaker-1.80-hunspell.patch
4 Log:
5 version bump, bug #248921
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.27.7 x86_64)
7
8 Revision Changes Path
9 1.1 app-office/texmaker/files/texmaker-1.80-hunspell.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/files/texmaker-1.80-hunspell.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/files/texmaker-1.80-hunspell.patch?rev=1.1&content-type=text/plain
13
14 Index: texmaker-1.80-hunspell.patch
15 ===================================================================
16 Index: texmaker-1.8/spellerdialog.h
17 ===================================================================
18 --- texmaker-1.8.orig/spellerdialog.h
19 +++ texmaker-1.8/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.8/texmaker.pro
30 ===================================================================
31 --- texmaker-1.8.orig/texmaker.pro
32 +++ texmaker-1.8/texmaker.pro
33 @@ -2,7 +2,8 @@ TEMPLATE = app
34 LANGUAGE = C++
35 TARGET = texmaker
36 QT += network
37 -CONFIG += qt warn_off release
38 +CONFIG += qt warn_off release link_pkgconfig
39 +PKGCONFIG = hunspell
40 ###############################
41 HEADERS += texmaker.h \
42 dsingleapplication.h \
43 @@ -35,25 +36,7 @@ HEADERS += texmaker.h \
44 spellerdialog.h \
45 pstrickslistwidget.h \
46 blockdata.h \
47 - parenmatcher.h \
48 - hunspell/affentry.hxx \
49 - hunspell/affixmgr.hxx \
50 - hunspell/atypes.hxx \
51 - hunspell/baseaffix.hxx \
52 - hunspell/csutil.hxx \
53 - hunspell/dictmgr.hxx \
54 - hunspell/hashmgr.hxx \
55 - hunspell/htypes.hxx \
56 - hunspell/hunspell.hxx \
57 - hunspell/hunspell.h \
58 - hunspell/langnum.hxx \
59 - hunspell/license.hunspell \
60 - hunspell/phonet.hxx \
61 - hunspell/suggestmgr.hxx \
62 - hunspell/license.myspell \
63 - hunspell/filemgr.hxx \
64 - hunspell/hunzip.hxx \
65 - hunspell/w_char.hxx
66 + parenmatcher.h
67 SOURCES += main.cpp \
68 dsingleapplication.cpp \
69 texmaker.cpp \
70 @@ -85,18 +68,7 @@ SOURCES += main.cpp \
71 webpublishdialog.cpp \
72 spellerdialog.cpp \
73 pstrickslistwidget.cpp \
74 - parenmatcher.cpp \
75 - hunspell/affentry.cxx \
76 - hunspell/affixmgr.cxx \
77 - hunspell/csutil.cxx \
78 - hunspell/dictmgr.cxx \
79 - hunspell/hashmgr.cxx \
80 - hunspell/hunspell.cxx \
81 - hunspell/phonet.cxx \
82 - hunspell/suggestmgr.cxx \
83 - hunspell/utf_info.cxx \
84 - hunspell/filemgr.cxx \
85 - hunspell/hunzip.cxx
86 + parenmatcher.cpp
87 RESOURCES += texmaker.qrc
88 FORMS += findwidget.ui\
89 gotolinedialog.ui \