[Lunar-commits] <moonbase> goffice: version bumped to 0.8.3. move it to gnome2/desktop dir.

Florin Braescu florin at lunar-linux.org
Tue May 11 21:38:23 CEST 2010


commit c4f411ee0f18bfe8bcd7a14534c9f905e9bc3bc4
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue May 11 22:38:23 2010 +0300

    goffice: version bumped to 0.8.3. move it to gnome2/desktop dir.
---
 gnome2/desktop/goffice/BUILD   |   12 ++++++++++++
 gnome2/desktop/goffice/DEPENDS |    4 ++++
 gnome2/desktop/goffice/DETAILS |   19 +++++++++++++++++++
 libs/goffice/BUILD             |   13 -------------
 libs/goffice/DEPENDS           |    3 ---
 libs/goffice/DETAILS           |   20 --------------------
 6 files changed, 35 insertions(+), 36 deletions(-)

diff --git a/gnome2/desktop/goffice/BUILD b/gnome2/desktop/goffice/BUILD
new file mode 100644
index 0000000..9d5c928
--- /dev/null
+++ b/gnome2/desktop/goffice/BUILD
@@ -0,0 +1,12 @@
+(
+  
+   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
+                --build=$BUILD        \
+                --sysconfdir=/etc     \
+                --localstatedir=/var  \
+                --infodir=${GNOME210_PREFIX:-/usr}/share/info  \
+                --mandir=${GNOME210_PREFIX:-/usr}/share/man    \
+                $OPTS                                         &&
+    default_make
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/goffice/DEPENDS b/gnome2/desktop/goffice/DEPENDS
new file mode 100644
index 0000000..11d1682
--- /dev/null
+++ b/gnome2/desktop/goffice/DEPENDS
@@ -0,0 +1,4 @@
+depends libgsf
+depends libglade
+
+optional_depends cairo "--with-cairo" "--without-cairo" "Enables cairo rendering, needed for gnucash"
diff --git a/gnome2/desktop/goffice/DETAILS b/gnome2/desktop/goffice/DETAILS
new file mode 100644
index 0000000..cf391b5
--- /dev/null
+++ b/gnome2/desktop/goffice/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=goffice
+           MAJOR=0.8
+         VERSION=$MAJOR.3
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:bfd09464691e16b45e1666d7619b0857badee4cb
+        WEB_SITE=www.gnome.org
+         ENTERED=20071104
+         UPDATED=20100511
+           SHORT="A glib/gtk set of document centric objects and utilities"
+
+cat << EOF
+GOffice provides some added capabilities for abiword and gnumeric2 and gnucash.
+There are common operations for document centric applications that are
+conceptually simple, but complex to implement fully.
+    - plugins
+    - load/save documents
+    - undo/redo
+EOF
diff --git a/libs/goffice/BUILD b/libs/goffice/BUILD
deleted file mode 100644
index 15e177e..0000000
--- a/libs/goffice/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-(
-  
-   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
-                --build=$BUILD                    \
-                --sysconfdir=/etc                 \
-                --localstatedir=/var              \
-                --infodir=${GNOME210_PREFIX:-/usr}/share/info \
-                --mandir=${GNOME210_PREFIX:-/usr}/share/man   \
-                $OPTS                             &&
-    default_make
-
-    
-) > $C_FIFO 2>&1
diff --git a/libs/goffice/DEPENDS b/libs/goffice/DEPENDS
deleted file mode 100644
index 4d0a267..0000000
--- a/libs/goffice/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends libgsf
-depends libglade
-optional_depends cairo "--with-cairo" "--without-cairo" "Enables cairo rendering, needed for gnucash"
diff --git a/libs/goffice/DETAILS b/libs/goffice/DETAILS
deleted file mode 100644
index 61f2915..0000000
--- a/libs/goffice/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
-          MODULE=goffice
-           MAJOR=0.6
-         VERSION=0.6.4
-          SOURCE=$MODULE-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION/
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
-      SOURCE_VFY=sha1:b6ce7576396fc69a1a44c9fea4b2b2f159948101
-        WEB_SITE=www.gnome.org
-         ENTERED=20071104
-         UPDATED=20080702
-           SHORT="A glib/gtk set of document centric objects and utilities"
-cat << EOF
-This version is specific to gnucash-2.2.x.
-GOffice provides some added capabilities for abiword and gnumeric2 and gnucash.
-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