[Lunar-commits] <moonbase-gnome> Revert "goffice: it is in gnome3 now."
Florin Braescu
florin at lunar-linux.org
Sun Mar 3 18:41:52 CET 2013
commit e7c664f0586d9eafb80c7ad5672fb0ddaefec579
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 09:41:52 -0800
URL: https://github.com/lunar-linux/moonbase-gnome/commit/e7c664f0586d9eafb80c7ad5672fb0ddaefec579
Revert "goffice: it is in gnome3 now."
This reverts commit f65272fe7e98fbc89d0e1c1611eb28836faa6340.
---
desktop/goffice/BUILD | +7/-0
desktop/goffice/DEPENDS | +2/-0
desktop/goffice/DETAILS | +19/-0
3 files changed, 28 insertions(+)
--- /dev/null
+++ b/desktop/goffice/BUILD
@@ -0,0 +1,7 @@
+(
+ # see https://bugzilla.gnome.org/show_bug.cgi?id=670316
+ sed -e 's:glib/gregex.h:glib.h:' -i configure &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/desktop/goffice/DEPENDS
@@ -0,0 +1,2 @@
+depends libgsf
+depends libglade
--- /dev/null
+++ b/desktop/goffice/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=goffice
+ MAJOR=0.8
+ VERSION=$MAJOR.17
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:0c8f578f30746b92f37bd8e6eb13dbbaaa124278
+ WEB_SITE=www.gnome.org
+ ENTERED=20071104
+ UPDATED=20120803
+ 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
More information about the Lunar-commits
mailing list