update to 1.6.5

svn path=/nixpkgs/trunk/; revision=19128
This commit is contained in:
Armijn Hemel 2009-12-25 20:56:37 +00:00
parent 500f81e68d
commit 3d4f20972f
2 changed files with 7 additions and 5 deletions

View file

@ -2,16 +2,16 @@ args: with args;
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.4.1";
version = "1.6.5";
name = "${pname}-${version}";
src = fetchurl {
url = "http://surfnet.dl.sourceforge.net/sourceforge/${pname}/${name}.tar.bz2";
sha256 = "c5b7b478553dc8994d99024e14b48b3f64e2c328631bd5b05904509b499fa68c";
url = "mirror://sourceforge/sourceforge/${pname}/${name}.tar.bz2";
sha256 = "1mrhgwp8iw27ifpavnf4y69zf9fqfy7j4sfwkfzsay226sp4gw3y";
};
buildInputs = [SDL SDL_image SDL_mixer SDL_net gettext zlib boost freetype];
buildInputs = [SDL SDL_image SDL_mixer SDL_net SDL_ttf pango gettext zlib boost freetype libpng pkgconfig];
configureFlags = "--with-preferences-dir=.${name} --program-suffix=-${version} --with-datadir-name=${name} --with-boost=${boost}/include --disable-python";

View file

@ -5912,7 +5912,9 @@ let
};
wesnoth = import ../games/wesnoth {
inherit fetchurl stdenv SDL SDL_image SDL_mixer SDL_net gettext zlib boost freetype;
inherit fetchurl stdenv SDL SDL_image SDL_mixer SDL_net SDL_ttf
gettext zlib boost freetype libpng pkgconfig;
inherit (gtkLibs) pango;
};
wirelesstools = import ../os-specific/linux/wireless-tools {