summary refs log tree commit diff
path: root/pkgs/applications/networking/dropbox
Commit message (Collapse)AuthorAge
* dropbox: 81.4.195 -> 83.4.152 (#72021)Graham Bennett2019-10-31
| | | | | | 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.
* dropbox: 73.4.118 -> 81.4.195Serhii Khoma2019-09-19
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-09-04
|\
| * treewide: don't use single quotes with placeholderworldofpeace2019-09-03
| |
* | treewide: remove redundant quotesvolth2019-08-26
|/
* treewide: name -> pnamevolth2019-08-17
|
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* dropbox: fix tray menu with StatusNotifierItem traysCharles Strahan2019-06-03
| | | | | | | | | | | 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.
* dropbox: 63.4.107 -> 73.4.118Langston Barrett2019-05-26
|
* dropbox-cli: Fix and add Nautilus extensionJan Tojnar2019-05-02
| | | | | | | | | | | | | …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.
* dropbox-cli: replace python by python3 (#59115)bricewge2019-04-07
| | | fix #59110
* dropbox-cli: 2018.11.28 -> 2019.02.14R. RyanTM2019-03-21
| | | | | | | 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
* dropbox-cli: 2015.10.28 -> 2018.11.28wedens2019-01-09
|
* dropbox: 55.4.171 -> 63.4.107 (#53062)Tal Walter2018-12-30
|
* dropbox: add mesa, libxshmfence and libpthreadstubsMarkus Hauck2018-12-07
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* dropbox: update installer base versionHerwig Hochleitner2018-08-16
| | | | cc @ttuegel
* dropbox: 40.4.46 -> 52.3.56Mitsuhiro Nakamura2018-06-16
|
* treewide: move "extensions" drvs to dirMatthew Bauer2018-04-17
| | | | | This cleans up the tree for pkgs/applications somewhat. Should not change any hashes.
* treewide: s/xlibs/xorg/g (#36889)volth2018-03-13
|
* dropbox: 38.4.27 -> 40.4.46Herwig Hochleitner2018-01-09
|
* dropbox: fix version sort orderBenjamin Staffin2017-12-04
| | | | | This makes the startup wrapper work as intended instead of re-downgrading Dropbox after each time it updates itself.
* dropbox: install firefox-bin in FHS envThomas Tuegel2017-11-17
| | | | | | | | 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
* dropbox: pass along positional parameters to execThomas Tuegel2017-11-17
|
* dropbox: overwrite existing installation if our installer is newerThomas Tuegel2017-11-17
|
* dropbox: install xkeyboardconfig for inputThomas Tuegel2017-11-16
| | | | | | | Qt applications running in an FHS env need to have xkeyboardconfig installed for keyboard input. Resolves: #31741
* dropbox: use buildFHSUserEnvThomas Tuegel2017-11-02
| | | | | | | | | 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
* dropbox: comment update commandsHerwig Hochleitner2017-10-28
|
* dropbox: 36.4.22 -> 37.4.29Peter Hoeg2017-10-23
|
* dropbox: 35.4.20 -> 36.4.22Thomas Tuegel2017-10-05
|
* dropbox: 34.4.22 -> 35.4.20Thomas Tuegel2017-09-21
|
* dropbox: 34.4.20 -> 34.4.22Peter Hoeg2017-09-16
|
* dropbox: 33.4.23 -> 34.4.20Thomas Tuegel2017-09-08
|
* dropbox: 32.4.23 -> 33.4.23Thomas Tuegel2017-08-24
|
* dropbox: fix makeWrapper usageJörg Thalheim2017-08-11
| | | | | makeWrapper checks now if script is executable, so we have to chmod first.
* dropbox: 31.4.25 -> 32.4.23Peter Hoeg2017-08-11
|
* dropbox: 31.4.24 -> 31.4.25Thomas Tuegel2017-08-04
|
* dropbox: 30.4.22 -> 31.4.24Peter Hoeg2017-08-03
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* dropbox: 29.4.20 -> 30.4.22Thomas Tuegel2017-07-14
|
* dropbox: 28.4.14 -> 29.4.20Thomas Tuegel2017-06-28
|
* qt5: remove makeQtWrapperThomas Tuegel2017-06-18
|
* dropbox: 27.4.22 -> 28.4.14Thomas Tuegel2017-06-14
|
* dropbox: 26.4.24 -> 27.4.22Thomas Tuegel2017-06-01
|
* dropbox: 25.4.28 -> 26.4.24Thomas Tuegel2017-05-17
|
* dropbox: 24.4.17 -> 25.4.28Thomas Tuegel2017-05-02
|
* dropbox: 24.4.16 -> 24.4.17Thomas Tuegel2017-04-27
|
* dropbox: 23.4.19 -> 24.4.16Thomas Tuegel2017-04-20
|
* Merge pull request #25019 from peterhoeg/f/dbThomas Tuegel2017-04-19
|\ | | | | dropbox: use wmctrl from nixpkgs
| * dropbox: use wmctrl from nixpkgsPeter Hoeg2017-04-19
| |