diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-27 21:22:47 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-27 21:22:47 +0200 |
commit | 8f38f63c7c187d5dd468bdb499fa5d856f21a061 (patch) | |
tree | 34a965635f4daf99a6ca2f38f6805a2b0283225f /app-office/texmaker/files/texmaker-1.71-hunspell.patch | |
parent | beab13698042363d2bd0d054fb32852d289a0afc (diff) | |
download | overlay-8f38f63c7c187d5dd468bdb499fa5d856f21a061.tar.gz overlay-8f38f63c7c187d5dd468bdb499fa5d856f21a061.tar.bz2 overlay-8f38f63c7c187d5dd468bdb499fa5d856f21a061.zip |
Added texmaker
Diffstat (limited to '')
-rw-r--r-- | app-office/texmaker/files/texmaker-1.71-hunspell.patch | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/app-office/texmaker/files/texmaker-1.71-hunspell.patch b/app-office/texmaker/files/texmaker-1.71-hunspell.patch new file mode 100644 index 0000000..2845196 --- /dev/null +++ b/app-office/texmaker/files/texmaker-1.71-hunspell.patch @@ -0,0 +1,67 @@ +diff -r 9450ca28545a spellerdialog.h +--- a/spellerdialog.h Fri Jun 27 20:29:16 2008 +0200 ++++ b/spellerdialog.h Fri Jun 27 20:39:29 2008 +0200 +@@ -13,7 +13,7 @@ + + #include "ui_spellerdialog.h" + #include "latexeditor.h" +-#include "hunspell/hunspell.hxx" ++#include <hunspell.hxx> + + #include <QTextCursor> + +diff -r 9450ca28545a texmaker.pro +--- a/texmaker.pro Fri Jun 27 20:29:16 2008 +0200 ++++ b/texmaker.pro Fri Jun 27 20:39:29 2008 +0200 +@@ -1,7 +1,8 @@ + TEMPLATE = app + LANGUAGE = C++ + TARGET = texmaker +-CONFIG += qt warn_off release ++CONFIG += qt warn_off release link_pkgconfig ++PKGCONFIG = hunspell + ############################### + HEADERS += texmaker.h \ + symbollistwidget.h \ +@@ -32,22 +33,7 @@ + webpublishdialog.h \ + spellerdialog.h \ + pstrickslistwidget.h \ +- blockdata.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 ++ blockdata.h + SOURCES += main.cpp \ + texmaker.cpp \ + symbollistwidget.cpp \ +@@ -77,16 +63,7 @@ + aboutdialog.cpp \ + webpublishdialog.cpp \ + spellerdialog.cpp \ +- pstrickslistwidget.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 ++ pstrickslistwidget.cpp + RESOURCES += texmaker.qrc + FORMS += findwidget.ui\ + gotolinedialog.ui \ |