new version of spring is there
svn path=/nixpkgs/trunk/; revision=33019
This commit is contained in:
parent
dd90a8b709
commit
5b6856ff52
@ -6,7 +6,7 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "spring-${version}";
|
name = "spring-${version}";
|
||||||
version = "0.86.0";
|
version = "0.87.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/springrts/spring_86.0_src.tar.lzma";
|
url = "mirror://sourceforge/springrts/spring_86.0_src.tar.lzma";
|
||||||
@ -23,15 +23,13 @@ stdenv.mkDerivation rec {
|
|||||||
--replace "which" "type -p"
|
--replace "which" "type -p"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
#patches = [ ./gcc44.patch];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://springrts.com/;
|
homepage = http://springrts.com/;
|
||||||
description = "A powerful real-time strategy(RTS) game engine";
|
description = "A powerful real-time strategy(RTS) game engine";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.phreedom ];
|
maintainers = [ maintainers.phreedom maintainers.qknight ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
--- spring_0.82.6.1-orig/rts/lib/lobby/Connection.h 2010-10-15 23:08:24.000000000 +0300
|
|
||||||
+++ spring_0.82.6.1/rts/lib/lobby/Connection.h 2010-11-11 14:48:55.000000000 +0200
|
|
||||||
@@ -7,6 +7,7 @@
|
|
||||||
#include <boost/asio/deadline_timer.hpp>
|
|
||||||
#include <boost/asio/ip/tcp.hpp>
|
|
||||||
#include <string>
|
|
||||||
+#include <list>
|
|
||||||
|
|
||||||
struct ClientStatus
|
|
||||||
{
|
|
Loading…
x
Reference in New Issue
Block a user