summaryrefslogtreecommitdiffstats
path: root/source/ap/qpdf
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/qpdf')
-rwxr-xr-xsource/ap/qpdf/qpdf.SlackBuild24
-rw-r--r--source/ap/qpdf/qpdf.url2
-rw-r--r--source/ap/qpdf/slack-desc6
3 files changed, 22 insertions, 10 deletions
diff --git a/source/ap/qpdf/qpdf.SlackBuild b/source/ap/qpdf/qpdf.SlackBuild
index ac7a007fb..023ec7b4c 100755
--- a/source/ap/qpdf/qpdf.SlackBuild
+++ b/source/ap/qpdf/qpdf.SlackBuild
@@ -1,10 +1,10 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for qpdf
# Copyright 2011-2012 Binh Nguyen <binhvng@gmail.com>
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-# Copyright 2015 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2015, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,9 +24,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PKGNAM=qpdf
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+BUILD=${BUILD:-2}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -36,9 +38,16 @@ if [ -z "$ARCH" ]; then
esac
fi
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz"
+ exit 0
+fi
+
NUMJOBS=${NUMJOBS:-" -j7 "}
-CWD=$(pwd)
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PKGNAM
@@ -60,7 +69,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PKGNAM-$VERSION
-tar xvf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1
+tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
cd $PKGNAM-$VERSION || exit 1
chown -R root:root .
find -L . \
@@ -86,6 +95,9 @@ CXXFLAGS="$SLKCFLAGS" \
make $NUMJOBS || exit 1
make install DESTDIR=$PKG || exit 1
+# Don't ship .la files:
+rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la
+
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/source/ap/qpdf/qpdf.url b/source/ap/qpdf/qpdf.url
index 91f92c79e..944a6d4c2 100644
--- a/source/ap/qpdf/qpdf.url
+++ b/source/ap/qpdf/qpdf.url
@@ -1 +1 @@
-http://downloads.sourceforge.net/qpdf/qpdf-6.0.0.tar.gz
+http://downloads.sourceforge.net/qpdf/qpdf-8.0.2.tar.gz
diff --git a/source/ap/qpdf/slack-desc b/source/ap/qpdf/slack-desc
index 0ff13b9c1..1f290dc75 100644
--- a/source/ap/qpdf/slack-desc
+++ b/source/ap/qpdf/slack-desc
@@ -2,15 +2,15 @@
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
+# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
qpdf: qpdf (Command-line tools and library for transforming PDF files)
qpdf:
qpdf: QPDF is a program that does structural, content-preserving
-qpdf: transformations on PDF files. It could have been called something
-qpdf: like pdf-to-pdf. It also provides many useful capabilities to
+qpdf: transformations on PDF files. It could have been called something
+qpdf: like pdf-to-pdf. It also provides many useful capabilities to
qpdf: developers of PDF-producing software or for people who just want to
qpdf: look at the innards of a PDF file to learn more about how they work.
qpdf: