diff options
author | Amit Ugol <amit.ugol@gmail.com> | 2015-07-28 23:00:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-28 23:00:01 +0700 |
commit | 934bed202435b395395630d840d1b71d41e28693 (patch) | |
tree | 9e1a4d461c94023d92d559b3861c3682661c7e1c /network | |
parent | 7014c79094ed3c77cf6b07e522e5b28dbdaf4c63 (diff) |
network/dropbox: Updated for version 3.8.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/dropbox/README | 9 | ||||
-rw-r--r-- | network/dropbox/dropbox.SlackBuild | 8 | ||||
-rw-r--r-- | network/dropbox/dropbox.info | 10 |
3 files changed, 12 insertions, 15 deletions
diff --git a/network/dropbox/README b/network/dropbox/README index 0334666d4494a..a2cd93858a569 100644 --- a/network/dropbox/README +++ b/network/dropbox/README @@ -4,12 +4,3 @@ Dropbox is a free service that lets you bring all your photos, docs, 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.x has started using local QT5 libraries for the UI. -The current version still does not show the tray icons well or at all. -The synchronization engine is not effected by it and even if there is -no tray icon the synchronization works. diff --git a/network/dropbox/dropbox.SlackBuild b/network/dropbox/dropbox.SlackBuild index 1260316c58bad..cac600b6cd1df 100644 --- a/network/dropbox/dropbox.SlackBuild +++ b/network/dropbox/dropbox.SlackBuild @@ -23,6 +23,12 @@ # Public changelog: https://www.dropbox.com/release_notes # Changelog: +# 26/Jul/2015 * Updated to latest version 3.8.5 +# * Non-Linux users get to use gmail integration. +# * Most DEs I have tested have working tray icons, XFCE's +# tray still does not work, though the engine runs well. +# 19/Jul/2015 * Updated to latest version 3.6.9 +# 05/Jul/2015 * Updated to latest version 3.6.8 # 11/Jun/2015 * Updated to latest version 3.6.7 # * Compiled with gcc 4.8.1, QT 5.4 and python 2.7.9 # * Minor fixes all around @@ -83,7 +89,7 @@ PRGNAM=dropbox PACKNAM=dropbox-lnx -VERSION=${VERSION:-3.6.7} +VERSION=${VERSION:-3.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/dropbox/dropbox.info b/network/dropbox/dropbox.info index 25590487d669d..b5dc9135e002e 100644 --- a/network/dropbox/dropbox.info +++ b/network/dropbox/dropbox.info @@ -1,10 +1,10 @@ PRGNAM="dropbox" -VERSION="3.6.7" +VERSION="3.8.5" HOMEPAGE="http://www.dropbox.com" -DOWNLOAD="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86-3.6.7.tar.gz" -MD5SUM="cadb829fcee716c69431c39aa599deca" -DOWNLOAD_x86_64="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86_64-3.6.7.tar.gz" -MD5SUM_x86_64="ab4c28a1f19e116c239db24932ac32df" +DOWNLOAD="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86-3.8.5.tar.gz" +MD5SUM="f3d83c0b893ce24d5b31f63fc916fe99" +DOWNLOAD_x86_64="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86_64-3.8.5.tar.gz" +MD5SUM_x86_64="e78eb2d14ec6be7b127a28fe8f733111" REQUIRES="" MAINTAINER="Amit Ugol" EMAIL="amit.ugol@gmail.com" |