Hi, I needed to publish xpra to various machines (a combination of amd64 and i386, old and new versions of Ubuntu) and got tired of compiling from source every time... (which brings in gazillions of dependencies) So here is all you should need to get it done quickly: echo "deb http://xpra.devloop.org.uk/ jaunty main" > \ /etc/apt/sources.list.d/xpra.list apt-get update && apt-get install xpra
Repository has jaunty/intrepid/hardy and amd64/i386. I will add other debian based distros shortly. You can find my GPG public key on keyserver.ubuntu.com or here: http://users.nagafix.co.uk/~antoine/antoine.asc The source is based on a snapshot of xpra from a few weeks ago, with minor tweaks: * import sys patch and "--title-suffix" patch (both posted last week) * bumped version to 0.0.7 to prevent confusion with current release Notes: * This is just a first cut. You may get bruised! * These debs are generated using a bunch of hacked scripts and may not work for you... I am not a debian packager! * Upstream xpra is likely to be different until I can figure out how to track it using monotone... * I haven't bothered with source packages (yet) or making a portable build and building from the .deb source. If anyone else has the skills, please feel free to send me scripts/patches. * RPM specfiles and ebuilds may follow if I find the time to do all this. * I will post instructions/info on the repository link when I get a chance... Any feedback would be most appreciated. Cheers Antoine _______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
