Permalink
Please sign in to comment.
Browse files
Revert "gnumeric: it is in gnome3 now."
This reverts commit 80e4b76.
- Loading branch information...
Showing
with
56 additions
and 0 deletions.
- +7 −0 apps/gnumeric/BUILD
- +29 −0 apps/gnumeric/DEPENDS
- +20 −0 apps/gnumeric/DETAILS
@@ -0,0 +1,7 @@ | ||
+( | ||
+ | ||
+ sedit "s:libgsf-gnome:libgsf:" configure && | ||
+ | ||
+ default_build | ||
+ | ||
+) > $C_FIFO 2>&1 |
@@ -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" |
@@ -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 |
0 comments on commit
087aa0e