diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2018-06-17 17:44:08 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-17 19:13:29 +0100 |
commit | 4a8509855780cb03f59bb8e6fe1cfdf8c98bd5f6 (patch) | |
tree | a02147fb048e57d9da1415e3799965cb6aab2ac8 /graphics/rawtherapee | |
parent | d5260b40ac3415b30dd9b54eec339e1078cb5ecf (diff) | |
download | slackbuilds-4a8509855780cb03f59bb8e6fe1cfdf8c98bd5f6.tar.gz |
graphics/rawtherapee: Updated for version 5.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/rawtherapee')
-rw-r--r-- | graphics/rawtherapee/rawtherapee.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/rawtherapee/rawtherapee.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/graphics/rawtherapee/rawtherapee.SlackBuild b/graphics/rawtherapee/rawtherapee.SlackBuild index 8aba4304a2..2638650503 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 diff --git a/graphics/rawtherapee/rawtherapee.info b/graphics/rawtherapee/rawtherapee.info index cf56e1e7f7..c904bf1dc5 100644 --- a/graphics/rawtherapee/rawtherapee.info +++ b/graphics/rawtherapee/rawtherapee.info @@ -1,8 +1,8 @@ PRGNAM="rawtherapee" -VERSION="5.3" +VERSION="5.4" HOMEPAGE="http://rawtherapee.com/" -DOWNLOAD="http://rawtherapee.com/shared/source/rawtherapee-5.3.tar.xz" -MD5SUM="7f0162d1eca4259424aba7881c8c890b" +DOWNLOAD="http://rawtherapee.com/shared/source/rawtherapee-5.4.tar.xz" +MD5SUM="07bbb401dee4abaa3e38b4e1f3e498ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lensfun libiptcdata" |