[gnumeric] [wi32] add lasem, start on autobuild



commit 388dab440fbdb42a176f0207d114b34826a2d9f3
Author: Jody Goldberg <jody gnome org>
Date:   Tue May 12 13:50:17 2009 -0400

    [wi32] add lasem, start on autobuild

 configure.in            |    2 +-
 tools/win32/Makefile.am |    8 ++++++++
 tools/win32/build.in    |    8 --------
 tools/win32/moduleset   |    8 +++-----
 4 files changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/configure.in b/configure.in
index 1232224..ecb5a43 100644
--- a/configure.in
+++ b/configure.in
@@ -1089,7 +1089,7 @@ templates/autoformat/Makefile
 test/Makefile
 tools/Makefile
 tools/win32/gnumeric.nsi
-tools/win32/build
+tools/win32/Makefile
 component/Makefile
 ])
 
diff --git a/tools/win32/Makefile.am b/tools/win32/Makefile.am
new file mode 100755
index 0000000..1fe7aa9
--- /dev/null
+++ b/tools/win32/Makefile.am
@@ -0,0 +1,8 @@
+WINEDIR=${HOME}/.wine/drive_c
+
+setup :
+	if [ ! -L Python25 ]; then		ln -s ${WINEDIR}/Python25 ; fi
+	if [ ! -d bin ]; then			mkdir bin; fi
+	if [ ! -d bin/libpython25.dll ]; then (	cd bin ; ln -s ${WINEDIR}/windows/system32/python25.dll libpython25.dll ) ; fi
+	if [ ! -d lib ]; then			mkdir lib; fi
+	if [ ! -d lib/libpython25.a ]; then (	cd lib ; ln -s ${WINEDIR}/Python25/libs/libpython25.a libpython25.a ) ; fi
diff --git a/tools/win32/moduleset b/tools/win32/moduleset
index fb63db1..fb32922 100644
--- a/tools/win32/moduleset
+++ b/tools/win32/moduleset
@@ -18,8 +18,6 @@
     <repository type="tarball" name="cairographics"
 		href="http://cairographics.org/releases/"/>
 
-    <repository type="git" name="emmanuel"
-		href="http://cgit.freedesktop.org/~emmanuel/gmathml"/>
     <repository type="tarball" name="debian"
 		href="http://ftp.debian.org/debian/pool/main/"/>
 
@@ -336,8 +334,8 @@
 	</dependencies>
     </autotools>
 
-    <autotools id="gmathml">
-	<branch repo="emmanuel"/>
+    <autotools id="lasem">
+	<branch/>
 	<dependencies>
 	    <dep package="gtk+"/>
 	</dependencies>
@@ -352,7 +350,7 @@
 	    <dep package="libxml2"/>
 	    <dep package="pango"/>
 	    <dep package="libglade"/>
-	    <dep package="gmathml"/>
+	    <dep package="lasem"/>
 	</dependencies>
     </autotools>
     <autotools id="gnumeric">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]