+++ /dev/null
- utilities/texstudio.desktop | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/utilities/texstudio.desktop b/utilities/texstudio.desktop
-index 199255f..9c95afd 100644
---- a/utilities/texstudio.desktop
-+++ b/utilities/texstudio.desktop
-@@ -1,13 +1,12 @@
- [Desktop Entry]
- Categories=Office;Publishing;Qt;X-SuSE-Core-Office;X-Mandriva-Office-Publishing;X-Misc;
--Encoding=UTF-8
- Exec=texstudio %F
- GenericName=LaTeX Editor
- GenericName[fr]=Editeur LaTeX
- Comment=LaTeX development environment
- Comment[fr]=Environnement de développement LaTeX
- Icon=/usr/share/texstudio/texstudio.svg
--MimeType=text/x-tex;
-+MimeType=text/X-tex;
- Name=TeXstudio
- StartupNotify=false
- Terminal=false
+++ /dev/null
- spellerutility.h | 2 +-
- texstudio.pro | 45 ++++++++++++---------------------------------
- 2 files changed, 13 insertions(+), 34 deletions(-)
-
-diff --git a/spellerutility.h b/spellerutility.h
-index 7e1b980..b0bc8b8 100644
---- a/spellerutility.h
-+++ b/spellerutility.h
-@@ -13,7 +13,7 @@
- \r
- #include "mostQtHeaders.h"\r
- \r
--#include "hunspell/hunspell.hxx"\r
-+#include <hunspell.hxx>\r
- class SpellerUtility: public QObject {\r
- Q_OBJECT\r
- public:\r
-diff --git a/texstudio.pro b/texstudio.pro
-index b073255..3d4ee64 100644
---- a/texstudio.pro
-+++ b/texstudio.pro
-@@ -53,25 +53,6 @@ HEADERS += texmaker.h \
- debughelper.h \\r
- thesaurusdialog.h \\r
- xmltagslistwidget.h \\r
-- hunspell/affentry.hxx \\r
-- hunspell/affixmgr.hxx \\r
-- hunspell/atypes.hxx \\r
-- hunspell/baseaffix.hxx \\r
-- hunspell/csutil.hxx \\r
-- hunspell/dictmgr.hxx \\r
-- hunspell/hashmgr.hxx \\r
-- hunspell/htypes.hxx \\r
-- hunspell/hunspell.hxx \\r
-- hunspell/hunspell.h \\r
-- hunspell/langnum.hxx \\r
-- hunspell/license.hunspell \\r
-- hunspell/phonet.hxx \\r
-- hunspell/suggestmgr.hxx \\r
-- hunspell/license.myspell \\r
-- hunspell/filemgr.hxx \\r
-- hunspell/hunzip.hxx \\r
-- hunspell/w_char.hxx \\r
-- hunspell/replist.hxx \\r
- qcodeedit/lib/qeditorinputbinding.h \\r
- qcodeedit/lib/qeditorinputbindinginterface.h \\r
- qcodeedit/lib/qformat.h \\r
-@@ -171,18 +152,6 @@ SOURCES += main.cpp \
- codesnippet.cpp \\r
- thesaurusdialog.cpp \\r
- xmltagslistwidget.cpp \\r
-- hunspell/affentry.cxx \\r
-- hunspell/affixmgr.cxx \\r
-- hunspell/csutil.cxx \\r
-- hunspell/dictmgr.cxx \\r
-- hunspell/hashmgr.cxx \\r
-- hunspell/hunspell.cxx \\r
-- hunspell/phonet.cxx \\r
-- hunspell/replist.cxx \\r
-- hunspell/suggestmgr.cxx \\r
-- hunspell/utf_info.cxx \\r
-- hunspell/filemgr.cxx \\r
-- hunspell/hunzip.cxx \\r
- encodingdialog.cpp \\r
- qcodeedit/lib/qeditorinputbinding.cpp \\r
- qcodeedit/lib/qformat.cpp \\r
-@@ -537,10 +506,14 @@ SOURCES += qcodeedit/lib/qnfa/qnfa.cpp \
- # ###############################\r
- \r
- # ##########QUAZIP###############\r
--DEFINES += QUAZIP_STATIC\r
-+#DEFINES += QUAZIP_STATIC\r
- \r
- # Input\r
--include(quazip/quazip/quazip.pri)\r
-+#include(quazip/quazip/quazip.pri)\r
-+unix {\r
-+ INCLUDEPATH += $${PREFIX}/include/quazip\r
-+ LIBS += -lquazip\r
-+}\r
- \r
- # ###############################\r
- \r
-@@ -677,3 +650,9 @@ else {
- QMAKE_LFLAGS_RELEASE -= -Wl,-s\r
- }\r
- \r
-+unix {\r
-+ CONFIG += link_pkgconfig\r
-+ # use system quazip\r
-+ # use system hunspell\r
-+ PKGCONFIG += hunspell\r
-+}\r