summaryrefslogtreecommitdiffstats
path: root/office/abiword/abiword.SlackBuild
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2013-11-03 18:42:44 -0600
committer Robby Workman <rworkman@slackbuilds.org>2013-11-03 18:42:44 -0600
commit8627d1cdfe10078dff40a92184e42e7c0bf818e0 (patch)
treec787882b8884affce07346359198eda4d3732ceb /office/abiword/abiword.SlackBuild
parenta13a60b61430b736dc7216f345c0d6f8c987e9a8 (diff)
downloadslackbuilds-8627d1cdfe10078dff40a92184e42e7c0bf818e0.tar.gz
slackbuilds-8627d1cdfe10078dff40a92184e42e7c0bf818e0.tar.xz
office/abiword: Updated for version 3.0.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/abiword/abiword.SlackBuild')
-rw-r--r--office/abiword/abiword.SlackBuild16
1 files changed, 2 insertions, 14 deletions
diff --git a/office/abiword/abiword.SlackBuild b/office/abiword/abiword.SlackBuild
index 33f1aef690..3685327c8d 100644
--- a/office/abiword/abiword.SlackBuild
+++ b/office/abiword/abiword.SlackBuild
@@ -27,9 +27,9 @@
# work correctly on Slackware - the patches are all from him
PRGNAM=abiword
-VERSION=2.8.6
+VERSION=3.0.0
DOCSVER=$VERSION # version of abiword-docs
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -76,18 +76,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# This should make the build use Slackware's Boost Asio
-patch -p1 < $CWD/patches/boost_asio.patch
-
-# This should make the help stuff work properly
-patch -p1 < $CWD/patches/url_show.patch
-
-# This fixes building with gcc-4.7
-sed -i "s|--no-undefined||" src/Makefile.{am,in}
-
-# This fixes building with glib >= 2.31 (thanks to gentoo)
-patch -p0 < $CWD/patches/abiword-2.8.6-glib-2.31.patch
-
CPPFLAGS="-I$TMP/$PRGNAM-$VERSION" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \