diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-06-22 00:47:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-22 00:47:45 +0700 |
commit | b992feeab7a52e3c66e74a3b498733e28fbb381c (patch) | |
tree | e034a2fe9781950211240394d945ec66d057366b /office | |
parent | 2a8987bbb847e65f06f0e5ae2b61b34e92cf5e53 (diff) |
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.SlackBuild | 9 | ||||
-rw-r--r-- | office/texstudio/texstudio.info | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/office/texstudio/texstudio.SlackBuild b/office/texstudio/texstudio.SlackBuild index cc7be84837e6..83651582608f 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 3b3b06c31fad..a062643df4a7 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="" |