diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-11-25 23:50:12 -0600 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:20:49 -0500 |
commit | e8c2184dd8a46e5f2325cb61f96c92533fd3b8cb (patch) | |
tree | 3324b21354055c21d284eafc2813fcbd07b14d95 /office/texmaker/texmaker.SlackBuild | |
parent | b5139811ad5844a2508b8d612974cce5c1fbc779 (diff) |
office/texmaker: Updated for version 3.5.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/texmaker/texmaker.SlackBuild')
-rw-r--r-- | office/texmaker/texmaker.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/office/texmaker/texmaker.SlackBuild b/office/texmaker/texmaker.SlackBuild index cf0a4d8722cc..86aa3144a100 100644 --- a/office/texmaker/texmaker.SlackBuild +++ b/office/texmaker/texmaker.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=texmaker -VERSION=${VERSION:-3.4.1} +VERSION=${VERSION:-3.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,11 +51,10 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -qmake PREFIX=/usr LIBS+="-L/usr/lib${LIBDIRSUFFIX}" -o Makefile $PRGNAM.pro +qmake LIBS+="-L/usr/lib${LIBDIRSUFFIX}" QMAKE_CFLAGS+="$SLKCFLAGS" \ + QMAKE_CXXFLAGS+="$SLKCFLAGS" -o Makefile $PRGNAM.pro -make \ - CFLAGS="-pipe $SLKCFLAGS -w -D_REENTRANT \$(DEFINES)" \ - CXXFLAGS="-pipe $SLKCFLAGS -w -D_REENTRANT \$(DEFINES)" +make make install INSTALL_ROOT=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |