The branch, 2.0.x, has been updated.

- Log -----------------------------------------------------------------

commit 101104bf5e867de9064271d2eabc7f84e6c3f2c2
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Sat Jan 12 15:27:50 2013 +0100

    chkconfig.ltx: check for packages needed by doc file
    
    - also change the checking order to get an at least partially working LyX 
if the Internet connection breaks during the installation of missing packages

diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx
index d64e9fc..8a5e902 100644
--- a/lib/chkconfig.ltx
+++ b/lib/chkconfig.ltx
@@ -233,13 +233,6 @@
 \fi
 
 
-%%% Document classes
-% The list of layout files has been put in this file here by the
-% configure script.
-\input{chklayouts}
-\input{chkmodules}
-
-
 %%% Packages
 \TestPackage{accents}
 \TestPackage{algorithm}
@@ -326,11 +319,15 @@
 \TestPackage{braket}
 \TestPackage{cancel}
 \TestPackage{colortbl}
+\TestPackage{diagbox}
+\TestPackage{etoolbox}
 \TestPackage{eurosym}
+\TestPackage{fp}
 \TestPackage{marginnote}
 \TestPackage{picinpar}
+\TestPackage{pict2e}
 \TestPackage{sidecap}
-\TestPackage{was}
+\TestPackage{upgreek}
 
 % psnfss is in fact the name of a set of style files, among which
 % times.sty. If times.sty is here, we will assume that everything is fine.
@@ -376,6 +373,12 @@
 \TestPackage{txfonts}
 \TestPackage{wasysym}
 
+%%% Document classes
+% The list of layout files has been put in this file here by the
+% configure script.
+\input{chklayouts}
+\input{chkmodules}
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%% END ACTUAL CONFIGURATION INSPECTION CODE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

-----------------------------------------------------------------------

Summary of changes:
 lib/chkconfig.ltx |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to