summary refs log tree commit diff
path: root/pkgs/tools/X11/xpra
Commit message (Collapse)AuthorAge
* xpra: 0.16.2 -> 0.17.0David Guibert2016-04-24
|
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\ | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * xpra: 0.14.19/0.15.3 -> 0.16.2Thomas Strobel2016-03-10
| |
* | Merge master into closure-sizeVladimír Čunát2016-03-08
|\| | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
| |
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * xorg.xorgserver: wrap Xvfb with required flagsDomen Kožar2016-01-17
| |
* | Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
|\|
| * xpra: use pillow instead of pilFrederik Rietdijk2015-12-08
| |
* | treewide: Mass-replace 'xorgserver}/bin' with correct outputTuomas Tynkkynen2015-10-28
|/ | | | vcunat added one fix in xdummy.
* xpra: fix rencode dependencyThomas Strobel2015-08-10
|
* xpra: 0.14.19 -> 0.15.3Artjom Vejsel2015-08-09
|
* Fix/update XpraThomas Strobel2015-02-25
|
* Mark a bunch of packages as broken or not supported on DarwinEelco Dolstra2014-08-08
|
* Change to xpra version 0.11.6 as 0.12.5 was not workingChris Double2014-06-16
| | | | | | Version 0.11.6 was the latest version that I was able to get building and running on NixOS. Unfortunately my previous commit for 0.12.5 was an error and incomplete.
* Update xpra to 0.12.5Chris Double2014-05-08
|
* adopt rest of the packages that were failing with the buildPythonPackage changesDomen Kožar2014-02-20
|
* xpra: fix package nameBjørn Forsman2014-02-01
| | | | | Remove the "python2.7-" prefix from the package name so that it can be installed with "nix-env -i xpra".
* xpra: depend on ffmpeg instead of ffmpeg_1, now default became 1+Mathijs Kwik2013-12-23
|
* Fix a bunch of Hydra evaluation errorsEelco Dolstra2013-10-07
|
* Update xpra to 0.9.5Gergely Risko2013-06-18
|
* xpra: Use new ffmpeg attributeShea Levy2013-04-05
| | | | | | | It still builds, but it's a pythonPackage so who knows if it works right. Was breaking the tarball, though. Signed-off-by: Shea Levy <shea@shealevy.com>
* Upgrading xpra to 0.8.8Jaka Hudoklin2013-03-30
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* xpra: Add python notify module.aszlig2012-07-06
| | | | | | | This is not needed to run XPRA, but gets rid of a few nasty errors. XPRA is using the notify library to display nice desktop notifications, so there might be users who actually like to have those funny things.
* xpra: Don't include cython into store requisites.aszlig2012-07-06
| | | | | | | | | Cython is not required in order to run XPRA, so we now explicitly specify what should be put into PYTHONPATH instead of using the PYTHONPATH which is set during build time. That way we don't get unnecessary stuff in /nix/store, like the mentioned cython compiler/interpreter.
* xpra: New version from the fork.aszlig2012-07-06
| | | | | | | | | | | This is because the original version is no longer in development, as stated on the website at http://code.google.com/p/partiwm/wiki/xpra: "This project is in deep hibernation; I haven't had time to devote for several years now. If you are looking for xpra, you may prefer Antoine Martin's fork, which receives more support. It is available at: http://xpra.org/" So I guess its safe to switch over to that fork.
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Adde xpra. Doesn't quite work yet.Eelco Dolstra2008-03-17
* Removed python_alts. svn path=/nixpkgs/trunk/; revision=11161