aboutsummaryrefslogtreecommitdiff
path: root/graphics/rawtherapee/rawtherapee.SlackBuild
diff options
context:
space:
mode:
authorPanagiotis Nikolaou <hostmaster@slackonly.com>2018-06-17 17:44:08 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2018-06-17 19:13:29 +0100
commit4a8509855780cb03f59bb8e6fe1cfdf8c98bd5f6 (patch)
treea02147fb048e57d9da1415e3799965cb6aab2ac8 /graphics/rawtherapee/rawtherapee.SlackBuild
parentd5260b40ac3415b30dd9b54eec339e1078cb5ecf (diff)
downloadslackbuilds-4a8509855780cb03f59bb8e6fe1cfdf8c98bd5f6.tar.xz
graphics/rawtherapee: Updated for version 5.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/rawtherapee/rawtherapee.SlackBuild')
-rw-r--r--graphics/rawtherapee/rawtherapee.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/rawtherapee/rawtherapee.SlackBuild b/graphics/rawtherapee/rawtherapee.SlackBuild
index 8aba4304a241..26386505037b 100644
--- a/graphics/rawtherapee/rawtherapee.SlackBuild
+++ b/graphics/rawtherapee/rawtherapee.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for rawtherapee
-# Copyright 2014-2017 Panagiotis Nikolaou, Culver City, CA
+# Copyright 2014-2018 Panagiotis Nikolaou, Culver City, CA
# 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=rawtherapee
-VERSION=${VERSION:-5.3}
+VERSION=${VERSION:-5.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -90,6 +90,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION
+rm -rf $PKG/usr/share/doc
cp -a RELEASE_NOTES.txt README.md AUTHORS.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild