Update to 3.0.2
ok jasper@
This commit is contained in:
parent
22b70aa246
commit
6892c620f3
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.12 2011/04/25 13:19:23 shadchin Exp $
|
# $OpenBSD: Makefile,v 1.13 2011/04/28 17:06:11 shadchin Exp $
|
||||||
# $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 krion Exp $
|
# $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 krion Exp $
|
||||||
|
|
||||||
COMMENT= LaTeX development environment
|
COMMENT= LaTeX development environment
|
||||||
DISTNAME= texmaker-3.0.1
|
DISTNAME= texmaker-3.0.2
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
|
|
||||||
HOMEPAGE= http://www.xm1math.net/texmaker/
|
HOMEPAGE= http://www.xm1math.net/texmaker/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (texmaker-3.0.1.tar.bz2) = DpbL0+gXE2PChY++lusbqg==
|
MD5 (texmaker-3.0.2.tar.bz2) = 03XI9Ib+RPPyoqfS3awI8w==
|
||||||
RMD160 (texmaker-3.0.1.tar.bz2) = GLJolatGxvl4HoBsG3kzXWJuPnA=
|
RMD160 (texmaker-3.0.2.tar.bz2) = eV3sqW/7o22bdEyRUxDKwhiFsg0=
|
||||||
SHA1 (texmaker-3.0.1.tar.bz2) = oWDtouVv2dup9oSZ5NXdYvi2amk=
|
SHA1 (texmaker-3.0.2.tar.bz2) = JKqebNu4szw4l5/dq0/1WY8UZ/E=
|
||||||
SHA256 (texmaker-3.0.1.tar.bz2) = ut3odwipW9VOZdPRdZX3kEhgUwAAUpJvhgrVt+A89uc=
|
SHA256 (texmaker-3.0.2.tar.bz2) = YS7ZjdxqiJoQYkoRHqmfbtWu2euBPktV6rs8KnEdcCY=
|
||||||
SIZE (texmaker-3.0.1.tar.bz2) = 5180509
|
SIZE (texmaker-3.0.2.tar.bz2) = 5207700
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-texmaker_cpp,v 1.4 2011/04/25 13:19:23 shadchin Exp $
|
$OpenBSD: patch-texmaker_cpp,v 1.5 2011/04/28 17:06:11 shadchin Exp $
|
||||||
--- texmaker.cpp.orig Sat Apr 16 18:09:18 2011
|
--- texmaker.cpp.orig Mon Apr 25 19:12:44 2011
|
||||||
+++ texmaker.cpp Sun Apr 17 22:42:12 2011
|
+++ texmaker.cpp Thu Apr 28 22:00:03 2011
|
||||||
@@ -3473,7 +3473,7 @@ author=config->value("Quick/Author","").toString();
|
@@ -3474,7 +3474,7 @@ author=config->value("Quick/Author","").toString();
|
||||||
#ifdef USB_VERSION
|
#ifdef USB_VERSION
|
||||||
QString dicDir=QCoreApplication::applicationDirPath() + "/";
|
QString dicDir=QCoreApplication::applicationDirPath() + "/";
|
||||||
#else
|
#else
|
||||||
@ -10,7 +10,7 @@ $OpenBSD: patch-texmaker_cpp,v 1.4 2011/04/25 13:19:23 shadchin Exp $
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -3485,7 +3485,7 @@ QString dicDir=QCoreApplication::applicationDirPath()
|
@@ -3486,7 +3486,7 @@ QString dicDir=QCoreApplication::applicationDirPath()
|
||||||
#endif
|
#endif
|
||||||
QString defaultDic=dicDir+QString(QLocale::system().name())+".dic";
|
QString defaultDic=dicDir+QString(QLocale::system().name())+".dic";
|
||||||
QFileInfo fi(defaultDic);
|
QFileInfo fi(defaultDic);
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$OpenBSD: patch-texmaker_pro,v 1.4 2011/04/25 13:19:23 shadchin Exp $
|
$OpenBSD: patch-texmaker_pro,v 1.5 2011/04/28 17:06:11 shadchin Exp $
|
||||||
--- texmaker.pro.orig Sun Apr 3 16:16:58 2011
|
--- texmaker.pro.orig Sun Apr 3 16:16:58 2011
|
||||||
+++ texmaker.pro Tue Apr 5 21:45:23 2011
|
+++ texmaker.pro Tue Apr 5 21:45:23 2011
|
||||||
@@ -4,7 +4,8 @@ TARGET = texmaker
|
@@ -4,7 +4,8 @@ TARGET = texmaker
|
||||||
@ -8,7 +8,7 @@ $OpenBSD: patch-texmaker_pro,v 1.4 2011/04/25 13:19:23 shadchin Exp $
|
|||||||
-CONFIG += qt warn_off release
|
-CONFIG += qt warn_off release
|
||||||
+CONFIG += qt warn_off release link_pkgconfig
|
+CONFIG += qt warn_off release link_pkgconfig
|
||||||
+PKGCONFIG = hunspell poppler-qt4
|
+PKGCONFIG = hunspell poppler-qt4
|
||||||
TEXMAKERVERSION=3.0.1
|
TEXMAKERVERSION=3.0.2
|
||||||
DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
|
DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
|
||||||
DEFINES += HAVE_SPLASH
|
DEFINES += HAVE_SPLASH
|
||||||
@@ -56,25 +57,6 @@ HEADERS += texmaker.h \
|
@@ -56,25 +57,6 @@ HEADERS += texmaker.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user