[Lunar-commits] CVS: moonbase/gnome2-apps/abiword BUILD, 1.4, 1.5 DETAILS, 1.9, 1.10

Terry Chan tchan at lunar-linux.org
Sun Apr 4 07:12:02 GMT 2004


Update of /var/cvs/lunar/moonbase/gnome2-apps/abiword
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12640

Modified Files:
	BUILD DETAILS 
Log Message:
Version bump to 2.0.6.  Compiled and tested with gcc-3.3.3 and kernel
headers 2.4.x.  Reworked the BUILD script to install a large portion of the
abiword Docs that were simply being ignored previously.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/abiword/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	10 Mar 2004 00:30:46 -0000	1.4
+++ BUILD	4 Apr 2004 07:11:59 -0000	1.5
@@ -14,7 +14,12 @@
 		--mandir=/usr/share/man				\
 		--with-sys-wv                                   &&
              
-  default_make 
-            
+  default_make &&
+  cd ../abiword-docs &&
+  sedit "s/\/local//" Makefile &&
+  make &&
+  cp man/abiword.8 /usr/share/man/man8 &&
+  mkdir -p $DOCUMENT_DIRECTORY/$MODULE &&
+  cp -p Manual/en/* Changelog/* $DOCUMENT_DIRECTORY/$MODULE/
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/abiword/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS	10 Mar 2004 00:30:46 -0000	1.9
+++ DETAILS	4 Apr 2004 07:11:59 -0000	1.10
@@ -1,14 +1,14 @@
           MODULE=abiword
-         VERSION=2.0.5
-        #VERSION=2.0.4
+         VERSION=2.0.6
+        #VERSION=2.0.5
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
-      SOURCE_VFY=md5:d5f921cf8a661609d1082db9d66a9a5d
+      SOURCE_VFY=md5:80379d6a61ec0faad0665e9b83f47e62
         WEB_SITE=http://www.abisource.org/
       MAINTAINER=nhudson at lunar-linux.org
          ENTERED=20011224
-         UPDATED=20040309
+         UPDATED=20040404
            SHORT="abiword is a word processor"
 cat << EOF
 Abiword is a free word processing program similar to Microsoft Word.



More information about the Lunar-commits mailing list