From ecf3a2c05d8a9709aa545e9366ffbee0bf29119f Mon Sep 17 00:00:00 2001 From: Lenard Spencer Date: Fri, 20 Jan 2023 05:52:25 +0000 Subject: office/fop: Updated for version 2.8. Signed-off-by: Willy Sudiarto Raharjo --- office/fop/README | 8 ++++---- office/fop/fop.SlackBuild | 6 +++--- office/fop/fop.info | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'office/fop') diff --git a/office/fop/README b/office/fop/README index 40b24f4269..b12fb8a1cb 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 6d224ecb02..d7153b6947 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 4f56325d42..40453befdb 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="" -- cgit v1.2.3