From 22f14d5c014b9cf60f4bcb160726fb59a9e24bb9 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Mon, 9 Nov 2015 18:00:21 +0700 Subject: office/texmaker: Updated for version 4.5. Signed-off-by: Willy Sudiarto Raharjo --- office/texmaker/texmaker.SlackBuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'office/texmaker/texmaker.SlackBuild') 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 +# Copyright 2013-2015 Larry Hajali # 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" \ -- cgit v1.2.3