summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Michael Wagner2010-05-11 19:44:53 +0200
committer Michiel van Wessem2010-05-11 19:44:53 +0200
commita09cdc240ca5eff593ba68659ec1b3b92f2143d8 (patch)
treea3bcd875b7cc0a7fd19cc3da679920d6b93327da /graphics
parenta05cc602dce50b54e3d7a3ea7ae7594d45bc269d (diff)
downloadslackbuilds-a09cdc240ca5eff593ba68659ec1b3b92f2143d8.tar.gz
graphics/tripod: Updated for version 0.7.0
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tripod/README4
-rw-r--r--graphics/tripod/tripod.SlackBuild7
-rw-r--r--graphics/tripod/tripod.info2
3 files changed, 4 insertions, 9 deletions
diff --git a/graphics/tripod/README b/graphics/tripod/README
index 5ae32fb59b..2d97b7fd20 100644
--- a/graphics/tripod/README
+++ b/graphics/tripod/README
@@ -2,7 +2,3 @@ Tripod (manage photos on Apple's iPod)
Tripod is a QT application allowing you to display, create, remove
and rename your iPod photo album.
-
-Note that Tripod only works with libgpod >= 0.4.2.
-
-Homepage: http://sebruiz.net/tripod
diff --git a/graphics/tripod/tripod.SlackBuild b/graphics/tripod/tripod.SlackBuild
index 0c8c55bf2d..a004f2f50c 100644
--- a/graphics/tripod/tripod.SlackBuild
+++ b/graphics/tripod/tripod.SlackBuild
@@ -23,7 +23,7 @@ VERSION=0.7.0
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -42,14 +42,13 @@ cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
cd $PRGNAM-$VERSION || exit 1
+chown -R root:root .
+chmod -R u+w,go+r-w,a-s .
# Use patch from svn to prevent from crashing
# when the first photo album is created
patch -p0 < $CWD/ipodexport.cpp.diff || exit 1
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/graphics/tripod/tripod.info b/graphics/tripod/tripod.info
index 7f6102e4de..9ef1517f72 100644
--- a/graphics/tripod/tripod.info
+++ b/graphics/tripod/tripod.info
@@ -5,4 +5,4 @@ DOWNLOAD="http://www.sebruiz.net/projects/tripod-0.7.0.tar.bz2"
MD5SUM="e1f42c0d6587c4aca0372d325b0686c2"
MAINTAINER="Michael Wagner"
EMAIL="lapinours@web.de"
-APPROVED="BP{k}"
+APPROVED="BP{k},rworkman"