From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-office/texmaker/files: texmaker-2.10-hunspell.patch
Date: Sat, 30 Oct 2010 21:36:24 +0000 (UTC) [thread overview]
Message-ID: <20101030213624.5220820054@flycatcher.gentoo.org> (raw)
aballier 10/10/30 21:36:24
Added: texmaker-2.10-hunspell.patch
Log:
Version bump, readd wrongly dropped ppc* keywords, readd wrongly removed minimal qt versions
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Revision Changes Path
1.1 app-office/texmaker/files/texmaker-2.10-hunspell.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/files/texmaker-2.10-hunspell.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/files/texmaker-2.10-hunspell.patch?rev=1.1&content-type=text/plain
Index: texmaker-2.10-hunspell.patch
===================================================================
Index: texmaker-2.1/latexeditor.h
===================================================================
--- texmaker-2.1.orig/latexeditor.h
+++ texmaker-2.1/latexeditor.h
@@ -22,7 +22,7 @@
#include "latexhighlighter.h"
#include "parenmatcher.h"
-#include "hunspell/hunspell.hxx"
+#include <hunspell.hxx>
//class QCompleter;
//class ParenMatcher;
Index: texmaker-2.1/latexeditorview.h
===================================================================
--- texmaker-2.1.orig/latexeditorview.h
+++ texmaker-2.1/latexeditorview.h
@@ -18,7 +18,7 @@
#include "latexeditor.h"
#include "linenumberwidget.h"
#include "findwidget.h"
-#include "hunspell/hunspell.hxx"
+#include <hunspell.hxx>
class LatexEditorView : public QWidget {
Q_OBJECT
Index: texmaker-2.1/latexhighlighter.h
===================================================================
--- texmaker-2.1.orig/latexhighlighter.h
+++ texmaker-2.1/latexhighlighter.h
@@ -19,7 +19,7 @@
#include <QTextCharFormat>
#include <QColor>
#include <QTextBlockUserData>
-#include "hunspell/hunspell.hxx"
+#include <hunspell.hxx>
class QTextDocument;
Index: texmaker-2.1/spellerdialog.h
===================================================================
--- texmaker-2.1.orig/spellerdialog.h
+++ texmaker-2.1/spellerdialog.h
@@ -13,7 +13,7 @@
#include "ui_spellerdialog.h"
#include "latexeditor.h"
-#include "hunspell/hunspell.hxx"
+#include <hunspell.hxx>
#include <QTextCursor>
Index: texmaker-2.1/texmaker.h
===================================================================
--- texmaker-2.1.orig/texmaker.h
+++ texmaker-2.1/texmaker.h
@@ -43,7 +43,7 @@
#include "logeditor.h"
#include "gotolinedialog.h"
#include "replacedialog.h"
-#include "hunspell/hunspell.hxx"
+#include <hunspell.hxx>
#include "browser.h"
#include "pdfviewer.h"
Index: texmaker-2.1/texmaker.pro
===================================================================
--- texmaker-2.1.orig/texmaker.pro
+++ texmaker-2.1/texmaker.pro
@@ -4,7 +4,8 @@ TARGET = texmaker
QT += network \
xml \
webkit
-CONFIG += qt warn_off release
+CONFIG += qt warn_off release link_pkgconfig
+PKGCONFIG = hunspell
TEXMAKERVERSION=2.1
DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
###############################
@@ -50,25 +51,6 @@ HEADERS += texmaker.h \
userquickdialog.h \
synctex_parser.h \
synctex_parser_utils.h \
- hunspell/affentry.hxx \
- hunspell/affixmgr.hxx \
- hunspell/atypes.hxx \
- hunspell/baseaffix.hxx \
- hunspell/csutil.hxx \
- hunspell/dictmgr.hxx \
- hunspell/hashmgr.hxx \
- hunspell/htypes.hxx \
- hunspell/hunspell.hxx \
- hunspell/hunspell.h \
- hunspell/langnum.hxx \
- hunspell/license.hunspell \
- hunspell/phonet.hxx \
- hunspell/suggestmgr.hxx \
- hunspell/license.myspell \
- hunspell/filemgr.hxx \
- hunspell/hunzip.hxx \
- hunspell/replist.hxx \
- hunspell/w_char.hxx \
singleapp/qtlocalpeer.h \
singleapp/qtlockedfile.h \
singleapp/qtsingleapplication.h \
@@ -115,18 +97,6 @@ SOURCES += main.cpp \
userquickdialog.cpp \
synctex_parser.c \
synctex_parser_utils.c \
- hunspell/affentry.cxx \
- hunspell/affixmgr.cxx \
- hunspell/csutil.cxx \
- hunspell/dictmgr.cxx \
- hunspell/hashmgr.cxx \
- hunspell/hunspell.cxx \
- hunspell/phonet.cxx \
- hunspell/suggestmgr.cxx \
- hunspell/utf_info.cxx \
- hunspell/filemgr.cxx \
- hunspell/replist.cxx \
- hunspell/hunzip.cxx \
singleapp/qtlocalpeer.cpp \
singleapp/qtlockedfile.cpp \
singleapp/qtsingleapplication.cpp \
reply other threads:[~2010-10-30 21:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101030213624.5220820054@flycatcher.gentoo.org \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox