summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2010-12-11 08:38:50 -0200
committer Robby Workman <rworkman@slackbuilds.org>2010-12-12 15:47:14 -0600
commit9046f80af82253da45f5d0141a8974349efe9913 (patch)
tree7507b6f1b90e66e7482e2d86b6859216cfd701fa /office
parentace107b57bef65dc48227de734db5dfaa79891da (diff)
downloadslackbuilds-9046f80af82253da45f5d0141a8974349efe9913.tar.gz
slackbuilds-9046f80af82253da45f5d0141a8974349efe9913.tar.xz
office/texmaker: Updated for version 2.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/texmaker/texmaker.SlackBuild6
-rw-r--r--office/texmaker/texmaker.info8
2 files changed, 6 insertions, 8 deletions
diff --git a/office/texmaker/texmaker.SlackBuild b/office/texmaker/texmaker.SlackBuild
index ae67178fe4..718417bff6 100644
--- a/office/texmaker/texmaker.SlackBuild
+++ b/office/texmaker/texmaker.SlackBuild
@@ -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)" \
diff --git a/office/texmaker/texmaker.info b/office/texmaker/texmaker.info
index 894cd73884..bc6c66527e 100644
--- a/office/texmaker/texmaker.info
+++ b/office/texmaker/texmaker.info
@@ -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"