summaryrefslogtreecommitdiffstats
path: root/source/xap/xpdf/xpdf.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-10-03 19:58:15 +0000
committer Eric Hameleers <alien@slackware.com>2019-10-04 08:59:50 +0200
commit4599171894453ce9b77106663288c843113f87e0 (patch)
tree9bdfa72b9a43c8f621bf2be73d8d6b3d827ba33c /source/xap/xpdf/xpdf.SlackBuild
parent27dce94811b1253ee685b40a4a5a70bce92b5cbd (diff)
downloadcurrent-4599171894453ce9b77106663288c843113f87e0.tar.gz
current-4599171894453ce9b77106663288c843113f87e0.tar.xz
Thu Oct 3 19:58:15 UTC 201920191003195815
a/hwdata-0.328-noarch-1.txz: Upgraded. ap/powertop-2.11-x86_64-1.txz: Upgraded. d/cmake-3.15.4-x86_64-1.txz: Upgraded. d/mercurial-5.1.2-x86_64-1.txz: Upgraded. l/mozilla-nss-3.46.1-x86_64-1.txz: Upgraded. l/python-pillow-6.2.0-x86_64-1.txz: Upgraded. n/whois-5.5.2-x86_64-1.txz: Upgraded. xap/xpdf-4.02-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/xap/xpdf/xpdf.SlackBuild')
-rwxr-xr-xsource/xap/xpdf/xpdf.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/xap/xpdf/xpdf.SlackBuild b/source/xap/xpdf/xpdf.SlackBuild
index 51f4ceb9c..d0d119d00 100755
--- a/source/xap/xpdf/xpdf.SlackBuild
+++ b/source/xap/xpdf/xpdf.SlackBuild
@@ -23,9 +23,9 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xpdf
-VERSION=4.00
+VERSION=4.02
PATCHLEVEL=
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -88,7 +88,7 @@ cd build
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
- -DMAN_INSTALL_DIR=/usr/man \
+ -DCMAKE_INSTALL_MANDIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release \
-DXPDFWIDGET_PRINTING=1 \
-DSYSTEM_XPDFRC="/etc/xpdfrc" \