diff options
author | Amit Ugol <amit.ugol@gmail.com> | 2016-11-29 13:03:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-29 13:03:04 +0700 |
commit | 7840e2e3484a4bb49a8403609d75b7a7bce0e759 (patch) | |
tree | 6e9cca44eab6b13ee1858238753ab202a5e24abd /network/dropbox/dropbox.SlackBuild | |
parent | 4679d4ba1cc3f52485547e4c028e42ac76e5ff59 (diff) | |
download | slackbuilds-7840e2e3484a4bb49a8403609d75b7a7bce0e759.tar.gz |
network/dropbox: Updated for version 15.4.22.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dropbox/dropbox.SlackBuild')
-rw-r--r-- | network/dropbox/dropbox.SlackBuild | 42 |
1 files changed, 7 insertions, 35 deletions
diff --git a/network/dropbox/dropbox.SlackBuild b/network/dropbox/dropbox.SlackBuild index b6a42ef47d..49f3015cc0 100644 --- a/network/dropbox/dropbox.SlackBuild +++ b/network/dropbox/dropbox.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2014 Amit Ugol <amit.ugol@gmail.com> +# Copyright 2016 Amit Ugol <amit.ugol@gmail.com> # # All rights reserved. # @@ -21,9 +21,13 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +##### # Public changelog: https://www.dropbox.com/release_notes -# Changelog: +# SlackBuild changelog: +# 29/Nov/2016 * Updated to latest version 15.4.22 # 25/Oct/2016 * Updated to latest version 13.4.21 +# 25/Oct/2016 * Updated to latest version 13.4.21 +# Later versions will be packaged to a txz. It saves ~18mb. # 20/Sep/2016 * Updated to latest version 10.4.25 # 28/Aug/2016 * Updated to latest version 8.4.21 # 07/Aug/2016 * Updated to latest version 7.4.30 @@ -36,43 +40,11 @@ # * Stopped splitting the policies into seperate files. # * Some needed changelog trimming. 2 years are enough. # 18/May/2016 * Updated to latest version 3.20.1 -# 09/Mar/2016 * Updated to latest version 3.14.7 -# 14/Feb/2016 * Updated to latest version 3.14.5 -# Updated to QT 5.5. -# Updated privacy agreements. -# 23/Dec/2015 * Updated to latest version 3.12.6 -# 03/Nov/2015 * Updated to latest version 3.10.9 -# 02/Nov/2015 * Updated to latest version 3.10.9 -# 18/Oct/2015 * Updated to latest version 3.10.8 -# 06/Oct/2015 * Updated to latest version 3.10.7 -# 23/Aug/2015 * Updated to latest version 3.8.8 -# 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 -# 25/May/2015 * Updated to latest version 3.4.6 -# 15/Mar/2015 * Updated to latest version 3.2.9 -# 11/Feb/2015 * Updated to latest version 3.2.6 -# * Finally working tray icons (for me at least). -# * Some legal docs were updated. Check the documentation -# folder. -# 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 DEs 'tray' area. -# 08/Jan/2015 * Updated to latest version 3.0.5 -# Tray icons will only work with compositing off. PRGNAM=dropbox PACKNAM=dropbox-lnx -VERSION=${VERSION:-13.4.21} +VERSION=${VERSION:-15.4.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |