diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-29 16:51:38 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:29 +0700 |
commit | 86305cca0ab7d725cfb0915f0a5dc43c596fc5e2 (patch) | |
tree | a7eab4883e04c72cf59a51c3c72027fefe0c2933 | |
parent | 3830270c0d03a707f70949948f9a18248e94b58a (diff) | |
download | slackbuilds-86305cca0ab7d725cfb0915f0a5dc43c596fc5e2.tar.gz |
office/mupdf: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/mupdf/README | 17 | ||||
-rw-r--r-- | office/mupdf/mupdf.SlackBuild | 3 |
2 files changed, 9 insertions, 11 deletions
diff --git a/office/mupdf/README b/office/mupdf/README index 4d84fe11bb..4f9b5b1a81 100644 --- a/office/mupdf/README +++ b/office/mupdf/README @@ -1,14 +1,15 @@ mupdf is a lightweight PDF, CBZ, and XPS viewer and toolkit. -The renderer in MuPDF is tailored for high quality anti-aliased graphics. -MuPDF renders text with metrics and spacing accurate to within fractions of -a pixel for the highest fidelity in reproducing the look of a printed page -on screen. +The renderer in MuPDF is tailored for high quality anti-aliased +graphics. MuPDF renders text with metrics and spacing accurate to +within fractions of a pixel for the highest fidelity in reproducing +the look of a printed page on screen. -MuPDF is also small, fast, and yet complete. It supports PDF 1.7 with -transparency, encryption, hyperlinks, annotations, searching and more. It -also reads XPS and OpenXPS documents. MuPDF is written modularly, so -features can be added on by integrators if they so desire. +MuPDF is also small, fast, and yet complete. It supports PDF 1.7 +with transparency, encryption, hyperlinks, annotations, searching +and more. It also reads XPS and OpenXPS documents. MuPDF is written +modularly, so features can be added on by integrators if they so +desire. Notes: diff --git a/office/mupdf/mupdf.SlackBuild b/office/mupdf/mupdf.SlackBuild index cccc3943e9..9b8cfbefa2 100644 --- a/office/mupdf/mupdf.SlackBuild +++ b/office/mupdf/mupdf.SlackBuild @@ -67,9 +67,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |