abiword 2.6.0
svn path=/nixpkgs/trunk/; revision=11398
This commit is contained in:
parent
9dccbcfc55
commit
d784268531
@ -1,9 +0,0 @@
|
|||||||
source $stdenv/setup
|
|
||||||
|
|
||||||
preConfigure() {
|
|
||||||
cd abi
|
|
||||||
}
|
|
||||||
|
|
||||||
preConfigure=preConfigure
|
|
||||||
|
|
||||||
genericBuild
|
|
@ -1,16 +1,16 @@
|
|||||||
{stdenv, fetchurl, pkgconfig, gtk, libglade, libgnomeprint,
|
{stdenv, fetchurl, pkgconfig, gtk, libglade, libgnomeprint,
|
||||||
libgnomeprintui, libgnomecanvas, fribidi, libpng, popt
|
libgnomeprintui, libgnomecanvas, fribidi, libpng, popt, libgsf,
|
||||||
|
enchant, wv
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "abiword-2.4.6";
|
name = "abiword-2.6.0";
|
||||||
builder = ./builder.sh;
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.abisource.com/downloads/abiword/2.4.6/source/abiword-2.4.6.tar.gz;
|
url = http://www.abisource.com/downloads/abiword/2.6.0/source/abiword-2.6.0.tar.gz;
|
||||||
sha256 = "1lzyl9nd545jga1hh5c67kdqajp60i5xc67wvg6jcgzkn41my44q";
|
sha256 = "1fzhfk3bbv65bj9rifhzki57mpsvz4mw89ic3jl0d1zdgg8cxc9m";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [pkgconfig gtk libglade libgnomeprint libgnomeprintui
|
buildInputs = [pkgconfig gtk libglade libgnomeprint libgnomeprintui
|
||||||
libgnomecanvas fribidi libpng popt
|
libgnomecanvas fribidi libpng popt libgsf enchant wv
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -4674,7 +4674,7 @@ let pkgs = rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
abiword = import ../applications/office/abiword {
|
abiword = import ../applications/office/abiword {
|
||||||
inherit fetchurl stdenv pkgconfig fribidi libpng popt;
|
inherit fetchurl stdenv pkgconfig fribidi libpng popt libgsf enchant wv;
|
||||||
inherit (gtkLibs) gtk;
|
inherit (gtkLibs) gtk;
|
||||||
inherit (gnome) libglade libgnomeprint libgnomeprintui libgnomecanvas;
|
inherit (gnome) libglade libgnomeprint libgnomeprintui libgnomecanvas;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user