From b992feeab7a52e3c66e74a3b498733e28fbb381c Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sun, 22 Jun 2014 00:47:45 +0700 Subject: office/texstudio: Updated for version 2.8.0. Signed-off-by: Willy Sudiarto Raharjo --- office/texstudio/texstudio.SlackBuild | 9 ++++----- office/texstudio/texstudio.info | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'office') diff --git a/office/texstudio/texstudio.SlackBuild b/office/texstudio/texstudio.SlackBuild index cc7be84837..8365158260 100644 --- a/office/texstudio/texstudio.SlackBuild +++ b/office/texstudio/texstudio.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for texstudio -# Copyright 2013 Larry Hajali +# Copyright 2013-2014 Larry Hajali # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texstudio -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-2.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,11 +75,10 @@ sed -i -e '/^Encoding/d' -e "/^Icon/s|=.*|=$PRGNAM|" utilities/texstudio.desktop # Use Qt5 if QT5GUI is yes, otherwise, default to Qt4. if [ "${QT5GUI:-no}" == "yes" ]; then qmake-qt5 LIBS+="-L/usr/lib${LIBDIRSUFFIX}" QMAKE_CFLAGS+="$SLKCFLAGS" \ - INCLUDEPATH+="/usr/include/KDE /usr/include/poppler/qt5" QMAKE_CXXFLAGS+="$SLKCFLAGS"\ - CONFIG-=debug -o Makefile $PRGNAM.pro + QMAKE_CXXFLAGS+="$SLKCFLAGS" CONFIG-=debug -o Makefile $PRGNAM.pro else qmake LIBS+="-L/usr/lib${LIBDIRSUFFIX}" QMAKE_CFLAGS+="$SLKCFLAGS" \ - PHONON=true INCLUDEPATH+="/usr/include/KDE" QMAKE_CXXFLAGS+="$SLKCFLAGS"\ + PHONON=true INCLUDEPATH+="/usr/include/KDE" QMAKE_CXXFLAGS+="$SLKCFLAGS" \ CONFIG-=debug -o Makefile $PRGNAM.pro fi make diff --git a/office/texstudio/texstudio.info b/office/texstudio/texstudio.info index 3b3b06c31f..a062643df4 100644 --- a/office/texstudio/texstudio.info +++ b/office/texstudio/texstudio.info @@ -1,8 +1,8 @@ PRGNAM="texstudio" -VERSION="2.7.0" +VERSION="2.8.0" HOMEPAGE="http://texstudio.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/texstudio/texstudio-2.7.0.tar.gz" -MD5SUM="e2745d828d2c945bea97ea42e57fc881" +DOWNLOAD="http://downloads.sourceforge.net/texstudio/texstudio-2.8.0.tar.gz" +MD5SUM="01205800d4a4fdc3ade4f761eabd8e3b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3