summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Larry Hajali2014-06-21 19:47:45 +0200
committer Willy Sudiarto Raharjo2014-06-21 19:47:45 +0200
commitb992feeab7a52e3c66e74a3b498733e28fbb381c (patch)
treee034a2fe9781950211240394d945ec66d057366b /office
parent2a8987bbb847e65f06f0e5ae2b61b34e92cf5e53 (diff)
downloadslackbuilds-b992feeab7a52e3c66e74a3b498733e28fbb381c.tar.gz
office/texstudio: Updated for version 2.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/texstudio/texstudio.SlackBuild9
-rw-r--r--office/texstudio/texstudio.info6
2 files changed, 7 insertions, 8 deletions
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 <larryhaja[at]gmail[dot]com>
+# Copyright 2013-2014 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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=""