From 4a8509855780cb03f59bb8e6fe1cfdf8c98bd5f6 Mon Sep 17 00:00:00 2001 From: Panagiotis Nikolaou Date: Sun, 17 Jun 2018 17:44:08 +0100 Subject: graphics/rawtherapee: Updated for version 5.4. Signed-off-by: David Spencer --- graphics/rawtherapee/rawtherapee.SlackBuild | 6 ++++-- graphics/rawtherapee/rawtherapee.info | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'graphics/rawtherapee') 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 diff --git a/graphics/rawtherapee/rawtherapee.info b/graphics/rawtherapee/rawtherapee.info index cf56e1e7f745..c904bf1dc5c2 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" -- cgit v1.2.3