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-4.1-unbundle.patch
Date: Sun, 03 Nov 2013 10:51:45
Message-Id: 20131103105138.DF47920005@flycatcher.gentoo.org
1 jlec 13/11/03 10:51:38
2
3 Added: texmaker-4.1-unbundle.patch
4 Log:
5 app-office/texmaker: Version BUmp, #490220
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.1 app-office/texmaker/files/texmaker-4.1-unbundle.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/files/texmaker-4.1-unbundle.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/files/texmaker-4.1-unbundle.patch?rev=1.1&content-type=text/plain
14
15 Index: texmaker-4.1-unbundle.patch
16 ===================================================================
17 configdialog.cpp | 2 +-
18 texmaker.cpp | 4 ++--
19 texmaker.pro | 42 +-----------------------------------------
20 3 files changed, 4 insertions(+), 44 deletions(-)
21
22 diff --git a/configdialog.cpp b/configdialog.cpp
23 index e596a2c..3660429 100644
24 --- a/configdialog.cpp
25 +++ b/configdialog.cpp
26 @@ -220,7 +220,7 @@ void ConfigDialog::browseAspell()
27 QDir spelldir(QCoreApplication::applicationDirPath());
28 #else
29 #ifdef DEBIAN_SPELLDIR
30 -QDir spelldir(PREFIX"/share/myspell/dicts");
31 +QDir spelldir(PREFIX"/share/myspell");
32 #else
33 QDir spelldir(PREFIX"/share/texmaker");
34 #endif
35 diff --git a/texmaker.cpp b/texmaker.cpp
36 index 51d2082..607f66e 100644
37 --- a/texmaker.cpp
38 +++ b/texmaker.cpp
39 @@ -4363,7 +4363,7 @@ geometry_options=config->value("Quick/GeometryOptions","left=2cm,right=2cm,top=2
40 QString dicDir=QCoreApplication::applicationDirPath() + "/";
41 #else
42 #ifdef DEBIAN_SPELLDIR
43 -QString dicDir=PREFIX"/share/myspell/dicts/";
44 +QString dicDir=PREFIX"/share/myspell/";
45 #else
46 QString dicDir=PREFIX"/share/texmaker/";
47 #endif
48 @@ -10835,4 +10835,4 @@ if (singlemode && currentEditorView())
49 UpdateBibliography();
50 }
51 }
52 -}
53 \ No newline at end of file
54 +}
55 diff --git a/texmaker.pro b/texmaker.pro
56 index bce8dd4..2f205bb 100644
57 --- a/texmaker.pro
58 +++ b/texmaker.pro
59 @@ -95,29 +95,6 @@ HEADERS += texmaker.h \
60 unicodedialog.h \
61 unicodeview.h \
62 quickbeamerdialog.h \
63 - hunspell/affentry.hxx \
64 - hunspell/affixmgr.hxx \
65 - hunspell/atypes.hxx \
66 - hunspell/baseaffix.hxx \
67 - hunspell/csutil.hxx \
68 - hunspell/dictmgr.hxx \
69 - hunspell/hashmgr.hxx \
70 - hunspell/htypes.hxx \
71 - hunspell/hunspell.hxx \
72 - hunspell/hunspell.h \
73 - hunspell/langnum.hxx \
74 - hunspell/license.hunspell \
75 - hunspell/phonet.hxx \
76 - hunspell/suggestmgr.hxx \
77 - hunspell/license.myspell \
78 - hunspell/filemgr.hxx \
79 - hunspell/hunzip.hxx \
80 - hunspell/replist.hxx \
81 - hunspell/w_char.hxx \
82 - singleapp/qtlocalpeer.h \
83 - singleapp/qtlockedfile.h \
84 - singleapp/qtsingleapplication.h \
85 - singleapp/qtsinglecoreapplication.h \
86 encodingprober/CharDistribution.h \
87 encodingprober/ChineseGroupProber.h \
88 encodingprober/ctype_test_p.h \
89 @@ -204,22 +181,6 @@ SOURCES += main.cpp \
90 unicodedialog.cpp \
91 unicodeview.cpp \
92 quickbeamerdialog.cpp \
93 - hunspell/affentry.cxx \
94 - hunspell/affixmgr.cxx \
95 - hunspell/csutil.cxx \
96 - hunspell/dictmgr.cxx \
97 - hunspell/hashmgr.cxx \
98 - hunspell/hunspell.cxx \
99 - hunspell/phonet.cxx \
100 - hunspell/suggestmgr.cxx \
101 - hunspell/utf_info.cxx \
102 - hunspell/filemgr.cxx \
103 - hunspell/replist.cxx \
104 - hunspell/hunzip.cxx \
105 - singleapp/qtlocalpeer.cpp \
106 - singleapp/qtlockedfile.cpp \
107 - singleapp/qtsingleapplication.cpp \
108 - singleapp/qtsinglecoreapplication.cpp \
109 encodingprober/CharDistribution.cpp \
110 encodingprober/ChineseGroupProber.cpp \
111 encodingprober/JapaneseGroupProber.cpp \
112 @@ -328,8 +289,7 @@ icon.path = $${ICONDIR}
113
114 INSTALLS = target
115 HEADERS += x11fontdialog.h
116 -SOURCES += x11fontdialog.cpp \
117 - singleapp/qtlockedfile_unix.cpp
118 +SOURCES += x11fontdialog.cpp
119 FORMS += x11fontdialog.ui
120
121 utilities.files = doc/doc1.png \