summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Strong2019-08-12 16:39:10 +0200
committer Willy Sudiarto Raharjo2019-08-12 16:39:10 +0200
commit88e56f25efd2aa27183e8352c66e8f9da9f6f50b (patch)
tree8273947a5e0f7c17e872471edc0b861f05631e67
parent10abb09217559030c5f68bad180bd52e878556f2 (diff)
downloadslackbuilds-88e56f25efd2aa27183e8352c66e8f9da9f6f50b.tar.gz
graphics/gimp-plugin-export-layers: Updated for version 3.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--graphics/gimp-plugin-export-layers/README3
-rw-r--r--graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild18
-rw-r--r--graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.info6
3 files changed, 16 insertions, 11 deletions
diff --git a/graphics/gimp-plugin-export-layers/README b/graphics/gimp-plugin-export-layers/README
index f69a8c037a..c2027d0d86 100644
--- a/graphics/gimp-plugin-export-layers/README
+++ b/graphics/gimp-plugin-export-layers/README
@@ -9,4 +9,5 @@ separate images. Features include:
See the plugin from "File --> Export Layers..." with another option
of "File --> Export Layers (repeat)" to subsequently export the same
-image (perhaps reworked) with identical export settings.
+image (perhaps reworked) with identical export settings. Comprehensive
+'Help' is available from within the plugin.
diff --git a/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild b/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild
index 4834215d84..7f4ea08ba7 100644
--- a/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild
+++ b/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gimp-plugin-export-layers
-# Copyright 2018, Andrew Strong, Blue Mountains, Australia.
+# Copyright 2018 - 2019 Andrew Strong, Blue Mountains, Australia.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gimp-plugin-export-layers
-VERSION=${VERSION:-3.2.1}
+VERSION=${VERSION:-3.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,15 +71,19 @@ find -L . \
find -L . -type f ! -name '*.py' -exec chmod 644 {} \;
-mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins/
+# The directory structure is 'doubled up' to avoid having 2 files: Readme.html
+# and export_layers.py sitting in the root directory of the Gimp plugins:
+mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins/export_layers
+
# Several 'zero length' files are added to the package which makepkg will complain
# about later but I believe that all are actually required:
-cp -a export_layers.py export_layers $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins/
+cp -a export_layers.py export_layers Readme.html \
+ $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins/export_layers
+# Little in the way of docs to add here as the HTML docs are intended to
+# be opened from within Gimp. They can still be read without Gimp being open by
+# reading: /usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins/export_layers/Readme.html
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a Readme.html $PKG/usr/doc/$PRGNAM-$VERSION
-ln -s /usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins/export_layers/docs \
- $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.info b/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.info
index d0e2005635..bd4d0a117f 100644
--- a/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.info
+++ b/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.info
@@ -1,8 +1,8 @@
PRGNAM="gimp-plugin-export-layers"
-VERSION="3.2.1"
+VERSION="3.3.1"
HOMEPAGE="https://github.com/khalim19/gimp-plugin-export-layers"
-DOWNLOAD="https://github.com/khalim19/gimp-plugin-export-layers/releases/download/3.2.1/export_layers-3.2.1.zip"
-MD5SUM="1effd88c8a05529b43af473ea180848f"
+DOWNLOAD="https://github.com/khalim19/gimp-plugin-export-layers/releases/download/3.3.1/export_layers-3.3.1.zip"
+MD5SUM="8ba9097000829dc5051f920231aa2e8a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""