xpra: New version from the fork.
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.
This commit is contained in:
parent
af9924b929
commit
d802bacdd9
|
@ -1,17 +1,15 @@
|
||||||
{stdenv, fetchurl, pkgconfig, python, pyrex, pygtk, xlibs, gtk, makeWrapper}:
|
{stdenv, fetchurl, pkgconfig, python, cython, pygtk, xlibs, gtk, ffmpeg, x264, libvpx, makeWrapper}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "xpra-0.0.3";
|
name = "xpra-0.3.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://partiwm.org/static/downloads/parti-all-0.0.3.tar.gz;
|
url = http://xpra.org/src/xpra-0.3.2.tar.bz2;
|
||||||
sha256 = "17inksd4cc7mba2vfs17gz1yk3h6x6wf06pm3hcbs5scq8rr5bkp";
|
sha256 = "1s1z6r0r78qvf59ci3vxammjz7lj5m64jyk0bfn7yxd5jl3sy41y";
|
||||||
};
|
};
|
||||||
|
|
||||||
#src = /home/eelco/Dev/nixpkgs/parti-all-0.0.3;
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig python pyrex pygtk gtk makeWrapper
|
pkgconfig python cython pygtk gtk ffmpeg x264 libvpx makeWrapper
|
||||||
xlibs.inputproto xlibs.libXcomposite xlibs.libXdamage xlibs.libXtst
|
xlibs.inputproto xlibs.libXcomposite xlibs.libXdamage xlibs.libXtst
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -33,7 +31,7 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://partiwm.org/wiki/xpra;
|
homepage = http://xpra.org/;
|
||||||
description = "Persistent remote applications for X";
|
description = "Persistent remote applications for X";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -7683,9 +7683,7 @@ let
|
||||||
libxpdf = callPackage ../applications/misc/xpdf/libxpdf.nix {
|
libxpdf = callPackage ../applications/misc/xpdf/libxpdf.nix {
|
||||||
};
|
};
|
||||||
|
|
||||||
xpra = callPackage ../tools/X11/xpra {
|
xpra = callPackage ../tools/X11/xpra { };
|
||||||
pyrex = pyrex095;
|
|
||||||
};
|
|
||||||
|
|
||||||
xscreensaver = callPackage ../misc/screensavers/xscreensaver {
|
xscreensaver = callPackage ../misc/screensavers/xscreensaver {
|
||||||
inherit (gnome) libglade;
|
inherit (gnome) libglade;
|
||||||
|
|
Loading…
Reference in New Issue