summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson2021-09-09 20:22:22 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:10 +0200
commit8fb8f20e48827e8d4bcde7a546c158b2dee7ea77 (patch)
tree81be3ba903ab1c6fad32f4b2dde3944217fb08a3 /graphics
parenteecfde952cd6cf7f695bee62612953f97c8dce6a (diff)
downloadslackbuilds-8fb8f20e48827e8d4bcde7a546c158b2dee7ea77.tar.gz
graphics/gdk-pixbuf-psd: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdk-pixbuf-psd/README17
-rw-r--r--graphics/gdk-pixbuf-psd/gdk-pixbuf-psd.SlackBuild3
2 files changed, 10 insertions, 10 deletions
diff --git a/graphics/gdk-pixbuf-psd/README b/graphics/gdk-pixbuf-psd/README
index f518211a31..dc5bd0af7e 100644
--- a/graphics/gdk-pixbuf-psd/README
+++ b/graphics/gdk-pixbuf-psd/README
@@ -1,20 +1,23 @@
gdk-pixbuf-psd (gdk-pixbuf2 loader for Photoshop PSD files)
-This project aims to provide a GdkPixbuf loader for the PSD file format.
+This project aims to provide a GdkPixbuf loader for the PSD file
+format.
-GdkPixbuf is part of GTK and applications like Eye of GNOME and gThumb use
-it to handle image loading. The loader provided by this project will let
-those applications open PSD images and enable thumbnails in nautilus, too.
+GdkPixbuf is part of GTK and applications like Eye of GNOME and gThumb
+use it to handle image loading. The loader provided by this project
+will let those applications open PSD images and enable thumbnails in
+nautilus, too.
The loader supports:
- RGB and CYMK images
- RLE compression
- 8 and 16 bit color depths
-This implementation is based on this specification [1] and PHP PSD Reader [2].
+This implementation is based on this specification [1] and PHP PSD
+Reader [2].
[1] http://www.fileformat.info/format/psd/egff.htm
[2] http://www.kingsquare.nl/phppsdreader
-Installing this allows qiv to display PSD images. It should work for geeqie
-as well, but seems to have problems.
+Installing this allows qiv to display PSD images. It should work for
+geeqie as well, but seems to have problems.
diff --git a/graphics/gdk-pixbuf-psd/gdk-pixbuf-psd.SlackBuild b/graphics/gdk-pixbuf-psd/gdk-pixbuf-psd.SlackBuild
index c15abc1e56..316ba27406 100644
--- a/graphics/gdk-pixbuf-psd/gdk-pixbuf-psd.SlackBuild
+++ b/graphics/gdk-pixbuf-psd/gdk-pixbuf-psd.SlackBuild
@@ -22,9 +22,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