From 08496cb45918a41b5e096dca9a90be40a441b4bc Mon Sep 17 00:00:00 2001 From: Michiel van Wessem Date: Sat, 13 Aug 2011 13:55:59 -0300 Subject: graphics/raw-thumbnailer: Updated for version 0.2.1. Signed-off-by: Niels Horn --- graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild | 8 +++----- graphics/raw-thumbnailer/raw-thumbnailer.info | 8 ++++---- graphics/raw-thumbnailer/slack-desc | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) (limited to 'graphics/raw-thumbnailer') diff --git a/graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild b/graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild index 1e2256a6f5..9eb2a184dc 100644 --- a/graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild +++ b/graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for raw-thumbnailer -# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom +# Copyright 2007-2011 Michiel van Wessem, Manchester, United Kingdom # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,16 +24,14 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=raw-thumbnailer -VERSION=${VERSION:-0.2} +VERSION=${VERSION:-0.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -57,7 +55,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/graphics/raw-thumbnailer/raw-thumbnailer.info b/graphics/raw-thumbnailer/raw-thumbnailer.info index 1444aff4bd..055d647ee5 100644 --- a/graphics/raw-thumbnailer/raw-thumbnailer.info +++ b/graphics/raw-thumbnailer/raw-thumbnailer.info @@ -1,10 +1,10 @@ PRGNAM="raw-thumbnailer" -VERSION="0.2" +VERSION="0.2.1" HOMEPAGE="http://code.google.com/p/raw-thumbnailer/" -DOWNLOAD="http://raw-thumbnailer.googlecode.com/files/raw-thumbnailer-0.2.tar.gz" -MD5SUM="f107575aa32a0d53802cf5beead18bf8" +DOWNLOAD="http://raw-thumbnailer.googlecode.com/files/raw-thumbnailer-0.2.1.tar.gz" +MD5SUM="a39282120d8f754e9f6adb768d65b72a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Michiel van Wessem" EMAIL="michiel@slackbuilds.org" -APPROVED="dsomero" +APPROVED="Niels Horn" diff --git a/graphics/raw-thumbnailer/slack-desc b/graphics/raw-thumbnailer/slack-desc index e9f6c1b7d6..eb3f6744e9 100644 --- a/graphics/raw-thumbnailer/slack-desc +++ b/graphics/raw-thumbnailer/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| raw-thumbnailer: raw-thumbnailer (Short Application Description) raw-thumbnailer: raw-thumbnailer: This simple program generates thumbnails of digital camera -- cgit v1.2.3-65-gdbad