summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2007-02-25 22:17:27 +0400
committerGeorge Sherwood2007-02-25 22:17:27 +0400
commitd87fcca1fe612d1ff6e68438e5d46331115e98c5 (patch)
treede1f521e6224223f0c6144421bd55a01c9c575a4
parentc89c2f018f5cb4302b5cef9daaef0eeda50f962c (diff)
abiword: Added devel version 2.5.1.
-rwxr-xr-xgnome2-apps/abiword/BUILD7
-rwxr-xr-xgnome2-apps/abiword/DETAILS9
-rw-r--r--gnome2-apps/abiword/HISTORY4
-rw-r--r--gnome2-apps/abiword/abiword-2.5.1.tar.gz.sigbin0 -> 280 bytes
4 files changed, 13 insertions, 7 deletions
diff --git a/gnome2-apps/abiword/BUILD b/gnome2-apps/abiword/BUILD
index 0b084106fb..b79fe29a3f 100755
--- a/gnome2-apps/abiword/BUILD
+++ b/gnome2-apps/abiword/BUILD
@@ -1,6 +1,7 @@
-cd abi &&
-
-sedit "s/-pedantic -ansi//g" configure &&
+if [ "$DEVEL" == "n" ]; then
+cd abi &&
+sedit "s/-pedantic -ansi//g" configure
+fi
if [ "$THREADS" == "y" ]; then
OPTS="$OPTS --enable-threads"
diff --git a/gnome2-apps/abiword/DETAILS b/gnome2-apps/abiword/DETAILS
index 57103bab68..3b737db0fb 100755
--- a/gnome2-apps/abiword/DETAILS
+++ b/gnome2-apps/abiword/DETAILS
@@ -1,15 +1,16 @@
SPELL=abiword
if [ "$DEVEL" == "y" ] ;then
- VERSION=2.4.6
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=2.5.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.abisource.com/downloads/abiword/$VERSION/source/$SOURCE
else
VERSION=2.4.6
SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[1]=http://www.abisource.com/downloads/abiword/$VERSION/source/$SOURCE
fi
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_URL[1]=http://www.abisource.com/downloads/abiword/$VERSION/source/$SOURCE
LICENSE[0]=GPL
WEB_SITE=http://www.abisource.com
ENTERED=20030429
diff --git a/gnome2-apps/abiword/HISTORY b/gnome2-apps/abiword/HISTORY
index aaa059b178..e4c26e3ff7 100644
--- a/gnome2-apps/abiword/HISTORY
+++ b/gnome2-apps/abiword/HISTORY
@@ -1,3 +1,7 @@
+2007-02-25 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated devel version to 2.5.1
+ * BUILD: Added conditional for non-devel version
+
2006-11-07 George Sherwood <george@beernabeer.com>
* DETAILS: Updated VERSION to 2.4.6
diff --git a/gnome2-apps/abiword/abiword-2.5.1.tar.gz.sig b/gnome2-apps/abiword/abiword-2.5.1.tar.gz.sig
new file mode 100644
index 0000000000..527b6bc78d
--- /dev/null
+++ b/gnome2-apps/abiword/abiword-2.5.1.tar.gz.sig
Binary files differ