office/texmaker: Updated for version 2.1.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Larry Hajali 2010-12-11 08:38:50 -02:00 committed by Robby Workman
parent ace107b57b
commit 9046f80af8
2 changed files with 6 additions and 8 deletions

View File

@ -5,16 +5,14 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=texmaker
VERSION=${VERSION:-1.9.9}
VERSION=2.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -53,7 +51,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
qmake -unix PREFIX=/usr -o Makefile $PRGNAM.pro
qmake -unix PREFIX=/usr LIBS+="-L/usr/lib${LIBDIRSUFFIX}" -o Makefile $PRGNAM.pro
make \
CFLAGS="-pipe $SLKCFLAGS -w -D_REENTRANT \$(DEFINES)" \

View File

@ -1,10 +1,10 @@
PRGNAM="texmaker"
VERSION="1.9.9"
VERSION="2.1"
HOMEPAGE="http://www.xm1math.net/texmaker/index.html"
DOWNLOAD="http://www.xm1math.net/texmaker/texmaker-1.9.9.tar.bz2"
MD5SUM="6a56af78aac811ec3a82e7d375d388ae"
DOWNLOAD="http://www.xm1math.net/texmaker/texmaker-2.1.tar.bz2"
MD5SUM="55c8f0bf7492c9a83e1acac4392c8420"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="dsomero"
APPROVED="dsomero,Niels Horn"