office/pdfchain: Updated for version 0.4.4.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
R. S. Ananda Murthy 2017-08-29 09:01:51 +01:00 committed by David Spencer
parent 247cf8d1af
commit 1184fb8786
3 changed files with 8 additions and 8 deletions

View file

@ -2,4 +2,4 @@ PDFChain
PDFChain is a graphical user interface for the PDF Toolkit (PDFtk). PDFChain is a graphical user interface for the PDF Toolkit (PDFtk).
The GUI supports all common features of the command line tool in The GUI supports all common features of the command line tool in
a comfortable way. a comfortable way.

View file

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pdfchain PRGNAM=pdfchain
VERSION=${VERSION:-0.4.4} VERSION=${VERSION:-0.4.4.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i586 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686" SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX="" LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686" SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="pdfchain" PRGNAM="pdfchain"
VERSION="0.4.4" VERSION="0.4.4.2"
HOMEPAGE="http://pdfchain.sourceforge.net/index.html" HOMEPAGE="http://pdfchain.sourceforge.net/index.html"
DOWNLOAD="http://downloads.sourceforge.net/project/pdfchain/pdfchain-0.4.4/pdfchain-0.4.4.tar.gz" DOWNLOAD="http://sourceforge.net/projects/pdfchain/files/pdfchain-0.4.4.2/pdfchain-0.4.4.2.tar.gz/download"
MD5SUM="7efed6b99e90bc4d43c17181903ef2c3" MD5SUM="8b20a3d46ea4caa174dbe12ca6bc39be"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="pdftk" REQUIRES="pdftk"