diff options
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" |