network/dropbox: Updated for version 3.2.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Amit Ugol 2015-02-11 00:51:47 +07:00 committed by Willy Sudiarto Raharjo
parent 0d27f52cf5
commit d0254093ef
3 changed files with 15 additions and 14 deletions

View file

@ -9,10 +9,7 @@ phones and the Dropbox website.
== WARNING ==
===============
Version 3.0.x is using local QT libraries for the UI.
Version 3.x has started using local QT5 libraries for the UI.
The current version still does not show the tray icons well or at all.
Usually turning off composition will enable the tray icons.
The synchronization engine is not effected by is and even if there are
no tray icons the synchronization works.
See the SlackBuild file for a more detailed log.
The synchronization engine is not effected by it and even if there is
no tray icon the synchronization works.

View file

@ -23,7 +23,12 @@
# Public changelog: https://www.dropbox.com/release_notes
# Changelog:
# 09/Jan/2015 * Updated to latest version 3.0.5
# 11/Feb/2015 * Updated to latest version 3.2.6
# 10/Feb/2015 * Updated to latest version 3.2.4
# * Fixed ARCH tag, thanks whomever mailed Willy Sudiarto
# Raharjo about it.
# * The package is now much larger.
# * Still no full support for some DE 'tray' area.
# 08/Jan/2015 * Updated to latest version 3.0.5
# Tray icons will only work with compositing off.
# 18/Dec/2014 * Updated to latest version 3.0.4
@ -70,7 +75,7 @@
PRGNAM=dropbox
PACKNAM=dropbox-lnx
VERSION=${VERSION:-3.0.5}
VERSION=${VERSION:-3.2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,7 +87,6 @@ if [ -z "$ARCH" ]; then
esac
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM

View file

@ -1,10 +1,10 @@
PRGNAM="dropbox"
VERSION="3.0.5"
VERSION="3.2.6"
HOMEPAGE="http://www.dropbox.com"
DOWNLOAD="https://dl.dropboxusercontent.com/u/17/dropbox-lnx.x86-3.0.5.tar.gz"
MD5SUM="95bc1b9a47d6fd92fe6976c1cb41e4a1"
DOWNLOAD_x86_64="https://dl.dropboxusercontent.com/u/17/dropbox-lnx.x86_64-3.0.5.tar.gz"
MD5SUM_x86_64="c5f425f7e008401094de51047666e20a"
DOWNLOAD="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86-3.2.6.tar.gz"
MD5SUM="42cabced810406b689ba4baae6834d70"
DOWNLOAD_x86_64="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86_64-3.2.6.tar.gz"
MD5SUM_x86_64="93b638aae7e536b2f5d1d1f7d932d0fb"
REQUIRES=""
MAINTAINER="Amit Ugol"
EMAIL="amit.ugol@gmail.com"