summaryrefslogtreecommitdiffstats
path: root/network/dropbox/dropbox.SlackBuild
diff options
context:
space:
mode:
author Amit Ugol <amit.ugol@gmail.com>2016-07-06 12:15:26 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-07 12:55:30 +0700
commit35b31a1f319ce3a605a4097717a7611884e13f64 (patch)
tree322514b505e614933b882ebd03283ad1100e5ac7 /network/dropbox/dropbox.SlackBuild
parentded481d671c6dbd210c98b6fe3330abadead7a7b (diff)
downloadslackbuilds-35b31a1f319ce3a605a4097717a7611884e13f64.tar.gz
slackbuilds-35b31a1f319ce3a605a4097717a7611884e13f64.tar.xz
network/dropbox: Updated for version 5.4.24.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dropbox/dropbox.SlackBuild')
-rw-r--r--network/dropbox/dropbox.SlackBuild54
1 files changed, 12 insertions, 42 deletions
diff --git a/network/dropbox/dropbox.SlackBuild b/network/dropbox/dropbox.SlackBuild
index f86d138ed0..e49c9ddb1b 100644
--- a/network/dropbox/dropbox.SlackBuild
+++ b/network/dropbox/dropbox.SlackBuild
@@ -23,6 +23,15 @@
# Public changelog: https://www.dropbox.com/release_notes
# Changelog:
+# 06/Jul/2016 * Updated to latest version 5.4.24
+# * First version on Slackware 14.2!
+# * 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
@@ -51,50 +60,11 @@
# * 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.
-# 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
-# * Updated to the direct download links
-# 25/May/2014 * Updated to latest version 2.8.2
-# * Split the terms into sections, they are all in the docs folder
-# * Updated the logo
-# 02/Mar/2014 * Updated to newest version 2.6.15
-# 16/Nov/2013 * Updates for Slackware 14.1:
-# * Updated to newest version 2.4.6
-# _______________________________________________________________
-# 09/Apr/2013 * Murat D. Kadirov <banderols@gmail.com> is MIA.
-# * Updated by Amit Ugol <amit.ugol@gmail.com>.
-# * Updated to version 2.0.5
-# * Changed the slac-desc to be up-to-date with the online info.
-# * Changed the terms file to be up-to-date with the online info.
-# * Removed deletion of libstdc++.so.6 as it is not there anyway.
-# * Since 2.0, dropbox seems to update itself and I find it working
-# rather well.
-# * Minor changes to this changelog.
-# 18/Dec/2011 * Updated to 1.2.49
-# * Bug fixed with bad symlink to /usr/bin/dropboxd. Thanks to
-# Dominik Drobek.
PRGNAM=dropbox
PACKNAM=dropbox-lnx
-VERSION=${VERSION:-5.3.22}
+
+VERSION=${VERSION:-5.4.24}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -144,7 +114,7 @@ install -D -m 644 $CWD/dropbox.desktop $PKG/usr/share/applications/dropbox.deskt
install -D -m 644 $CWD/dropbox.png $PKG/usr/share/pixmaps/dropbox.png
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp $CWD/*.txt $PKG/usr/doc/$PRGNAM-$VERSION/
+cp $CWD/policies $PKG/usr/doc/$PRGNAM-$VERSION/
cp $CWD/$PRGNAM.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION/
mkdir -p $PKG/install