[SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (62abb4900fa1b3f7218e482a9c1edf400e7ba968)

Mathieu Lonjaret scm at sourcemage.org
Tue Aug 19 12:36:40 EDT 2008


GIT changes to master grimoire by Mathieu Lonjaret <lejatorn at sourcemage.org>:

 doc/thinkcs-python/BUILD     |    3 ++-
 doc/thinkcs-python/DEPENDS   |    3 ++-
 doc/thinkcs-python/HISTORY   |    4 ++++
 doc/thinkcs-python/INSTALL   |    5 ++---
 doc/thinkcs-python/PRE_BUILD |   11 +++++++----
 5 files changed, 17 insertions(+), 9 deletions(-)

New commits:
commit de1a41aeefca9027063287ad19781fc985f8dcbf
Author: Mathieu Lonjaret <lejatorn at sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn at sourcemage.org>

    thinkcs-python: fixes bug 12213

diff --git a/doc/thinkcs-python/BUILD b/doc/thinkcs-python/BUILD
index 8f58e6d..bec3b1a 100755
--- a/doc/thinkcs-python/BUILD
+++ b/doc/thinkcs-python/BUILD
@@ -1 +1,2 @@
-make
+make &&
+unlink ${INSTALL_ROOT}/usr/share/texmf/tex/latex/graphics/psfig.sty
\ No newline at end of file
diff --git a/doc/thinkcs-python/DEPENDS b/doc/thinkcs-python/DEPENDS
index 77e4d5b..9c15977 100755
--- a/doc/thinkcs-python/DEPENDS
+++ b/doc/thinkcs-python/DEPENDS
@@ -1 +1,2 @@
-depends  tetex
+depends tetex &&
+depends tetex-texmf
diff --git a/doc/thinkcs-python/HISTORY b/doc/thinkcs-python/HISTORY
index 614d57c..031ddf5 100644
--- a/doc/thinkcs-python/HISTORY
+++ b/doc/thinkcs-python/HISTORY
@@ -1,3 +1,7 @@
+2008-08-19 Mathieu Lonjaret <lejatorn at sourcemage.org>
+	* DEPENDS, PRE_BUILD, BUILD: symlink hack to fix #12213
+	* INSTALL: formating
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 
diff --git a/doc/thinkcs-python/INSTALL b/doc/thinkcs-python/INSTALL
index 8428d98..9df62f2 100755
--- a/doc/thinkcs-python/INSTALL
+++ b/doc/thinkcs-python/INSTALL
@@ -1,3 +1,2 @@
-install --directory         ${INSTALL_ROOT}/usr/share/doc/$SPELL   &&
-
-install -m 644  thinkCSpy.* ${INSTALL_ROOT}/usr/share/doc/$SPELL
+install --directory         ${INSTALL_ROOT}/usr/share/doc/$SPELL &&
+install -m 644  thinkCSpy.* ${INSTALL_ROOT}/usr/share/doc/$SPELL 
diff --git a/doc/thinkcs-python/PRE_BUILD b/doc/thinkcs-python/PRE_BUILD
index f454775..de97030 100755
--- a/doc/thinkcs-python/PRE_BUILD
+++ b/doc/thinkcs-python/PRE_BUILD
@@ -1,4 +1,7 @@
-mk_source_dir  $SOURCE_DIRECTORY  &&
-cd             $SOURCE_DIRECTORY  &&
-unpack_file         &&
-mv  tex/*  . 
+mk_source_dir  $SOURCE_DIRECTORY                      &&
+cd             $SOURCE_DIRECTORY                      &&
+unpack_file                                           &&
+mv  tex/*  .                                          &&
+cd ${INSTALL_ROOT}/usr/share/texmf/tex/latex/graphics &&
+ln -s epsfig.sty psfig.sty                            &&
+cd $SOURCE_DIRECTORY 



More information about the SM-Commit mailing list