Update to texmaker 4.3.
This commit is contained in:
parent
3f11e13cc5
commit
73d7d7076f
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2014/04/12 09:05:00 shadchin Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2014/08/31 17:03:33 shadchin Exp $
|
||||
|
||||
COMMENT= LaTeX development environment
|
||||
DISTNAME= texmaker-4.1.1
|
||||
DISTNAME= texmaker-4.3
|
||||
CATEGORIES= editors
|
||||
|
||||
HOMEPAGE= http://www.xm1math.net/texmaker/
|
||||
@ -14,9 +14,9 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
WANTLIB += ICE QtGui QtNetwork QtWebKit QtXml SM X11 Xext Xi Xinerama
|
||||
WANTLIB += Xrender c fontconfig freetype hunspell-1.3 m poppler-qt4
|
||||
WANTLIB += pthread stdc++ z
|
||||
WANTLIB += ICE QtGui QtNetwork QtScript QtWebKit QtXml SM X11
|
||||
WANTLIB += Xext Xi Xinerama Xrender c fontconfig freetype hunspell-1.3
|
||||
WANTLIB += m poppler-qt4 pthread stdc++ z
|
||||
|
||||
MODULES= x11/qt4
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (texmaker-4.1.1.tar.bz2) = n/CnLWICHhEQMZ7X0Nk5k4SVeXcmcWrpmLwAZ3DrucA=
|
||||
SIZE (texmaker-4.1.1.tar.bz2) = 11258665
|
||||
SHA256 (texmaker-4.3.tar.bz2) = Zw7vfFFjA0LIfxwqd9oLNnmP25cceJOEHhPJNCsY2lE=
|
||||
SIZE (texmaker-4.3.tar.bz2) = 11334013
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-latexeditor_h,v 1.4 2012/03/01 17:57:45 shadchin Exp $
|
||||
--- latexeditor.h.orig Thu Dec 29 19:57:55 2011
|
||||
+++ latexeditor.h Sat Feb 25 23:39:47 2012
|
||||
@@ -33,7 +33,7 @@
|
||||
$OpenBSD: patch-latexeditor_h,v 1.5 2014/08/31 17:03:33 shadchin Exp $
|
||||
--- latexeditor.h.orig Wed Apr 23 22:49:21 2014
|
||||
+++ latexeditor.h Thu May 8 23:55:12 2014
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
#include "latexhighlighter.h"
|
||||
#include "textblockselection.h"
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-texmaker_cpp,v 1.13 2014/04/12 09:05:00 shadchin Exp $
|
||||
--- texmaker.cpp.orig Wed Jan 1 22:32:50 2014
|
||||
+++ texmaker.cpp Sat Apr 5 20:29:53 2014
|
||||
@@ -4497,7 +4497,7 @@ QString dicDir=QCoreApplication::applicationDirPath()
|
||||
$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()
|
||||
#ifdef DEBIAN_SPELLDIR
|
||||
QString dicDir=PREFIX"/share/myspell/dicts/";
|
||||
#else
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.13 2014/04/12 09:05:00 shadchin Exp $
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -4510,7 +4510,7 @@ QString dicDir=QCoreApplication::applicationDirPath()
|
||||
@@ -4571,7 +4571,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.13 2014/04/12 09:05:00 shadchin Exp $
|
||||
--- texmaker.pro.orig Thu Jan 2 20:38:49 2014
|
||||
+++ texmaker.pro Sat Apr 5 20:30:51 2014
|
||||
$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
|
||||
@@ -23,7 +23,7 @@ PKGCONFIG = poppler-qt5
|
||||
DEFINES += POPPLER24
|
||||
} else {
|
||||
@ -55,7 +55,7 @@ $OpenBSD: patch-texmaker_pro,v 1.13 2014/04/12 09:05:00 shadchin Exp $
|
||||
singleapp/qtlocalpeer.cpp \
|
||||
singleapp/qtlockedfile.cpp \
|
||||
singleapp/qtsingleapplication.cpp \
|
||||
@@ -428,40 +397,7 @@ utilities.files = doc/doc1.png \
|
||||
@@ -429,40 +398,7 @@ utilities.files = doc/doc1.png \
|
||||
locale/texmaker_se.qm \
|
||||
locale/texmaker_ar.qm \
|
||||
locale/texmaker_lv.qm \
|
||||
|
11
editors/texmaker/patches/patch-texmakerapp_cpp
Normal file
11
editors/texmaker/patches/patch-texmakerapp_cpp
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-texmakerapp_cpp,v 1.1 2014/08/31 17:03:33 shadchin Exp $
|
||||
--- texmakerapp.cpp.orig Wed Jan 1 16:07:14 2014
|
||||
+++ texmakerapp.cpp Sat Jul 19 19:44:13 2014
|
||||
@@ -87,6 +87,7 @@ pixmap.load(":/images/splash.png");
|
||||
QSplashScreen *splash = new QSplashScreen(pixmap);
|
||||
splash->resize(400,166);
|
||||
splash->show();
|
||||
+splash->repaint();
|
||||
ReadSettings();
|
||||
makeTranslation(language);
|
||||
QFontDatabase::applicationFontFamilies(QFontDatabase::addApplicationFont(":/fonts/DejaVuSansCondensed.ttf"));
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2013/10/26 16:15:31 shadchin Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2014/08/31 17:03:33 shadchin Exp $
|
||||
@bin bin/texmaker
|
||||
share/applications/texmaker.desktop
|
||||
share/pixmaps/
|
||||
@ -94,6 +94,7 @@ share/texmaker/texmaker_sr.qm
|
||||
share/texmaker/texmaker_uk.qm
|
||||
share/texmaker/texmaker_zh_CN.qm
|
||||
share/texmaker/texmaker_zh_TW.qm
|
||||
share/texmaker/titlecase.tms
|
||||
share/texmaker/usermanual_en.html
|
||||
share/texmaker/usermanual_fr.html
|
||||
share/texmaker/usermanual_hu.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user