From 03a6fd8a229023045ef381b7afb7d3e289e4c363 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Tue, 16 Dec 2014 00:32:06 +0700 Subject: office/texmaker: Updated for version 4.4.1. Signed-off-by: Willy Sudiarto Raharjo --- office/texmaker/texmaker.SlackBuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'office/texmaker/texmaker.SlackBuild') diff --git a/office/texmaker/texmaker.SlackBuild b/office/texmaker/texmaker.SlackBuild index f7f6fab09955f..b1a6509b1f962 100644 --- a/office/texmaker/texmaker.SlackBuild +++ b/office/texmaker/texmaker.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for texmaker -# Copyright 2013 Larry Hajali +# Copyright 2013-2014 Larry Hajali # 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=texmaker -VERSION=${VERSION:-4.3} +VERSION=${VERSION:-4.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,8 +84,7 @@ make install INSTALL_ROOT=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -mkdir -p $PKG/usr/man/man1 -install -m 0644 $CWD/$PRGNAM.1 $PKG/usr/man/man1 +install -D -m 0644 utilities/$PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1 gzip -9 $PKG/usr/man/man?/*.? for i in 16 22 32 48 64 128; do -- cgit v1.2.3