aboutsummaryrefslogtreecommitdiff
path: root/office/pdftk/README
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2023-12-23 14:34:07 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-29 18:51:38 +0700
commit44ad7af1811f2ba5186ac71a787c2c4adcba984a (patch)
tree0a8ef4d0c2a28f3d1a2cae6ee340fa6a669c415b /office/pdftk/README
parent8aa71d599d54b7e89948154b8df49c3c8c3684d3 (diff)
office/pdftk: Update to 3.33 (+new maintainer, switch to Java fork)
Download man page from upstream instead Edit SlackBuild (suggestions taken from aclemons) Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/pdftk/README')
-rw-r--r--office/pdftk/README9
1 files changed, 3 insertions, 6 deletions
diff --git a/office/pdftk/README b/office/pdftk/README
index 115255971eeda..f55989c909899 100644
--- a/office/pdftk/README
+++ b/office/pdftk/README
@@ -6,9 +6,6 @@ use it to merge PDF documents, split PDF documents, apply watermarks,
repair corrupt PDF, update PDF metadata, and more. pdftk does not
require Acrobat and is free software.
-NOTE: Starting with Slackware 15.0, pdftk compilation requires SBo
-gcc-5 because gcc-java was dropped from the GNU Compiler Collection
-as of gcc-7. Don't forget to source /etc/profile.d/gcc5.sh before
-starting to build this, like:
-
- . /etc/profile.d/gcc5.sh
+This SlackBuild repackages the newer Java port of the original pdftk.
+A Java Runtime Environment of version >= 8 is required
+(ex. zulu-openjdk8).