diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2024-11-29 22:02:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-29 23:51:13 +0700 |
commit | 5562e83fb9823e61b583702dc16c7ff438cb564a (patch) | |
tree | cd8b23d028e4ebadf40d0a8678cb6a10f2f988bb /office | |
parent | 12ddb5fa5422d747ae66cae51fcf9c4ec6d15754 (diff) |
office/fop: Updated for version 2.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/fop/README | 6 | ||||
-rw-r--r-- | office/fop/fop.SlackBuild | 2 | ||||
-rw-r--r-- | office/fop/fop.info | 6 |
3 files changed, 6 insertions, 8 deletions
diff --git a/office/fop/README b/office/fop/README index b12fb8a1cb..1767af20eb 100644 --- a/office/fop/README +++ b/office/fop/README @@ -19,7 +19,5 @@ 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 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. +The SlackBuild just repackages the official FOP binary release, plus +the binary release of the OFFO hyphenation package. diff --git a/office/fop/fop.SlackBuild b/office/fop/fop.SlackBuild index a4267da622..dd1f5e038d 100644 --- a/office/fop/fop.SlackBuild +++ b/office/fop/fop.SlackBuild @@ -43,7 +43,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fop -VERSION=${VERSION:-2.9} +VERSION=${VERSION:-2.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/fop/fop.info b/office/fop/fop.info index 4e1537a4af..5200082780 100644 --- a/office/fop/fop.info +++ b/office/fop/fop.info @@ -1,9 +1,9 @@ PRGNAM="fop" -VERSION="2.9" +VERSION="2.10" HOMEPAGE="https://xmlgraphics.apache.org/fop/" -DOWNLOAD="https://archive.apache.org/dist/xmlgraphics/fop/binaries/fop-2.9-bin.tar.gz \ +DOWNLOAD="https://archive.apache.org/dist/xmlgraphics/fop/binaries/fop-2.10-bin.tar.gz \ https://downloads.sourceforge.net/offo/2.2/offo-hyphenation-compiled.zip" -MD5SUM="7fdf30262fdc5e5246a0e2ecc2c20014 \ +MD5SUM="ee04006682c0f9431ccb7472180878ae \ 5ec09cce6d8a09bc53a6441790021ecf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |