From 2d78c464a1679cadd2c92b3158bc8f1f8a5ca5e2 Mon Sep 17 00:00:00 2001 From: Lenard Spencer Date: Fri, 4 Sep 2020 17:25:31 +0100 Subject: office/fop: New dependency added. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- office/fop/README | 3 +++ office/fop/fop.SlackBuild | 4 ++-- office/fop/fop.info | 10 +++++----- 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'office') diff --git a/office/fop/README b/office/fop/README index 0fb4f3ef99..d8c102386f 100644 --- a/office/fop/README +++ b/office/fop/README @@ -17,3 +17,6 @@ The default build is for jdk 8 and older (including openjdk). To build on jdk11 and newer, pass JDK11=yes to the build script. jai and jai-imageio are optional but recommended dependencies. + +NOTE: +This build needs a working connection to the internet. diff --git a/office/fop/fop.SlackBuild b/office/fop/fop.SlackBuild index 8b486a42b6..b5f4f9a5ce 100644 --- a/office/fop/fop.SlackBuild +++ b/office/fop/fop.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=fop VERSION=${VERSION:-2.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -92,7 +92,7 @@ sed -e '/hyph\.stack/s/512k/1M/' -i fop/build.xml # Copy updated {pdf,font}box files: rm fop/lib/fontbox-2.0.*.jar || true -cp $CWD/{font,pdf}box-2.0.19.jar fop/lib +cp $CWD/{font,pdf}box-2.0.21.jar fop/lib # Copy hyphenation tables: unzip $CWD/offo-hyphenation.zip diff --git a/office/fop/fop.info b/office/fop/fop.info index 62104d7aea..e1f35c0c25 100644 --- a/office/fop/fop.info +++ b/office/fop/fop.info @@ -2,15 +2,15 @@ PRGNAM="fop" VERSION="2.5" HOMEPAGE="https://xmlgraphics.apache.org/fop/" DOWNLOAD="https://archive.apache.org/dist/xmlgraphics/fop/source/fop-2.5-src.tar.gz \ - http://mirror.reverse.net/pub/apache/pdfbox/2.0.19/fontbox-2.0.19.jar \ - http://mirror.reverse.net/pub/apache/pdfbox/2.0.19/pdfbox-2.0.19.jar \ + http://mirror.reverse.net/pub/apache/pdfbox/2.0.21/fontbox-2.0.21.jar \ + http://mirror.reverse.net/pub/apache/pdfbox/2.0.21/pdfbox-2.0.21.jar \ https://downloads.sourceforge.net/offo/2.2/offo-hyphenation.zip" MD5SUM="5e7e87ef12845d31bce7a1fe8d61f501 \ - 74b3b8ee7eef40b0aff5ca5aa07d96f7 \ - 1c085389e055c957b07c25c8443de728 \ + 5840ff3bcc1e2ea1d066b7f0114c359b \ + aa28f5d7a9a89bb46391643315d5307b \ bf9c09bf05108ef9661b8f08d91c2336" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="apache-maven" +REQUIRES="apache-maven apache-ant" MAINTAINER="Lenard Spencer" EMAIL="lenardrspencer@gmail.com" -- cgit v1.2.3