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/texstudio/files: texstudio-2.2-hunspell.patch
Date: Wed, 07 Sep 2011 17:21:57
Message-Id: 20110907172144.16F9320051@flycatcher.gentoo.org
1 jlec 11/09/07 17:21:44
2
3 Added: texstudio-2.2-hunspell.patch
4 Log:
5 Version Bump of app-office/texmakerx with rename to texstudio, #377947
6
7 (Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-office/texstudio/files/texstudio-2.2-hunspell.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/files/texstudio-2.2-hunspell.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/files/texstudio-2.2-hunspell.patch?rev=1.1&content-type=text/plain
14
15 Index: texstudio-2.2-hunspell.patch
16 ===================================================================
17 diff --git a/texstudio.pro b/texstudio.pro
18 index 437a376..c2c6998 100644
19 --- a/texstudio.pro
20 +++ b/texstudio.pro
21 @@ -5,7 +5,10 @@ CONFIG = $$unique(CONFIG)
22 CONFIG -= debug \
23 debug_and_release \
24 release
25 -CONFIG += qt debug_and_release precompile_header
26 +CONFIG += qt debug_and_release precompile_header \
27 + link_pkgconfig
28 +PKGCONFIG = hunspell
29 +PHONON=
30 exists(texmakerx_my.pri):include(texmakerx_my.pri)
31 QT += network \
32 xml \
33 @@ -55,24 +58,6 @@ HEADERS += texmaker.h \
34 codesnippet.h \
35 thesaurusdialog.h \
36 xmltagslistwidget.h \
37 - hunspell/affentry.hxx \
38 - hunspell/affixmgr.hxx \
39 - hunspell/atypes.hxx \
40 - hunspell/baseaffix.hxx \
41 - hunspell/csutil.hxx \
42 - hunspell/dictmgr.hxx \
43 - hunspell/hashmgr.hxx \
44 - hunspell/htypes.hxx \
45 - hunspell/hunspell.hxx \
46 - hunspell/hunspell.h \
47 - hunspell/langnum.hxx \
48 - hunspell/license.hunspell \
49 - hunspell/phonet.hxx \
50 - hunspell/suggestmgr.hxx \
51 - hunspell/license.myspell \
52 - hunspell/filemgr.hxx \
53 - hunspell/hunzip.hxx \
54 - hunspell/w_char.hxx \
55 qcodeedit/lib/qeditorinputbinding.h \
56 qcodeedit/lib/qeditorinputbindinginterface.h \
57 randomtextgenerator.h \
58 @@ -88,7 +73,6 @@ HEADERS += texmaker.h \
59 latexdocument.h \
60 unicodeinsertion.h \
61 universalinputdialog.h \
62 - hunspell/replist.hxx \
63 scriptengine.h \
64 insertgraphics.h \
65 tmxtabwidget.h \
66 @@ -142,18 +126,6 @@ SOURCES += main.cpp \
67 codesnippet.cpp \
68 thesaurusdialog.cpp \
69 xmltagslistwidget.cpp \
70 - hunspell/affentry.cxx \
71 - hunspell/affixmgr.cxx \
72 - hunspell/csutil.cxx \
73 - hunspell/dictmgr.cxx \
74 - hunspell/hashmgr.cxx \
75 - hunspell/hunspell.cxx \
76 - hunspell/phonet.cxx \
77 - hunspell/replist.cxx \
78 - hunspell/suggestmgr.cxx \
79 - hunspell/utf_info.cxx \
80 - hunspell/filemgr.cxx \
81 - hunspell/hunzip.cxx \
82 encodingdialog.cpp \
83 qcodeedit/lib/qeditorinputbinding.cpp \
84 randomtextgenerator.cpp \