network/dropbox: Updated for version 3.0.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Amit Ugol 2015-01-09 20:15:47 +07:00 committed by Willy Sudiarto Raharjo
parent 979b56f6b3
commit d8221c02dc
3 changed files with 37 additions and 6 deletions

View file

@ -5,3 +5,14 @@ and videos anywhere. This means that any file you save to your
Dropbox folder will be automatically shared with all your computers,
phones and the Dropbox website.
===============
== WARNING ==
===============
Version 3.0.x is using local QT 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.

View file

@ -23,6 +23,26 @@
# Public changelog: https://www.dropbox.com/release_notes
# Changelog:
# 09/Jan/2015 * Updated to latest version 3.0.5
# 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
# Still no working tray icons.
# Client RAM usage grew to more then 4GB after a week.
# Maybe 3.1.X will be better...
# 09/Dec/2014 * Updated to latest version 3.0.3
# There is a working tray icon but QT5 issues makes the icon's
# background a hard black instead of transparent. I will wait
# for a fix. Also note that the previous bug is not 100% solved.
# https://bugreports.qt-project.org/browse/QTBUG-35832
# 08/Dec/2014 * Updated to latest version 3.0.2
# This is still rough, though everything seems to sync, there
# are no systray icons. The new interface is pure QT5 and this
# have introduced some new issues:
# https://bugreports.qt-project.org/browse/QTBUG-31762
# Not sure this version will be added to SBo until its fixed.
# 16/Nov/2014 * Updated to latest version 2.10.52
# 11/Nov/2014 * Updated to latest version 2.10.50
# 14/Oct/2014 * Updated to latest version 2.10.41
# 16/Sep/2014 * Updated to latest version 2.10.30
# 20/Aug/2014 * Updated to latest version 2.10.29
@ -50,7 +70,7 @@
PRGNAM=dropbox
PACKNAM=dropbox-lnx
VERSION=${VERSION:-2.10.41}
VERSION=${VERSION:-3.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="dropbox"
VERSION="2.10.41"
VERSION="3.0.5"
HOMEPAGE="http://www.dropbox.com"
DOWNLOAD="https://dl.dropboxusercontent.com/u/17/dropbox-lnx.x86-2.10.41.tar.gz"
MD5SUM="d67b7d6a0fb42fc9d3068ed765640307"
DOWNLOAD_x86_64="https://dl.dropboxusercontent.com/u/17/dropbox-lnx.x86_64-2.10.41.tar.gz"
MD5SUM_x86_64="a7cdc3d82e7a20d9de4a5b4cf882d64e"
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"
REQUIRES=""
MAINTAINER="Amit Ugol"
EMAIL="amit.ugol@gmail.com"