[Lunar-commits] <moonbase-gnome> Revert "gnumeric: it is in gnome3 now."
Florin Braescu
florin at lunar-linux.org
Sun Mar 3 18:42:45 CET 2013
commit 087aa0e0c775ba3b07216e34e511baab7f918a5d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 09:42:45 -0800
URL: https://github.com/lunar-linux/moonbase-gnome/commit/087aa0e0c775ba3b07216e34e511baab7f918a5d
Revert "gnumeric: it is in gnome3 now."
This reverts commit 80e4b769f0d2cb04e23bff72a35d70d2d62ead06.
---
apps/gnumeric/BUILD | +7/-0
apps/gnumeric/DEPENDS | +29/-0
apps/gnumeric/DETAILS | +20/-0
3 files changed, 56 insertions(+)
--- /dev/null
+++ b/apps/gnumeric/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sedit "s:libgsf-gnome:libgsf:" configure &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/apps/gnumeric/DEPENDS
@@ -0,0 +1,29 @@
+depends goffice
+
+optional_depends libgnomedb "" "" "enable gnome-db for gnumeric"
+optional_depends scrollkeeper "" "--without-gnome" "enable cataloging system"
+
+optional_depends "pygtk" \
+ "--with-python" \
+ "--without-python" \
+ "compile the Python plugin loader"
+
+optional_depends "perl" \
+ "--with-perl" \
+ "--without-perl" \
+ "compile the Perl plugin loader"
+
+optional_depends "libgda" \
+ "--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"
--- /dev/null
+++ b/apps/gnumeric/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=gnumeric
+ MAJOR=1.10
+ VERSION=$MAJOR.17
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:8a59a369bfe232c3f13f0467513182e190d36661
+ WEB_SITE=http://www.gnumeric.org
+ ENTERED=20021224
+ UPDATED=20110801
+ SHORT="The GNOME spreadsheet application"
+
+cat << EOF
+Gnumeric is a powerful spreadsheet application that interoperates well
+with other spreadsheets. It comes with plugins that enable it to deal
+with commonly-used spreadsheet file formats. Gnumeric is intended to
+be a drop-in replacement for commercial spreadsheets.
+Gnumeric will import your existing Excel, 1-2-3, Applix, Sylk, XBase
+and Oleo files. Gnumeric can export to LaTeX 2e (.tex), TROFF (.me)
+and HTML as well.
+EOF
More information about the Lunar-commits
mailing list