Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8d2e4761c8eeabcdf07825af7d73989f36ad8016
      
https://github.com/NixOS/nixpkgs/commit/8d2e4761c8eeabcdf07825af7d73989f36ad8016
  Author: Raymond Gauthier <[email protected]>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    A pkgs/desktops/xfce/core/thunarx-2-dev.nix
    M pkgs/desktops/xfce/default.nix
    A pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix

  Log Message:
  -----------
  xfce.thunar-dropbox-plugin: init at 0.2.1

A thunar dropbox plugin that allows to copy links and
add files to dropbox.

Depends on new `xfce.thunarx-2-dev` plugin sdk package instead of
thunar. Doing so seem standard on other distributions such as
Ubuntu and narrows depedencies to only the sdk headers (i.e.:
what's needed by plugins).

Note that replacing the `xfce.thunarx-2-dev` dependency directly
by `xfce.thunar` work equally well. However it now would be
impossible for the `thunar` executable to depend on the plugin.

Tests:

 -  When dropbox daemon active, functionalities are added
    to right click on file and folders menu.
 -  When dropbox daemon inactive, functionalities **not** added
    to menu.
 -  Successfully copied a dropbox link.
 -  Successfully moved a file to dropbox.


  Commit: 735f0f2ca8b9da0791554a6335f2f0b1238ffad8
      
https://github.com/NixOS/nixpkgs/commit/735f0f2ca8b9da0791554a6335f2f0b1238ffad8
  Author: Vladimír Čunát <[email protected]>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    R pkgs/desktops/xfce/core/thunarx-2-dev.nix
    M pkgs/desktops/xfce/default.nix
    M pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix

  Log Message:
  -----------
  thunar-dropbox-plugin: fixup after #9935

Close #9935.
I don't think it's good to split thunarx into a separate derivation in
this way. We would have the library and associated stuff twice and two
expressions, etc. Distributions do these things by an analogy to multiple-output
derivation (Debian does, for example), so we could use that, but it
doesn't seem important in this case and would be better after #7701 anyway.


Compare: https://github.com/NixOS/nixpkgs/compare/272cd6f7821e...735f0f2ca8b9
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to