diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2023-01-20 05:52:25 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:06 +0700 |
commit | ecf3a2c05d8a9709aa545e9366ffbee0bf29119f (patch) | |
tree | bb4282661976b7911dd9f0607c712d4aa7983492 /office | |
parent | e680b9d9e7440ecded1370aea1ad44b46d1d9bc1 (diff) |
office/fop: Updated for version 2.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/fop/README | 8 | ||||
-rw-r--r-- | office/fop/fop.SlackBuild | 6 | ||||
-rw-r--r-- | office/fop/fop.info | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/office/fop/README b/office/fop/README index 40b24f426992..b12fb8a1cbad 100644 --- a/office/fop/README +++ b/office/fop/README @@ -19,7 +19,7 @@ Other relevant documents, such as the XPath and XLink Working Drafts, are referenced as necessary. The FOP Project will attempt to use the latest version of evolving specifications. -The SlackBuild just repackages the official FOP binary release, plus -the binary release of the OFFO hyphenation package. - -jai and jai-imageio are optional but recommended dependencies. +The original SB script required apache-maven, which needed to download +over 200 prebuild .jar files. This script now simply repackages the +binary package to avoid all this excessive downloading from within the +script. diff --git a/office/fop/fop.SlackBuild b/office/fop/fop.SlackBuild index 6d224ecb02da..d7153b69479c 100644 --- a/office/fop/fop.SlackBuild +++ b/office/fop/fop.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for fop # Copyright 2015 Thorn Inurcide USA -# Copyright 2020, 2021 Lenard Spencer, Orlando, Florida, USA +# Copyright 2020, 2021, 2023 Lenard Spencer, Orlando, Florida, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -43,8 +43,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fop -VERSION=${VERSION:-2.7} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.8} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/fop/fop.info b/office/fop/fop.info index 4f56325d421f..40453befdb5d 100644 --- a/office/fop/fop.info +++ b/office/fop/fop.info @@ -1,9 +1,9 @@ PRGNAM="fop" -VERSION="2.7" +VERSION="2.8" HOMEPAGE="https://xmlgraphics.apache.org/fop/" -DOWNLOAD="https://archive.apache.org/dist/xmlgraphics/fop/binaries/fop-2.7-bin.tar.gz \ +DOWNLOAD="https://archive.apache.org/dist/xmlgraphics/fop/binaries/fop-2.8-bin.tar.gz \ https://downloads.sourceforge.net/offo/2.2/offo-hyphenation-compiled.zip" -MD5SUM="97fdb716759c2d1c525f1ea8191f51b3 \ +MD5SUM="e23b5802611007dcf8de375077c09a5f \ 5ec09cce6d8a09bc53a6441790021ecf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |