[Lunar-commits] r21756 - moonbase/trunk/gnome2-apps/gnumeric2

Terry Chan tchan at lunar-linux.org
Wed Oct 11 15:37:42 UTC 2006


Author: tchan
Date: 2006-10-11 15:37:42 +0000 (Wed, 11 Oct 2006)
New Revision: 21756

Modified:
   moonbase/trunk/gnome2-apps/gnumeric2/BUILD
   moonbase/trunk/gnome2-apps/gnumeric2/DEPENDS
Log:
Updating this module with some of the suggested changes by Stelz. Tested against
the current moonbase.


Modified: moonbase/trunk/gnome2-apps/gnumeric2/BUILD
===================================================================
--- moonbase/trunk/gnome2-apps/gnumeric2/BUILD	2006-10-11 14:44:22 UTC (rev 21755)
+++ moonbase/trunk/gnome2-apps/gnumeric2/BUILD	2006-10-11 15:37:42 UTC (rev 21756)
@@ -2,13 +2,9 @@
    
     ./configure --sysconfdir=/etc                               \
                 --prefix=/opt/lunar/$MOD		 	\
-		--localstatedir=/var				\
-		--infodir=/opt/lunar/$MOD/share/info		\
-		--mandir=/opt/lunar/$MOD/share/man		\
-                --with-python                                   \
-                --with-guile                                    \
-                --with-gda                                      \
-                --with-bonobo                                   \
+                --localstatedir=/var				\
+                --infodir=/opt/lunar/$MOD/share/info		\
+                --mandir=/opt/lunar/$MOD/share/man		\
                 --with-graphs                                   \
                 $OPTS                                           && 
 

Modified: moonbase/trunk/gnome2-apps/gnumeric2/DEPENDS
===================================================================
--- moonbase/trunk/gnome2-apps/gnumeric2/DEPENDS	2006-10-11 14:44:22 UTC (rev 21755)
+++ moonbase/trunk/gnome2-apps/gnumeric2/DEPENDS	2006-10-11 15:37:42 UTC (rev 21756)
@@ -1,9 +1,31 @@
 depends  libgnomeprintui  &&
-depends  libgnomeui       &&
-depends  libgda2          &&
-depends  gal2             &&
-depends  Python           &&
 depends  goffice          &&
 
 optional_depends  libgnomedb    ""  ""                 "enable gnome-db for gnumeric"  &&
-optional_depends  scrollkeeper  ""  "--without-gnome"  "enable cataloging system"
+optional_depends  libgda2       ""  ""                 "enable gnome-db for gnumeric"  &&
+optional_depends  scrollkeeper  ""  "--without-gnome"  "enable cataloging system"      &&
+
+optional_depends  "pygtk2" \
+                  "--with-python" \
+                  "--without-python" \
+                  "Compile the Python plugin loader"  &&
+
+optional_depends  "perl" \
+                  "--with-perl" \
+                  "--without-perl" \
+                  "Compile the Perl plugin loader"  &&
+
+optional_depends  "libgda2" \
+                  "--with-gda" \
+                  "--without-gda" \
+                  "Compile the Gnome Database Access plugin"  &&
+
+optional_depends  "psiconv" \
+                  "--with-psiconv" \
+                  "--without-psiconv" \
+                  "Compile with Psiconv support"  &&
+
+optional_depends  "libgnomeui" \
+                  "--with-gnome" \
+                  "--without-gnome" \
+                  "Compile with gnome support"



More information about the Lunar-commits mailing list