summaryrefslogtreecommitdiffstats
path: root/dropbox-client
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-07-22 08:10:52 +0000
committer Eric Hameleers <alien@slackware.com>2010-07-22 08:10:52 +0000
commit95361d16e1598174387cd973027cfe5ce303caef (patch)
tree6da5c6c1121a4b7fa1232f1a915666013114ea1b /dropbox-client
parentf15c656363c8ebec5453671015a44bbafd8c2af0 (diff)
downloadasb-95361d16e1598174387cd973027cfe5ce303caef.tar.gz
asb-95361d16e1598174387cd973027cfe5ce303caef.tar.xz
Updated to 0.6.3
Diffstat (limited to 'dropbox-client')
-rwxr-xr-xdropbox-client/build/dropbox-client.SlackBuild13
1 files changed, 9 insertions, 4 deletions
diff --git a/dropbox-client/build/dropbox-client.SlackBuild b/dropbox-client/build/dropbox-client.SlackBuild
index 6c6992ac..7846b704 100755
--- a/dropbox-client/build/dropbox-client.SlackBuild
+++ b/dropbox-client/build/dropbox-client.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2009,2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -40,6 +40,8 @@
# nautilus.
# 0.6.2-1: 02/jun/2010 by Eric Hameleers <alien@slackware.com>
# * Updated.
+# 0.6.3-1: 22/jul/2010 by Eric Hameleers <alien@slackware.com>
+# * Updated.
#
# Run 'sh dropbox-client.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -51,7 +53,8 @@
PRGNAM=dropbox-client
RPMNAM=nautilus-dropbox
-VERSION=${VERSION:-0.6.2}
+VERSION=${VERSION:-0.6.3}
+MINOR=${MINOR:-1}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -74,8 +77,8 @@ if [ -z "$ARCH" ]; then
esac
fi
-SOURCE="$SRCDIR/${RPMNAM}-${VERSION}-1.fedora.${ARCH}.rpm"
-SRCURL="http://linux.dropbox.com/packages/${RPMNAM}-${VERSION}-1.fedora.${ARCH}.rpm"
+SOURCE="$SRCDIR/${RPMNAM}-${VERSION}-${MINOR}.fedora.${ARCH}.rpm"
+SRCURL="http://linux.dropbox.com/packages/${RPMNAM}-${VERSION}-${MINOR}.fedora.${ARCH}.rpm"
##
## --- with a little luck, you won't have to edit below this point --- ##
@@ -139,6 +142,8 @@ explodepkg $TMP/tmp-$PRGNAM/$( basename $SOURCE .rpm ).tgz
# The dropbox daemon expects nautilus in it's PATH - so we provide a
# shell script by that name that in fact will run your default file manager:
+# (if your system actually *has* Nautilus then this little script will be
+# discarded).
mkdir -p $PKG/usr/bin
cat <<"EOT" > $PKG/usr/bin/nautilus.new
#!/bin/bash