[Lunar-commits] <moonbase> gnumeric2 >> gnumeric

Samuel Verstraete elangelo at lunar-linux.org
Thu Jul 3 07:35:39 CEST 2008


commit c552c1429044ad73a5dba5b10f5a6171d161558f
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Thu Jul 3 07:35:39 2008 +0200

    gnumeric2 >> gnumeric
---
 gnome2/apps/gnumeric/BUILD                 |   15 ++++++++++++++
 gnome2/apps/gnumeric/DEPENDS               |   30 ++++++++++++++++++++++++++++
 gnome2/apps/gnumeric/DETAILS               |   21 +++++++++++++++++++
 gnome2/apps/gnumeric/profile.d/gnumeric.rc |    2 +
 4 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/gnome2/apps/gnumeric/BUILD b/gnome2/apps/gnumeric/BUILD
new file mode 100644
index 0000000..c65655e
--- /dev/null
+++ b/gnome2/apps/gnumeric/BUILD
@@ -0,0 +1,15 @@
+(
+
+    ./configure --sysconfdir=/etc                               \
+                --prefix=/opt/lunar/$MOD                        \
+                --localstatedir=/var                            \
+                --infodir=/opt/lunar/$MOD/share/info            \
+                --mandir=/opt/lunar/$MOD/share/man              \
+                --with-graphs                                   \
+                $OPTS                                           &&
+
+   default_make                                                 &&
+   install -m 755 -d /usr/share/pixmaps/                        &&
+   cp /opt/lunar/$MOD/share/pixmaps/gnome-gnumeric.png /usr/share/pixmaps/
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/apps/gnumeric/DEPENDS b/gnome2/apps/gnumeric/DEPENDS
new file mode 100644
index 0000000..aee1c38
--- /dev/null
+++ b/gnome2/apps/gnumeric/DEPENDS
@@ -0,0 +1,30 @@
+depends  libgnomeprintui  &&
+depends  goffice2         &&
+
+optional_depends  libgnomedb    ""  ""                 "enable gnome-db for gnumeric"  &&
+optional_depends  scrollkeeper  ""  "--without-gnome"  "enable cataloging system"      &&
+
+optional_depends  "pygtk2" \
+                  "--with-python" \
+                  "--without-python" \
+                  "Compile the Python plugin loader"  &&
+
+optional_depends  "perl" \
+                  "--with-perl" \
+                  "--without-perl" \
+                  "Compile the Perl plugin loader"  &&
+
+optional_depends  "libgda2" \
+                  "--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"
diff --git a/gnome2/apps/gnumeric/DETAILS b/gnome2/apps/gnumeric/DETAILS
new file mode 100644
index 0000000..43dec0c
--- /dev/null
+++ b/gnome2/apps/gnumeric/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=gnumeric
+         VERSION=1.8.3
+          SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/1.8/
+      SOURCE_VFY=sha1:5a6585549bd705bf1d0e590981c3ef38173f8c08
+        WEB_SITE=http://www.gnumeric.org
+         ENTERED=20021224
+         UPDATED=20080702
+           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
diff --git a/gnome2/apps/gnumeric/profile.d/gnumeric.rc b/gnome2/apps/gnumeric/profile.d/gnumeric.rc
new file mode 100644
index 0000000..6b73ea2
--- /dev/null
+++ b/gnome2/apps/gnumeric/profile.d/gnumeric.rc
@@ -0,0 +1,2 @@
+export PATH=$PATH:/opt/lunar/gnumeric/bin
+export XDG_DATA_DIRS=$XDG_DATA_DIRS:/opt/lunar/gnumeric/share


More information about the Lunar-commits mailing list