about summary refs log tree commit diff
path: root/pkgs/desktops
Commit message (Collapse)AuthorAge
* Created the xfce4-whiskermenu-plugin expression.Perry Barnoy2015-10-19
|
* Added the xfce4-whiskermenu-pluginPerry Barnoy2015-10-19
|
* geary: 0.8.2 -> 0.10.0Javier Aguirre2015-10-11
| | | | | I commented out the line about disabling valadoc, It was failing with this version.
* plasma53.breeze: fix build after kde4.kdelibs updateThomas Tuegel2015-10-06
| | | | The latest kdelibs-4 version does not pull in automoc4 automatically.
* plasma54: 5.4.1 -> 5.4.2Thomas Tuegel2015-10-06
|
* plasma54: build with KDE Frameworks 5.14Thomas Tuegel2015-10-05
|
* plasma54: take latest versionsThomas Tuegel2015-10-05
|
* gnome-common: fix derivation name for the patchLuca Bruno2015-10-05
|
* plasma54: don't override mkDerivationThomas Tuegel2015-09-29
| | | | | | Provides a globally unique name (plasmaPackage) instead of using attribute paths as namespaces and locally overloading the mkDerivation name.
* plasma54: allow overriding mkDerivationThomas Tuegel2015-09-27
|
* kde414: build with kdelibs-4.14.12Thomas Tuegel2015-09-27
| | | | | | | Upstream changes to the build system required adjusting many packages' dependencies. On the Nixpkgs side, we no longer propagate the dependency on cmake (to reduce closure size), so downstream dependencies had to be adjusted for most packages that depend on kdelibs.
* plasma54: init at 5.4.1Thomas Tuegel2015-09-27
|
* libgit2: add 0.21.x version as it's incompatible with the new 0.23Luca Bruno2015-09-27
|
* xfce.thunar-archive-plugin: init at 0.3.1 (close #10029)Raymond Gauthier2015-09-26
| | | | | | | | | | | | | | | | | | | | | | | | A `thunar` plugin that adds archive manipulation features to right click on file/directory menu. It can use either gnome or kde archive managers. Detection of backend based on `*.desktop` files mime types. Should supercede non-functional pre-existing `xfce.thunar_archive_plugin` (which for some unknown reason is building the volume manager plugin). Also removed `xfce.thunar_archive_plugin` because superceded. Tests: - When plugin package is installed, the supplementary menu entries appear in thunar. - Succesfully extracted an archive using backend `file-roller` through thunar menu entry. + minor changes from vcunat, mainly meta.
* xfce.xfdesktop: maintenance updateVladimír Čunát2015-09-24
|
* Merge pull request #10033 from DamienCassou/update-gpaste-3.16.3.1Damien Cassou2015-09-24
|\ | | | | gpaste: 3.16.3 -> 3.16.3.1
| * gpaste: 3.16.3 -> 3.16.3.1Damien Cassou2015-09-24
| |
* | Merge commit '2d464f75ed46869b5942c4b479772a0367b30608' into master.upstreamWilliam A. Kennington III2015-09-23
|\ \ | | | | | | | | | | | | This is a partial commit from staging in an attempt to make merges smaller.
| * \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-09-20
| |\ \
| * | | boost: Reduce the number of supported versionsWilliam A. Kennington III2015-09-17
| | | |
* | | | thunar-dropbox-plugin: fixup after #9935Vladimír Čunát2015-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | xfce.thunar-dropbox-plugin: init at 0.2.1Raymond Gauthier2015-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | thunar: plugin improvements (close #9908)Raymond Gauthier2015-09-23
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve thunar/thunarx so that thunar's plugin directory could be overriden using a `THUNARX_MODULE_DIR` environment variable so that plugins not built along with the `thunar` package could be installed as well. This could allow one to wrap `thunar` in a `thunar-with-plugins` package where plugins are declared instead of being found (a bit in the same fashion as gstreamer plugins).
* | | Merge: xlibs and x11 attribute cleanupVladimír Čunát2015-09-23
|\ \ \ | |_|/ |/| | | | | Frequently using multiple *almost* identical attributes is bad.
| * | xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | | | | | | | | | | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
| * | x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | | | | | | | | | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
| * | xlibs.xlibs: removeVladimír Čunát2015-09-15
| | | | | | | | | | | | | | | | | | It was really ugly that `xlibs.xlibs` meant something else than `xlibs`, especially when using `with xlibs`, such as in wine. Also, now `xlibs` is the same as `xorg`.
* | | pantheon-terminal: 0.3.0.1 -> 0.3.1.3David Kleuker2015-09-20
| | |
* | | xfce.exo: maintenance update 0.10.6 -> 0.10.7Vladimír Čunát2015-09-20
| |/ |/|
* | gnome-shell: use src.nixLuca Bruno2015-09-17
| |
* | Remove all references to haskell-ng and haskellngPackages from Nixpkgs.Peter Simons2015-09-15
|/
* gcr: disable parallel buildsLuca Bruno2015-09-10
|
* Merge pull request #9738 from DamienCassou/update-gpaste-3.16.3Damien Cassou2015-09-09
|\ | | | | gpaste: 3.16 → 3.16.3
| * gpaste: 3.16 → 3.16.3Damien Cassou2015-09-09
| |
* | Merge pull request #9254 from FRidh/jupyterPascal Wittmann2015-09-08
|\ \ | | | | | | ipython: 3.2 -> 4.0
| * | gnome 3.16 accersiser: change ipythonLight to ipythonFrederik Rietdijk2015-08-29
| | |
* | | vte (gtk2): apply change-scroll-region.patch (close #9688)Jim Garrison2015-09-07
| | | | | | | | | | | | | | | | | | More info (including upstream fix): https://github.com/mobile-shell/moshweb/blob/cb07c674787c083d82f6a1c68a3edbd50332f2ba/index.html#L754-L773 Patch from: https://bug542087.bugzilla-attachments.gnome.org/attachment.cgi?id=176035
* | | evolution-data-server: Fix crashMathnerd3142015-09-05
| |/ |/|
* | gcr: 3.14.0 -> 3.16.0, should fix race condition during buildLuca Bruno2015-08-28
| |
* | gdm: point to /etc/gdm/custom.confLuca Bruno2015-08-27
|/
* gnome-contacts: fix evaluationVladimír Čunát2015-08-26
|
* gnome3: Depend on defaultIconTheme instead of hicolor- or adwaitaJascha Geerds2015-08-25
|
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-21
|\
| * gnome-calendar: Depend on gnome3.defaultIconTheme instead of hicolor_icon_themeJascha Geerds2015-08-20
| |
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-20
|\|
| * gnome-calendar: Add missing dependency on hicolor_icon_theme (#9369)Jascha Geerds2015-08-20
| |
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-19
|\|
| * gnome-control-center: don't add sounds to userEnvTobias Geerinckx-Rice2015-08-18
| | | | | | | | | | | | It's not needed after all. See discussion at https://github.com/NixOS/nixpkgs/pull/9308.
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-18
|\|
| * gnome-control-center: depend on sound-theme-freedesktopTobias Geerinckx-Rice2015-08-18
| | | | | | | | Required for working speaker test sounds in the Sound applet.