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