[Lunar-commits] r16882 - in moonbase/trunk/libs: . goffice
Terry Chan
tchan at lunar-linux.org
Mon Oct 10 22:15:03 UTC 2005
Author: tchan
Date: 2005-10-10 22:15:02 +0000 (Mon, 10 Oct 2005)
New Revision: 16882
Added:
moonbase/trunk/libs/goffice/
moonbase/trunk/libs/goffice/BUILD
moonbase/trunk/libs/goffice/DEPENDS
moonbase/trunk/libs/goffice/DETAILS
Log:
Added goffice-0.1.0 to moonbase. gnumeric2-1.6.0 requires this and abiword
can now use it as well.
Added: moonbase/trunk/libs/goffice/BUILD
===================================================================
--- moonbase/trunk/libs/goffice/BUILD 2005-10-10 21:57:44 UTC (rev 16881)
+++ moonbase/trunk/libs/goffice/BUILD 2005-10-10 22:15:02 UTC (rev 16882)
@@ -0,0 +1,13 @@
+(
+
+ ./configure --prefix=${GNOME26_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME26_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
+
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/libs/goffice/DEPENDS
===================================================================
--- moonbase/trunk/libs/goffice/DEPENDS 2005-10-10 21:57:44 UTC (rev 16881)
+++ moonbase/trunk/libs/goffice/DEPENDS 2005-10-10 22:15:02 UTC (rev 16882)
@@ -0,0 +1,2 @@
+depends libgsf &&
+depends libglade2
Added: moonbase/trunk/libs/goffice/DETAILS
===================================================================
--- moonbase/trunk/libs/goffice/DETAILS 2005-10-10 21:57:44 UTC (rev 16881)
+++ moonbase/trunk/libs/goffice/DETAILS 2005-10-10 22:15:02 UTC (rev 16882)
@@ -0,0 +1,18 @@
+ MODULE=goffice
+ MAJOR=0.1
+ VERSION=0.1.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:4b8110af04b1555eb6f5c77247db1752d77672ac
+ WEB_SITE=www.gnome.org
+ ENTERED=20051010
+ UPDATED=20051010
+ SHORT="A glib/gtk set of document centric objects and utilities"
+cat << EOF
+GOffice provides some added capabilities for abiword and gnumeric2.
+There are common operations for document centric applications that are
+conceptually simple, but complex to implement fully.
+ - plugins
+ - load/save documents
+ - undo/redo
+EOF
More information about the Lunar-commits
mailing list