diff options
author | Amit Ugol <amit.ugol@gmail.com> | 2015-01-09 20:15:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-10 07:45:56 +0700 |
commit | d8221c02dce39e7391b5d6f92e57b33580842cef (patch) | |
tree | 9690eaf31c0026df66d0ac6cea262104fa5ac993 /network/dropbox/dropbox.SlackBuild | |
parent | 979b56f6b3d4cb95df701ae49f67a45f10262ce7 (diff) | |
download | slackbuilds-d8221c02dce39e7391b5d6f92e57b33580842cef.tar.gz |
network/dropbox: Updated for version 3.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dropbox/dropbox.SlackBuild')
-rw-r--r-- | network/dropbox/dropbox.SlackBuild | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/network/dropbox/dropbox.SlackBuild b/network/dropbox/dropbox.SlackBuild index 7a97786f43..1bfff66f29 100644 --- a/network/dropbox/dropbox.SlackBuild +++ b/network/dropbox/dropbox.SlackBuild @@ -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} |