about summary refs log tree commit diff
path: root/pkgs/applications/networking/dropbox
AgeCommit message (Collapse)AuthorFilesLines
2020-05-09treewide: remove the-kenny from maintainersJörg Thalheim1-1/+0
@the-kenny did a good job in the past and is set as maintainer in many package, however since 2017-2018 he stopped contributing. To create less confusion in pull requests when people try to request his feedback, I removed him as maintainer from all packages.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-21dropbox-cli: 2019.02.14 -> 2020.03.04R. RyanTM1-3/+3
2019-10-31dropbox: 81.4.195 -> 83.4.152 (#72021)Graham Bennett1-1/+1
Upgrading to latest stable version per https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016. With the previous nixpkgs version dropbox complained that the version is too old at sign-in.
2019-09-19dropbox: 73.4.118 -> 81.4.195Serhii Khoma1-1/+1
2019-09-04Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
2019-09-03treewide: don't use single quotes with placeholderworldofpeace1-2/+2
2019-08-26treewide: remove redundant quotesvolth1-2/+2
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2019-06-03dropbox: fix tray menu with StatusNotifierItem traysCharles Strahan1-1/+1
If dropbox can't load libappindicator, it will fallback to using the old xembed protocol. If you (or your Desktop Environment) are running something like KDE's XEmbed SNI Proxy, then you'll at least see an icon, but clicking the icon won't give you menu. Adding libappindicator to the env allows dropbox to fully integrate with contemporary status trays, while still falling back to xembed if the required DBus service is not present.
2019-05-26dropbox: 63.4.107 -> 73.4.118Langston Barrett1-1/+1
2019-05-02dropbox-cli: Fix and add Nautilus extensionJan Tojnar2-22/+61
…since this is actually dropbox-nautilus project. In one of the previous updates, the source code responsible for finding dropboxd was changed, rendering our sed replacement not working. That triggered the installer which in turn failed on the unavailability of gobject-introspection typelibs. And when that was fixed, we got bitten by our lazy packaging putting a broken code into the installer. This is a proper fix for all the issues, except for making typelibs available to the installer since we shall use Nix instead.
2019-04-07dropbox-cli: replace python by python3 (#59115)bricewge1-2/+2
fix #59110
2019-03-21dropbox-cli: 2018.11.28 -> 2019.02.14R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dropbox-cli/versions
2019-01-09dropbox-cli: 2015.10.28 -> 2018.11.28wedens1-3/+3
2018-12-30dropbox: 55.4.171 -> 63.4.107 (#53062)Tal Walter1-1/+1
2018-12-07dropbox: add mesa, libxshmfence and libpthreadstubsMarkus Hauck1-1/+1
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-2/+2
It is deprecated and will be removed after 18.09.
2018-08-16dropbox: update installer base versionHerwig Hochleitner1-1/+1
cc @ttuegel
2018-06-16dropbox: 40.4.46 -> 52.3.56Mitsuhiro Nakamura1-1/+1
2018-04-17treewide: move "extensions" drvs to dirMatthew Bauer1-0/+42
This cleans up the tree for pkgs/applications somewhat. Should not change any hashes.
2018-03-13treewide: s/xlibs/xorg/g (#36889)volth1-1/+1
2018-01-09dropbox: 38.4.27 -> 40.4.46Herwig Hochleitner1-1/+1
2017-12-04dropbox: fix version sort orderBenjamin Staffin1-1/+1
This makes the startup wrapper work as intended instead of re-downgrading Dropbox after each time it updates itself.
2017-11-17dropbox: install firefox-bin in FHS envThomas Tuegel1-1/+4
To sign in to dropbox, a browser must be available in the FHS env. We cannot ensure that the user's browser of choice is available, so we provide Firefox as a default. Resolves: #31667
2017-11-17dropbox: pass along positional parameters to execThomas Tuegel1-1/+1
2017-11-17dropbox: overwrite existing installation if our installer is newerThomas Tuegel1-2/+21
2017-11-16dropbox: install xkeyboardconfig for inputThomas Tuegel1-1/+1
Qt applications running in an FHS env need to have xkeyboardconfig installed for keyboard input. Resolves: #31741
2017-11-02dropbox: use buildFHSUserEnvThomas Tuegel1-119/+29
Instead of adapting Dropbox to NixOS with patchelf, NixOS is adapted to Dropbox with an FHS user environment. A crash due to missing libXert (#15356) is fixed. The client's automatic updater is fixed; this obviates the need to update Dropbox in Nixpkgs every time the client is updated upstream! Resolves: #15356
2017-10-28dropbox: comment update commandsHerwig Hochleitner1-0/+5
2017-10-23dropbox: 36.4.22 -> 37.4.29Peter Hoeg1-3/+3
2017-10-05dropbox: 35.4.20 -> 36.4.22Thomas Tuegel1-3/+3
2017-09-21dropbox: 34.4.22 -> 35.4.20Thomas Tuegel1-3/+3
2017-09-16dropbox: 34.4.20 -> 34.4.22Peter Hoeg1-3/+3
2017-09-08dropbox: 33.4.23 -> 34.4.20Thomas Tuegel1-3/+3
2017-08-24dropbox: 32.4.23 -> 33.4.23Thomas Tuegel1-3/+3
2017-08-11dropbox: fix makeWrapper usageJörg Thalheim1-1/+1
makeWrapper checks now if script is executable, so we have to chmod first.
2017-08-11dropbox: 31.4.25 -> 32.4.23Peter Hoeg1-24/+21
2017-08-04dropbox: 31.4.24 -> 31.4.25Thomas Tuegel1-3/+3
2017-08-03dropbox: 30.4.22 -> 31.4.24Peter Hoeg1-3/+3
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-07-14dropbox: 29.4.20 -> 30.4.22Thomas Tuegel1-3/+3
2017-06-28dropbox: 28.4.14 -> 29.4.20Thomas Tuegel1-5/+11
2017-06-18qt5: remove makeQtWrapperThomas Tuegel1-6/+7
2017-06-14dropbox: 27.4.22 -> 28.4.14Thomas Tuegel1-3/+3
2017-06-01dropbox: 26.4.24 -> 27.4.22Thomas Tuegel1-3/+3
2017-05-17dropbox: 25.4.28 -> 26.4.24Thomas Tuegel1-4/+4
2017-05-02dropbox: 24.4.17 -> 25.4.28Thomas Tuegel1-3/+3
2017-04-27dropbox: 24.4.16 -> 24.4.17Thomas Tuegel1-3/+3