diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2021-02-26 21:10:25 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-27 08:24:29 +0700 |
commit | 417964805909a75a6cfccb3523365cd4fc72e8f5 (patch) | |
tree | ea0ab034ed4faffb4d8d7ca23d870871919a9005 /office | |
parent | 4dedcbf30599730f3b6933223976af310a5dd55a (diff) | |
download | slackbuilds-417964805909a75a6cfccb3523365cd4fc72e8f5.tar.gz |
office/fop: Updated for version 2.6.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/fop/README | 10 | ||||
-rw-r--r-- | office/fop/fop.SlackBuild | 4 | ||||
-rw-r--r-- | office/fop/fop.info | 6 |
3 files changed, 13 insertions, 7 deletions
diff --git a/office/fop/README b/office/fop/README index 43f142d2ed..063a19b2f8 100644 --- a/office/fop/README +++ b/office/fop/README @@ -13,10 +13,16 @@ described in the W3C Recommendation from 05 December 2006, and that complies with the November 2001 Portable Document Format Specification (Version 1.4) from Adobe Systems. +Conformance to the XML 1.0 and 1.1 Recommendations, XSLT 1.0 and 2.0 +Recommendations and the XML Namespaces Recommendation is understood. +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 default build is for jdk 7 and 8 (including openjdk). To build on jdk11 and newer, pass JDK11=yes to the build scrip. If you are -still running the (incredibly ancient) jdk 6, please use fop-legacy, -also available on SBo. +still running the (incredibly ancient) jdk 6, please use fop2.0, also +available on SBo. Requires apache-ant and apache-maven. diff --git a/office/fop/fop.SlackBuild b/office/fop/fop.SlackBuild index 186fb0efd7..cc962089e7 100644 --- a/office/fop/fop.SlackBuild +++ b/office/fop/fop.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fop -VERSION=${VERSION:-2.5} -BUILD=${BUILD:-3} +VERSION=${VERSION:-2.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/office/fop/fop.info b/office/fop/fop.info index 1fe8adfae7..0d184e7a8f 100644 --- a/office/fop/fop.info +++ b/office/fop/fop.info @@ -1,11 +1,11 @@ PRGNAM="fop" -VERSION="2.5" +VERSION="2.6" HOMEPAGE="https://xmlgraphics.apache.org/fop/" -DOWNLOAD="https://archive.apache.org/dist/xmlgraphics/fop/source/fop-2.5-src.tar.gz \ +DOWNLOAD="https://archive.apache.org/dist/xmlgraphics/fop/source/fop-2.6-src.tar.gz \ http://mirror.reverse.net/pub/apache/pdfbox/2.0.22/fontbox-2.0.22.jar \ http://mirror.reverse.net/pub/apache/pdfbox/2.0.22/pdfbox-2.0.22.jar \ https://downloads.sourceforge.net/offo/2.2/offo-hyphenation.zip" -MD5SUM="5e7e87ef12845d31bce7a1fe8d61f501 \ +MD5SUM="1d6bc84d2ab7f971bbc628080e3c307f \ dba672a1fa1386423d94aced4b573e22 \ 7de0d7e4c89e5e07d0298ca112907921 \ bf9c09bf05108ef9661b8f08d91c2336" |