about summary refs log tree commit diff
path: root/pkgs/applications/networking/dropbox
AgeCommit message (Collapse)AuthorFilesLines
2024-04-29dropbox-cli: 2023.09.06 -> 2024.04.17R. Ryantm1-2/+2
2023-10-20dropbox-cli: add meta.mainPrograméclairevoyant1-0/+2
2023-10-20dropbox-cli: 2020.03.04 -> 2023.09.06éclairevoyant2-204/+5
2023-10-20dropbox: 111.3.447 -> 185.4.6054éclairevoyant1-2/+2
2023-08-04treewide: add meta.mainPRogram to networkingAustin Horstman1-0/+1
2023-07-08Share dropbox PIDAlex Chalk1-0/+4
2023-04-16tree-wide: buildFHSUserEnv -> buildFHSEnvAtemu1-2/+2
2022-10-11dropbox-cli: update extension for Nautilus 43Jan Tojnar2-0/+201
2022-08-25dropbox-cli: update nautilus-dropbox urlMauricio Collares1-1/+1
2022-02-25treewide: switch all desktop file generators to new APIK9001-2/+2
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-11-06dropbox: Fix missing icon from the desktop itemnashamri1-0/+1
2021-05-08gnome: rename from gnome3Jan Tojnar1-2/+2
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-3/+3
2020-11-23dropbox: 83.4.152->111.3.447Ilia Auerbach-Ziogas1-1/+1
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