gnumeric r16698 - in trunk: plugins/excel tools



Author: jody
Date: Thu Jul  3 15:39:53 2008
New Revision: 16698
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16698&view=rev

Log:
quicky jhbuild setup

Added:
   trunk/tools/jhbuildrc
   trunk/tools/moduleset
Modified:
   trunk/plugins/excel/xlsx-read-pivot.c

Modified: trunk/plugins/excel/xlsx-read-pivot.c
==============================================================================
--- trunk/plugins/excel/xlsx-read-pivot.c	(original)
+++ trunk/plugins/excel/xlsx-read-pivot.c	Thu Jul  3 15:39:53 2008
@@ -733,6 +733,7 @@
 	XLSXReadState *state = (XLSXReadState *)xin->user_state;
 #endif
 }
+
 static void
 xlsx_CT_TupleCache (GsfXMLIn *xin, xmlChar const **attrs)
 {
@@ -740,6 +741,7 @@
 	XLSXReadState *state = (XLSXReadState *)xin->user_state;
 #endif
 }
+
 static void
 xlsx_CT_CalculatedItems (GsfXMLIn *xin, xmlChar const **attrs)
 {
@@ -747,6 +749,7 @@
 	XLSXReadState *state = (XLSXReadState *)xin->user_state;
 #endif
 }
+
 static void
 xlsx_CT_CalculatedMembers (GsfXMLIn *xin, xmlChar const **attrs)
 {
@@ -754,6 +757,7 @@
 	XLSXReadState *state = (XLSXReadState *)xin->user_state;
 #endif
 }
+
 static void
 xlsx_CT_Dimensions (GsfXMLIn *xin, xmlChar const **attrs)
 {
@@ -761,6 +765,7 @@
 	XLSXReadState *state = (XLSXReadState *)xin->user_state;
 #endif
 }
+
 static void
 xlsx_CT_MeasureGroups (GsfXMLIn *xin, xmlChar const **attrs)
 {
@@ -768,6 +773,7 @@
 	XLSXReadState *state = (XLSXReadState *)xin->user_state;
 #endif
 }
+
 static void
 xlsx_CT_MeasureDimensionMaps (GsfXMLIn *xin, xmlChar const **attrs)
 {

Added: trunk/tools/jhbuildrc
==============================================================================
--- (empty file)
+++ trunk/tools/jhbuildrc	Thu Jul  3 15:39:53 2008
@@ -0,0 +1,47 @@
+# -*- mode: python -*-
+
+# edit this file to match your settings and copy it to ~/.jhbuildrc
+
+# if you have a GNOME svn account, uncomment this line
+#repos['svn.gnome.org'] = 'svn+ssh://user svn gnome org/svn/'
+
+
+# what module set should be used.  The default at the moment is 'gnome-2.16',
+# but it can be any of the files in the modulesets directory, or even
+# the URL of a module set file on a web server.
+# moduleset = 'gnome-2.18'
+
+# A list of the modules to build.  Defaults to the Gnome Desktop and
+# developer platform.
+moduleset = '/gnome/src/gnumeric/tools/moduleset'
+#moduleset = checkoutroot = os.path.expanduser('~/gnome/src')
+modules = [ 'gnumeric' ]
+
+# what directory should the source be checked out to?
+checkoutroot = os.path.expanduser('~/checkout/gnome2')
+
+# the prefix to configure/install modules to (must have write access)
+prefix		= os.path.expanduser('~/gnome/build')
+checkoutroot	= os.path.expanduser('~/gnome/src')
+
+# if you do not want to use system-installed libraries for your builds, comment
+# out the lines below
+addpath('PKG_CONFIG_PATH', os.path.join(os.sep, 'usr', 'lib', 'pkgconfig'))
+addpath('PKG_CONFIG_PATH', os.path.join(os.sep, 'usr', 'share', 'pkgconfig'))
+
+# extra arguments to pass to all autogen.sh scripts
+# to speed up builds of gnome2, try '--disable-static --disable-gtk-doc'
+# it is also possible to set CFLAGS this way, 'CFLAGS="-g -O2"' for example
+#autogenargs=''
+
+# On SMP systems you may use something like this to improve compilation time:
+# be aware that not all modules compile correctly with make -j2
+#make_args = '-j2'
+
+# a alternative install program to use.
+# The included install-check program won't update timestamps if the
+# header hasn't changed
+os.environ['INSTALL'] = os.path.expanduser('~/bin/install-check')
+
+autogenargs += ' --prefix='+prefix 
+module_autogenargs['libgsf']	= autogenargs + """ --without-gnome-vfs --without-bonobo"""

Added: trunk/tools/moduleset
==============================================================================
--- (empty file)
+++ trunk/tools/moduleset	Thu Jul  3 15:39:53 2008
@@ -0,0 +1,26 @@
+<?xml version="1.0" ?>
+<!DOCTYPE doc [
+]>
+<moduleset>
+    <repository type="svn" name="svn.gnome.org" default="yes"
+		href="http://svn.gnome.org/svn/"/>
+
+    <autotools id="libgsf" version="trunk">
+	<branch/>
+	<dependencies>
+	</dependencies>
+    </autotools>
+    <autotools id="goffice" version="trunk">
+	<branch/>
+	<dependencies>
+	    <dep package="libgsf"/>
+	</dependencies>
+    </autotools>
+    <autotools id="gnumeric" version="trunk">
+	<branch/>
+	<dependencies>
+	    <dep package="goffice"/>
+	    <dep package="libgsf"/>
+	</dependencies>
+    </autotools>
+</moduleset>



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