From cce1471250e27fd8a1c1569c42941ae61030191f Mon Sep 17 00:00:00 2001 From: v4hn Date: Wed, 20 Feb 2013 02:26:31 +0100 Subject: [PATCH] goffice: added to gnome3 and version bumped --- libs/goffice/DEPENDS | 11 +++++++++++ libs/goffice/DETAILS | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 libs/goffice/DEPENDS create mode 100644 libs/goffice/DETAILS diff --git a/libs/goffice/DEPENDS b/libs/goffice/DEPENDS new file mode 100644 index 00000000..845c1ee1 --- /dev/null +++ b/libs/goffice/DEPENDS @@ -0,0 +1,11 @@ +depends glib-2 +depends libgsf +depends libxml2 +depends cairo +depends pango +depends librsvg +depends gdk-pixbuf +depends gtk+-3 + +optional_depends lasem "--with-lasem" "--without-lasem" "for SVG/MathML rendering" +optional_depends libspectre "" "" "support embedded EPS" diff --git a/libs/goffice/DETAILS b/libs/goffice/DETAILS new file mode 100644 index 00000000..55b6086f --- /dev/null +++ b/libs/goffice/DETAILS @@ -0,0 +1,18 @@ + MODULE=goffice + VERSION=0.10.0 + SOURCE=$MODULE-$VERSION.tar.xz + SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*} + SOURCE_VFY=sha1:e6458d7feb41c6b76ba6351a84c7da676a9918fd + WEB_SITE=www.gnome.org + ENTERED=20071104 + UPDATED=20130219 + 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