Update to texmaker 4.5.
This commit is contained in:
parent
cfda8eaa82
commit
ff81924cdc
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2014/12/16 19:53:15 shadchin Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2015/11/14 15:24:44 shadchin Exp $
|
||||
|
||||
COMMENT= LaTeX development environment
|
||||
DISTNAME= texmaker-4.4.1
|
||||
DISTNAME= texmaker-4.5
|
||||
CATEGORIES= editors
|
||||
|
||||
HOMEPAGE= http://www.xm1math.net/texmaker/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (texmaker-4.4.1.tar.bz2) = gJOUk/+2yS9HxHEJ3/beTJElkkQkfpDd+xu2FTVZtLQ=
|
||||
SIZE (texmaker-4.4.1.tar.bz2) = 11274997
|
||||
SHA256 (texmaker-4.5.tar.bz2) = LOmWbkEL+HhknRx1bj3CoHflXh6qn0vrEKpyJM2U1hQ=
|
||||
SIZE (texmaker-4.5.tar.bz2) = 11287724
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configdialog_cpp,v 1.5 2013/11/10 12:31:45 shadchin Exp $
|
||||
--- configdialog.cpp.orig Sat Oct 26 20:20:03 2013
|
||||
+++ configdialog.cpp Sat Nov 2 15:06:05 2013
|
||||
@@ -223,7 +223,7 @@ QDir spelldir(QCoreApplication::applicationDirPath());
|
||||
$OpenBSD: patch-configdialog_cpp,v 1.6 2015/11/14 15:24:44 shadchin Exp $
|
||||
--- configdialog.cpp.orig Mon Oct 26 20:20:14 2015
|
||||
+++ configdialog.cpp Sat Nov 7 20:01:27 2015
|
||||
@@ -224,7 +224,7 @@ QDir spelldir(QCoreApplication::applicationDirPath());
|
||||
#ifdef DEBIAN_SPELLDIR
|
||||
QDir spelldir(PREFIX"/share/myspell/dicts");
|
||||
#else
|
||||
|
@ -1,7 +1,7 @@
|
||||
$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()
|
||||
$OpenBSD: patch-texmaker_cpp,v 1.16 2015/11/14 15:24:44 shadchin Exp $
|
||||
--- texmaker.cpp.orig Wed Oct 28 20:11:56 2015
|
||||
+++ texmaker.cpp Sat Nov 7 20:01:28 2015
|
||||
@@ -4692,7 +4692,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.15 2014/12/16 19:53:15 shadchin Exp $
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -4687,7 +4687,7 @@ QString dicDir=QCoreApplication::applicationDirPath()
|
||||
@@ -4705,7 +4705,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.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
|
||||
$OpenBSD: patch-texmaker_pro,v 1.16 2015/11/14 15:24:44 shadchin Exp $
|
||||
--- texmaker.pro.orig Sat Oct 24 14:05:27 2015
|
||||
+++ texmaker.pro Sat Nov 7 20:03:27 2015
|
||||
@@ -23,7 +23,7 @@ PKGCONFIG = poppler-qt5
|
||||
DEFINES += POPPLER24
|
||||
} else {
|
||||
@ -10,10 +10,10 @@ $OpenBSD: patch-texmaker_pro,v 1.15 2014/12/16 19:53:15 shadchin Exp $
|
||||
DETECTEDPOPPLER=$$system(pkg-config --modversion poppler)
|
||||
contains( DETECTEDPOPPLER, "^0.18.*" ){
|
||||
DEFINES += OLDPOPPLER
|
||||
@@ -97,25 +97,6 @@ HEADERS += texmaker.h \
|
||||
unicodedialog.h \
|
||||
@@ -98,25 +98,6 @@ HEADERS += texmaker.h \
|
||||
unicodeview.h \
|
||||
quickbeamerdialog.h \
|
||||
svnhelper.h \
|
||||
- hunspell/affentry.hxx \
|
||||
- hunspell/affixmgr.hxx \
|
||||
- hunspell/atypes.hxx \
|
||||
@ -36,10 +36,10 @@ $OpenBSD: patch-texmaker_pro,v 1.15 2014/12/16 19:53:15 shadchin Exp $
|
||||
singleapp/qtlocalpeer.h \
|
||||
singleapp/qtlockedfile.h \
|
||||
singleapp/qtsingleapplication.h \
|
||||
@@ -208,18 +189,6 @@ SOURCES += main.cpp \
|
||||
unicodedialog.cpp \
|
||||
@@ -210,18 +191,6 @@ SOURCES += main.cpp \
|
||||
unicodeview.cpp \
|
||||
quickbeamerdialog.cpp \
|
||||
svnhelper.cpp \
|
||||
- hunspell/affentry.cxx \
|
||||
- hunspell/affixmgr.cxx \
|
||||
- hunspell/csutil.cxx \
|
||||
@ -55,7 +55,7 @@ $OpenBSD: patch-texmaker_pro,v 1.15 2014/12/16 19:53:15 shadchin Exp $
|
||||
singleapp/qtlocalpeer.cpp \
|
||||
singleapp/qtlockedfile.cpp \
|
||||
singleapp/qtsingleapplication.cpp \
|
||||
@@ -434,40 +403,7 @@ utilities.files = doc/doc1.png \
|
||||
@@ -436,40 +405,7 @@ utilities.files = doc/doc1.png \
|
||||
locale/texmaker_ar.qm \
|
||||
locale/texmaker_lv.qm \
|
||||
locale/texmaker_uk.qm \
|
||||
|
Loading…
x
Reference in New Issue
Block a user