[Lunar-commits] <moonbase> abiword: Version bump to stable 2.6.2.

Terry Chan tchan at lunar-linux.org
Fri Apr 11 20:44:31 CEST 2008


commit 0a1adef75d8db668ce0831ebff4ee17fc4d60ac5
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Fri Apr 11 13:44:31 2008 -0500

    abiword: Version bump to stable 2.6.2.
    Removed abiword-docs as it is now a seperate download. Included abiword-plugins download
    as this requires abiword sources to build. NOTE: abiword-plugins REQUIRES boost to build.
    Also added enchant to the abiword DEPENDS file.
---
 gnome2/apps/abiword/BUILD   |   11 +++--------
 gnome2/apps/abiword/DEPENDS |   12 +++++++-----
 gnome2/apps/abiword/DETAILS |   18 ++++++++++++------
 3 files changed, 22 insertions(+), 19 deletions(-)

diff --git a/gnome2/apps/abiword/BUILD b/gnome2/apps/abiword/BUILD
index 81ec489..54f95e9 100644
--- a/gnome2/apps/abiword/BUILD
+++ b/gnome2/apps/abiword/BUILD
@@ -1,7 +1,6 @@
 (
 
-  cd    abi       &&                         
-
+  unpack $SOURCE2 &&
   ./configure   --enable-xft                    \
                 --with-libxml2                  \
                 --build=$BUILD                  \
@@ -14,13 +13,9 @@
                 $OPTS                           &&
              
   default_make &&
-  cd ../abiword-docs &&
-  cp man/abiword.1 /usr/share/man/man1 &&
-  mkdir -p $DOCUMENT_DIRECTORY/$MODULE &&
-  cp -p Manual/en/*.abw Changelog/*.abw $DOCUMENT_DIRECTORY/$MODULE/ &&
 
   # Build the plugins
-  cd ../abiword-plugins &&
+  cd abiword-plugins-$VERSION &&
   ./configure   --enable-xft                    \
                 --with-libxml2                  \
                 --build=$BUILD                  \
@@ -32,10 +27,10 @@
                 --with-sys-wv                   \
                 --disable-pdf                   \
                 --disable-gda                   \
+                --with-abiword=$SOURCE_DIRECTORY \
                 $OPTS                           &&
   
   make &&
   make install-strip
-  
 
 ) > $C_FIFO 2>&1
diff --git a/gnome2/apps/abiword/DEPENDS b/gnome2/apps/abiword/DEPENDS
index 31e1a41..a9f8627 100644
--- a/gnome2/apps/abiword/DEPENDS
+++ b/gnome2/apps/abiword/DEPENDS
@@ -1,7 +1,9 @@
-depends  fribidi         &&
-depends  wv              &&
-depends  libgnomeprintui &&
+depends  fribidi
+depends  wv
+depends  libgnomeprintui
+depends  enchant
+depends  boost
 
-optional_depends  "gucharmap" "" "" "enable character map for abiword" &&
-optional_depends  "goffice"   "" "" "enable some plugins for abiword"  &&
+optional_depends  "gucharmap" "" "" "enable character map for abiword"
+optional_depends  "goffice"   "" "" "enable some plugins for abiword" 
 optional_depends  "gtkmathview" "" "" "enable a built-in formula editor"
diff --git a/gnome2/apps/abiword/DETAILS b/gnome2/apps/abiword/DETAILS
index 6c92f87..5d155a6 100644
--- a/gnome2/apps/abiword/DETAILS
+++ b/gnome2/apps/abiword/DETAILS
@@ -1,15 +1,21 @@
           MODULE=abiword
-         VERSION=2.4.6
-          SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=http://www.abisource.com/downloads/$MODULE/$VERSION/source
-   SOURCE_URL[1]=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:3011d221d09336f09f4bb0732add3405961a8623
+         VERSION=2.6.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-plugins-$VERSION.tar.gz
+      SOURCE_URL=http://www.abisource.com/downloads/$MODULE/$VERSION/source
+     SOURCE2_URL=http://www.abisource.com/downloads/$MODULE/$VERSION/source
+      SOURCE_VFY=sha1:b7179ac4c14b476a2abc407aaf534f7b4b7786d7
+     SOURCE2_VFY=sha1:96c48febc058d14907cf069429e32c5d1374a95d
         WEB_SITE=http://www.abisource.com
          ENTERED=20011224
-         UPDATED=20061106
+         UPDATED=20080411
            SHORT="a full-featured, yet light and fast word processor"
 
 cat << EOF
 Abiword is a free word processing program similar to Microsoft Word.
 It is suitable for typing papers, letter, reports, memos and so forth.
+
+NOTE: If you need the equation editor then stick with abiword-2.4.6. That
+plug-in hasn't caught up yet. The abiword devs have said this will be
+fixed eventually.
 EOF


More information about the Lunar-commits mailing list