Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/editors
In directory usw-pr-cvs1:/tmp/cvs-serv6213

Added Files:
        abiword-1.0.3-1.info abiword-1.0.3-1.patch 
Log Message:
New upstream version.


--- NEW FILE: abiword-1.0.3-1.info ---
Package: abiword
Version: 1.0.3
Revision: 1
Depends: gtk+-shlibs, libxml2-shlibs (>= 2.4.23-4), libpng-shlibs, libjpeg-shlibs, 
dillo
BuildDepends: gtk+, libxml2 (>= 2.4.23-4), libjpeg, libpng
Description: Open-source word processor
DescDetail: <<
Builds the unix/gtk+ version - native MacOS X version under development.

Features include:
    * Basic character formatting (bold, underline, italics, etc.)
    * Advances character formatting (Superscript, Subscript, line and paragraph 
spaceing, etc.)
    * Paragraph alignment and indentation
    * Tabs (Left, Center, Right, Decimal)
    * Columns (One, Two or Three)
    * Lists (bulleted and numbered)
    * Spell-check
    * Import of Word97/2000 and RTF, Palm, Psion, DocBook and XHTML documents
    * Export to RTF, Palm, Psion, XHTML, Text, and LaTeX formats
    * Interactive rulers
    * Styles
    * Unlimited undo/redo
    * Widow/orphan control
    * Find/Replace
    * Images
    * Fields (Page Number, Date Time)
<<
Source: mirror:custom:%n/%n-%v.tar.gz
Source-MD5: 01336526136b7fbc66328d80931710e3
CustomMirror: <<
 nam-US: http://telia.dl.sourceforge.net/sourceforge/
 nam-US: http://unc.dl.sourceforge.net/sourceforge/
 eur-BE: http://belnet.dl.sourceforge.net/sourceforge/
<<
Patch: %f.patch
ConfigureParams: --disable-gnome --disable-Cocoa --disable-Carbon 
--with-libpng-prefix=%p --with-libjpeg-prefix=%p --with-libxml2
CompileScript: <<
 (cd abi; export PATH="/usr/bin/":$PATH; ./autogen.sh)
 (cd abi; ./configure %c; make)
<<
InstallScript: (cd abi; make install DESTDIR=%d)
DocFiles: abi/BUILD.TXT abi/COPYING abi/COPYRIGHT.TXT abi/README.TXT abi/COPYRIGHT.TXT
DescPort: <<
 Patch to launch dillo as help viewer.
 This can be overridden with BROWSER environment variable.

 Patch to prevent wv from picking up fink installed ms-ole.h 
 (from libole2 package).

 Patch to wrapper script to set LANG to eng_us if unset.  Starting
 abiword with LANG variable unset results in a crash.

 CompileScript forces use of Apple supplied automake, autoconf - 
 fink version doesn't work for some reason (as of 9/3/2002).
<<
License: GPL
Homepage: http://www.abiword.com
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>

--- NEW FILE: abiword-1.0.3-1.patch ---
--- abiword-1.0.1/abi/src/af/xap/unix/xap_UnixFrame.cpp.orig    Sat Apr 27 06:40:31 
2002
+++ abiword-1.0.1/abi/src/af/xap/unix/xap_UnixFrame.cpp Sat Apr 27 06:41:04 2002
@@ -1000,7 +1000,7 @@
 
        // ORDER:
        // Use value of environment variable BROWSER, if valid; otherwise:
-       // 1) konqueror
+       // 1) dillo
        // 2) mozilla
        // 3) netscape
        // 4) kdehelp
@@ -1024,9 +1024,9 @@
        }
        if (fmtstring == 0)
        {
-               if(progExists("konqueror"))
+               if(progExists("dillo"))
                {
-                       fmtstring = "konqueror '%s' &";
+                       fmtstring = "dillo '%s' &";
                        execstring = g_strdup_printf(fmtstring, szURL);
                }
                else if(progExists("galeon"))
--- abiword-1.0.1/wv/libole2/Makefile.in.orig   Tue Apr 30 15:18:12 2002
+++ abiword-1.0.1/wv/libole2/Makefile.in        Tue Apr 30 15:18:41 2002
@@ -13,7 +13,7 @@
 HAVE_GLIB = @HAVE_GLIB@
 HAVE_GNOMEVFS= @HAVE_GNOMEVFS@
 
-CFLAGS = @CPPFLAGS@ @CFLAGS@ @DEFS@ -I$(srcdir)/ -I$(srcdir)/.. 
-DTTFDIR=\"$(datadir)/wv/ttf\" -I$(srcdir)/../libole2 @WMF_CFLAGS@ @GLIB_CFLAGS@
+CFLAGS = @CFLAGS@ @DEFS@ -I$(srcdir)/ -I$(srcdir)/.. -DTTFDIR=\"$(datadir)/wv/ttf\" 
+-I$(srcdir)/../libole2 @CPPFLAGS@ @WMF_CFLAGS@ @GLIB_CFLAGS@
 ifneq ($(HAVE_GLIB), 1)
 CFLAGS += -I$(srcdir)/../glib-wv/
 endif
--- abiword-1.0.1/abi/src/pkg/common/unix/scripts/makewrapper.sh.orig   Thu May  2 
05:30:41 2002
+++ abiword-1.0.1/abi/src/pkg/common/unix/scripts/makewrapper.sh        Thu May  2 
+05:32:50 2002
@@ -74,6 +74,12 @@
 # locale-specific dirs could be added to it.
 ABISUITE_FONT_PATH=\$ABISUITE_FONT_HOME
 
+#set LANG to eng_us if unset (otherwise crash results on OS X gtk+).
+if [ -z "$LANG" ]
+then 
+    export LANG=en_US
+fi
+
 #now try to guess locale
 locale=\$LC_ALL        #it's incorrect to set this variable, but someone
                #might set it incorrectly.
--- abiword-1.0.3/abi/src/wp/main/unix/GNUmakefile.am.orig      Thu Nov  7 14:49:52 
2002
+++ abiword-1.0.3/abi/src/wp/main/unix/GNUmakefile.am   Thu Nov  7 14:50:06 2002
@@ -32,7 +32,7 @@
        $(AF_INCLUDES) $(WP_INCLUDES) $(OTHER_INCLUDES) \
        $(TEXT_INCLUDES) @GMODULE_CFLAGS@ @GTK_CFLAGS@ 
 
-AbiWord_s_LDFLAGS = -static
+AbiWord_s_LDFLAGS =
 
 AbiWord_d_SOURCES = abi_ver.cpp UnixMain.cpp
 AbiWord_s_SOURCES = abi_ver.cpp UnixMain.cpp



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to