[Lunar-commits] <moonbase> gnumeric: version bumped to 1.10.3.
Florin Braescu
florin at lunar-linux.org
Wed May 12 05:58:55 CEST 2010
commit 9f0de8d8018e7fda60e6914832d1c2bcc5e0755e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed May 12 06:58:55 2010 +0300
gnumeric: version bumped to 1.10.3.
---
gnome2/apps/gnumeric/BUILD | 17 ++++++++++++-----
gnome2/apps/gnumeric/DETAILS | 22 +++++++++-------------
2 files changed, 21 insertions(+), 18 deletions(-)
diff --git a/gnome2/apps/gnumeric/BUILD b/gnome2/apps/gnumeric/BUILD
index c1a1e70..80f7782 100644
--- a/gnome2/apps/gnumeric/BUILD
+++ b/gnome2/apps/gnumeric/BUILD
@@ -1,9 +1,16 @@
(
- # https://bugs.launchpad.net/gnumeric/+bug/333139
- # Fixes: scg_edit_start: assertion `IS_SHEET_CONTROL_GUI (scg)' failed
- patch_it $SOURCE2 0 &&
-
- default_build
+ sedit "s:libgsf-gnome:libgsf:" configure &&
+
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --enable-svgz \
+ --disable-gtk-doc \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
) > $C_FIFO 2>&1
diff --git a/gnome2/apps/gnumeric/DETAILS b/gnome2/apps/gnumeric/DETAILS
index 46caa7c..0d33307 100644
--- a/gnome2/apps/gnumeric/DETAILS
+++ b/gnome2/apps/gnumeric/DETAILS
@@ -1,24 +1,20 @@
MODULE=gnumeric
- VERSION=1.8.4
+ MAJOR=1.10
+ VERSION=$MAJOR.3
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=gnumeric-1.8.4-is-sheet-control-gui.patch.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL=$GNOME_URL/sources/$MODULE/1.8/
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:2d765b0d06509e0695c4d3ec96b94f8acba88735
- SOURCE2_VFY=sha1:4851b006116f0beb14abbb5f3837020bb36b7133
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:06987beea6dd10e27f04c3fb72929f81b0381e0d
WEB_SITE=http://www.gnumeric.org
ENTERED=20021224
- UPDATED=20090829
- SHORT="the GNOME spreadsheet application"
+ UPDATED=20100512
+ 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
+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 Oleo files. Gnumeric can export to LaTeX 2e (.tex), TROFF (.me)
and HTML as well.
EOF
More information about the Lunar-commits
mailing list