summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Larry Hajali2015-11-09 12:00:21 +0100
committer Willy Sudiarto Raharjo2015-11-09 12:00:21 +0100
commit22f14d5c014b9cf60f4bcb160726fb59a9e24bb9 (patch)
treed7432a9e24230e0d28310d16f5e45053d03402e0 /office
parentb12705c49df2efa4e063b9b7894cebc42c052045 (diff)
downloadslackbuilds-22f14d5c014b9cf60f4bcb160726fb59a9e24bb9.tar.gz
office/texmaker: Updated for version 4.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/texmaker/qt-5.5.x.patch11
-rw-r--r--office/texmaker/texmaker.SlackBuild9
-rw-r--r--office/texmaker/texmaker.info6
3 files changed, 6 insertions, 20 deletions
diff --git a/office/texmaker/qt-5.5.x.patch b/office/texmaker/qt-5.5.x.patch
deleted file mode 100644
index b53fd72ccd..0000000000
--- a/office/texmaker/qt-5.5.x.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur texmaker-4.4.1.orig/singleapp/qtlocalpeer.cpp texmaker-4.4.1/singleapp/qtlocalpeer.cpp
---- texmaker-4.4.1.orig/singleapp/qtlocalpeer.cpp 2013-01-07 11:55:45.000000000 +0000
-+++ texmaker-4.4.1/singleapp/qtlocalpeer.cpp 2015-09-13 01:53:52.722192775 +0000
-@@ -42,6 +42,7 @@
- #include "qtlocalpeer.h"
- #include <QCoreApplication>
- #include <QTime>
-+#include <QDataStream>
-
- #if defined(Q_OS_WIN)
- #include <QLibrary>
diff --git a/office/texmaker/texmaker.SlackBuild b/office/texmaker/texmaker.SlackBuild
index c305ba5d1e..e47e2c55e0 100644
--- a/office/texmaker/texmaker.SlackBuild
+++ b/office/texmaker/texmaker.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for texmaker
-# Copyright 2013-2014 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2013-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=texmaker
-VERSION=${VERSION:-4.4.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.5}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,9 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Fix for qt >= 5.5.
-patch -p1 < $CWD/qt-5.5.x.patch
-
# Check for Qt5 or else drop back to Qt4.
if [ "${QT5GUI:-no}" == "yes" ]; then
qmake-qt5 LIBS+="-L/usr/lib${LIBDIRSUFFIX}" QMAKE_CFLAGS+="$SLKCFLAGS" \
diff --git a/office/texmaker/texmaker.info b/office/texmaker/texmaker.info
index cba5dc897b..e60a786825 100644
--- a/office/texmaker/texmaker.info
+++ b/office/texmaker/texmaker.info
@@ -1,8 +1,8 @@
PRGNAM="texmaker"
-VERSION="4.4.1"
+VERSION="4.5"
HOMEPAGE="http://www.xm1math.net/texmaker/index.html"
-DOWNLOAD="http://www.xm1math.net/texmaker/texmaker-4.4.1.tar.bz2"
-MD5SUM="d6af622aa9ab1ec29c799842f2b76dc7"
+DOWNLOAD="http://www.xm1math.net/texmaker/texmaker-4.5.tar.bz2"
+MD5SUM="156ffad5b7193e0cfecd2d3689f3a7a4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""