From 86305cca0ab7d725cfb0915f0a5dc43c596fc5e2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 29 Sep 2021 16:51:38 -0400 Subject: [PATCH] office/mupdf: Remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- office/mupdf/README | 17 +++++++++-------- 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