From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B998613800E for ; Mon, 23 Jul 2012 07:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C79FCE0746; Mon, 23 Jul 2012 07:37:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 868C5E0746 for ; Mon, 23 Jul 2012 07:37:28 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C20961B4015 for ; Mon, 23 Jul 2012 07:37:27 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 795772004C; Mon, 23 Jul 2012 07:37:26 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/texmaker/files: texmaker-3.4.1-hunspell.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: texmaker-3.4.1-hunspell.patch X-VCS-Directories: app-office/texmaker/files X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120723073726.795772004C@flycatcher.gentoo.org> Date: Mon, 23 Jul 2012 07:37:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5f1ba669-3585-431e-a543-026e8e52b7a3 X-Archives-Hash: e1541ac94a5ce88573c2b718508c3848 jlec 12/07/23 07:37:26 Added: texmaker-3.4.1-hunspell.patch Log: app-office/texmaker: Version Bump, #427134 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64) Revision Changes Path 1.1 app-office/texmaker/files/texmaker-3.4.1-hunspell.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/files/texmaker-3.4.1-hunspell.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmaker/files/texmaker-3.4.1-hunspell.patch?rev=1.1&content-type=text/plain Index: texmaker-3.4.1-hunspell.patch =================================================================== latexeditor.h | 2 +- latexeditorview.h | 2 +- latexhighlighter.h | 2 +- spellerdialog.h | 2 +- texmaker.h | 2 +- texmaker.pro | 40 ++++------------------------------------ 6 files changed, 9 insertions(+), 41 deletions(-) diff --git a/latexeditor.h b/latexeditor.h index c12bbe3..94b9a3c 100644 --- a/latexeditor.h +++ b/latexeditor.h @@ -33,7 +33,7 @@ #include "latexhighlighter.h" #include "textblockselection.h" -#include "hunspell/hunspell.hxx" +#include typedef int UserBookmarkList[3]; diff --git a/latexeditorview.h b/latexeditorview.h index 5951656..796eb28 100644 --- a/latexeditorview.h +++ b/latexeditorview.h @@ -22,7 +22,7 @@ #include "gotolinewidget.h" #include "replacewidget.h" #include "minisplitter.h" -#include "hunspell/hunspell.hxx" +#include class LatexEditorView : public QWidget { Q_OBJECT diff --git a/latexhighlighter.h b/latexhighlighter.h index e0b91b1..74ec42a 100644 --- a/latexhighlighter.h +++ b/latexhighlighter.h @@ -20,7 +20,7 @@ #include #include //#include "latexeditor.h" -#include "hunspell/hunspell.hxx" +#include class QTextDocument; class LatexEditor; diff --git a/spellerdialog.h b/spellerdialog.h index 83248ae..cd16dad 100644 --- a/spellerdialog.h +++ b/spellerdialog.h @@ -13,7 +13,7 @@ #include "ui_spellerdialog.h" #include "latexeditor.h" -#include "hunspell/hunspell.hxx" +#include #include diff --git a/texmaker.h b/texmaker.h index 045ffc8..bf2705a 100644 --- a/texmaker.h +++ b/texmaker.h @@ -48,7 +48,7 @@ #include "usertagslistwidget.h" #include "xmltagslistwidget.h" #include "logeditor.h" -#include "hunspell/hunspell.hxx" +#include #include "browser.h" #include "pdfviewerwidget.h" #include "pdfviewer.h" diff --git a/texmaker.pro b/texmaker.pro index 4e11282..9625bd5 100644 --- a/texmaker.pro +++ b/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 poppler-qt4 TEXMAKERVERSION=3.4.1 DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\" DEFINES += HAVE_SPLASH @@ -67,25 +68,6 @@ HEADERS += texmaker.h \ synctex_parser_utils.h \ usertagslistwidget.h \ addtagdialog.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 \ @@ -171,18 +153,6 @@ SOURCES += main.cpp \ synctex_parser_utils.c \ usertagslistwidget.cpp \ addtagdialog.cpp \ - 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 \ @@ -278,13 +248,11 @@ isEmpty( ICONDIR ) { ICONDIR=/usr/share/pixmaps } -INCLUDEPATH += /usr/include/poppler/qt4 -LIBS += -L/usr/lib -lpoppler-qt4 -LIBS += -L/usr/lib -lz +LIBS += -lz DEFINES += PREFIX=\\\"$${PREFIX}\\\" target.path = $${PREFIX}/bin -#DEFINES += DEBIAN_SPELLDIR +DEFINES += DEBIAN_SPELLDIR INSTALLS = target