Update to texmaker 4.4.1.
This commit is contained in:
parent
c0ff44d2ec
commit
84af66fb15
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2014/08/31 17:03:33 shadchin Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2014/12/16 19:53:15 shadchin Exp $
|
||||
|
||||
COMMENT= LaTeX development environment
|
||||
DISTNAME= texmaker-4.3
|
||||
DISTNAME= texmaker-4.4.1
|
||||
CATEGORIES= editors
|
||||
|
||||
HOMEPAGE= http://www.xm1math.net/texmaker/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (texmaker-4.3.tar.bz2) = Zw7vfFFjA0LIfxwqd9oLNnmP25cceJOEHhPJNCsY2lE=
|
||||
SIZE (texmaker-4.3.tar.bz2) = 11334013
|
||||
SHA256 (texmaker-4.4.1.tar.bz2) = gJOUk/+2yS9HxHEJ3/beTJElkkQkfpDd+xu2FTVZtLQ=
|
||||
SIZE (texmaker-4.4.1.tar.bz2) = 11274997
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-texmaker_cpp,v 1.14 2014/08/31 17:03:33 shadchin Exp $
|
||||
--- texmaker.cpp.orig Thu Jul 31 12:43:57 2014
|
||||
+++ texmaker.cpp Sun Aug 31 22:03:32 2014
|
||||
@@ -4558,7 +4558,7 @@ QString dicDir=QCoreApplication::applicationDirPath()
|
||||
$OpenBSD: patch-texmaker_cpp,v 1.15 2014/12/16 19:53:15 shadchin Exp $
|
||||
--- texmaker.cpp.orig Wed Nov 26 17:06:56 2014
|
||||
+++ texmaker.cpp Tue Dec 9 00:10:01 2014
|
||||
@@ -4674,7 +4674,7 @@ QString dicDir=QCoreApplication::applicationDirPath()
|
||||
#ifdef DEBIAN_SPELLDIR
|
||||
QString dicDir=PREFIX"/share/myspell/dicts/";
|
||||
#else
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.14 2014/08/31 17:03:33 shadchin Exp $
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -4571,7 +4571,7 @@ QString dicDir=QCoreApplication::applicationDirPath()
|
||||
@@ -4687,7 +4687,7 @@ QString dicDir=QCoreApplication::applicationDirPath()
|
||||
#endif
|
||||
QString defaultDic=dicDir+QString(QLocale::system().name())+".dic";
|
||||
QFileInfo fi(defaultDic);
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-texmaker_pro,v 1.14 2014/08/31 17:03:33 shadchin Exp $
|
||||
--- texmaker.pro.orig Thu Apr 24 20:15:57 2014
|
||||
+++ texmaker.pro Thu May 8 23:55:13 2014
|
||||
$OpenBSD: patch-texmaker_pro,v 1.15 2014/12/16 19:53:15 shadchin Exp $
|
||||
--- texmaker.pro.orig Wed Nov 26 17:05:48 2014
|
||||
+++ texmaker.pro Tue Dec 9 00:14:02 2014
|
||||
@@ -23,7 +23,7 @@ PKGCONFIG = poppler-qt5
|
||||
DEFINES += POPPLER24
|
||||
} else {
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-texmaker_pro,v 1.14 2014/08/31 17:03:33 shadchin Exp $
|
||||
DETECTEDPOPPLER=$$system(pkg-config --modversion poppler)
|
||||
contains( DETECTEDPOPPLER, "^0.18.*" ){
|
||||
DEFINES += OLDPOPPLER
|
||||
@@ -96,25 +96,6 @@ HEADERS += texmaker.h \
|
||||
@@ -97,25 +97,6 @@ HEADERS += texmaker.h \
|
||||
unicodedialog.h \
|
||||
unicodeview.h \
|
||||
quickbeamerdialog.h \
|
||||
@ -36,7 +36,7 @@ $OpenBSD: patch-texmaker_pro,v 1.14 2014/08/31 17:03:33 shadchin Exp $
|
||||
singleapp/qtlocalpeer.h \
|
||||
singleapp/qtlockedfile.h \
|
||||
singleapp/qtsingleapplication.h \
|
||||
@@ -206,18 +187,6 @@ SOURCES += main.cpp \
|
||||
@@ -208,18 +189,6 @@ SOURCES += main.cpp \
|
||||
unicodedialog.cpp \
|
||||
unicodeview.cpp \
|
||||
quickbeamerdialog.cpp \
|
||||
@ -55,11 +55,11 @@ $OpenBSD: patch-texmaker_pro,v 1.14 2014/08/31 17:03:33 shadchin Exp $
|
||||
singleapp/qtlocalpeer.cpp \
|
||||
singleapp/qtlockedfile.cpp \
|
||||
singleapp/qtsingleapplication.cpp \
|
||||
@@ -429,40 +398,7 @@ utilities.files = doc/doc1.png \
|
||||
locale/texmaker_se.qm \
|
||||
@@ -434,40 +403,7 @@ utilities.files = doc/doc1.png \
|
||||
locale/texmaker_ar.qm \
|
||||
locale/texmaker_lv.qm \
|
||||
- locale/texmaker_uk.qm \
|
||||
locale/texmaker_uk.qm \
|
||||
- locale/texmaker_vi_VN.qm \
|
||||
- dictionaries/nl_NL.aff \
|
||||
- dictionaries/nl_NL.dic \
|
||||
- dictionaries/de_DE.aff \
|
||||
@ -93,7 +93,7 @@ $OpenBSD: patch-texmaker_pro,v 1.14 2014/08/31 17:03:33 shadchin Exp $
|
||||
- dictionaries/README_DIC_fr_FR.txt \
|
||||
- dictionaries/README_es_ES.txt \
|
||||
- dictionaries/README_en_US.txt
|
||||
+ locale/texmaker_uk.qm
|
||||
+ locale/texmaker_vi_VN.qm
|
||||
INSTALLS += utilities
|
||||
|
||||
desktop.files = utilities/texmaker.desktop
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2014/08/31 17:03:33 shadchin Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2014/12/16 19:53:15 shadchin Exp $
|
||||
@bin bin/texmaker
|
||||
share/applications/texmaker.desktop
|
||||
share/pixmaps/
|
||||
@ -53,6 +53,7 @@ share/texmaker/doc8.png
|
||||
share/texmaker/doc8hu.png
|
||||
share/texmaker/doc9.png
|
||||
share/texmaker/doc9hu.png
|
||||
share/texmaker/hardwordwrap_selection_80col.tms
|
||||
share/texmaker/jquery.atd.textarea.js
|
||||
share/texmaker/latexhelp.html
|
||||
share/texmaker/qt_cs.qm
|
||||
@ -92,9 +93,10 @@ share/texmaker/texmaker_ru.qm
|
||||
share/texmaker/texmaker_se.qm
|
||||
share/texmaker/texmaker_sr.qm
|
||||
share/texmaker/texmaker_uk.qm
|
||||
share/texmaker/texmaker_vi_VN.qm
|
||||
share/texmaker/texmaker_zh_CN.qm
|
||||
share/texmaker/texmaker_zh_TW.qm
|
||||
share/texmaker/titlecase.tms
|
||||
share/texmaker/titlecase_selection.tms
|
||||
share/texmaker/usermanual_en.html
|
||||
share/texmaker/usermanual_fr.html
|
||||
share/texmaker/usermanual_hu.html
|
||||
|
Loading…
Reference in New Issue
Block a user