mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
office/texstudio: Updated for version 2.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2a8987bbb8
commit
b992feeab7
2 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue