diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2014-10-29 10:29:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-30 20:27:32 +0700 |
commit | 1d65a02bb6a315b0448b9ae16bcc3d00b568b1b7 (patch) | |
tree | c0cfb21209f2ff5f7c3727cffdf838610374d512 /graphics | |
parent | 19958c04c5a0edf363c8981b24edb422430d3a38 (diff) | |
download | slackbuilds-1d65a02bb6a315b0448b9ae16bcc3d00b568b1b7.tar.gz |
graphics/rawtherapee: Updated for version 4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rawtherapee/rawtherapee.SlackBuild | 5 | ||||
-rw-r--r-- | graphics/rawtherapee/rawtherapee.info | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/graphics/rawtherapee/rawtherapee.SlackBuild b/graphics/rawtherapee/rawtherapee.SlackBuild index 37b2d36075..93b33e8137 100644 --- a/graphics/rawtherapee/rawtherapee.SlackBuild +++ b/graphics/rawtherapee/rawtherapee.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rawtherapee -VERSION=${VERSION:-4.0.11} +VERSION=${VERSION:-4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,6 +87,9 @@ mv $PKG/usr/share/man $PKG/usr/ 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 +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh diff --git a/graphics/rawtherapee/rawtherapee.info b/graphics/rawtherapee/rawtherapee.info index f1410657a1..8f2c0e7486 100644 --- a/graphics/rawtherapee/rawtherapee.info +++ b/graphics/rawtherapee/rawtherapee.info @@ -1,10 +1,10 @@ PRGNAM="rawtherapee" -VERSION="4.0.11" +VERSION="4.2" HOMEPAGE="http://rawtherapee.com/" -DOWNLOAD="https://rawtherapee.googlecode.com/files/rawtherapee-4.0.11.tar.xz" -MD5SUM="d30a54e6446326d8299c06ec76c281d8" +DOWNLOAD="http://rawtherapee.com/shared/source/rawtherapee-4.2.tar.xz" +MD5SUM="e6510ed56fdc35aa712b4c0f54c52ac0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="glibmm gtkmm libiptcdata libsigc++" +REQUIRES="gtkmm libiptcdata" MAINTAINER="Panagiotis Nikolaou" -EMAIL="panos.mdma@gmail.com" +EMAIL="hostmaster@slackonly.com" |