diff options
Diffstat (limited to 'office/texmaker')
-rw-r--r-- | office/texmaker/texmaker.SlackBuild | 6 | ||||
-rw-r--r-- | office/texmaker/texmaker.info | 8 |
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" |