summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Robby Workman2010-07-04 00:32:21 +0200
committer Robby Workman2010-07-04 09:15:22 +0200
commitd5b6f493695439c84764570c37461011fa66d986 (patch)
tree0d84a85564622538c1e234c5ec6a0202e34b7c04 /development
parentb5769f30f027f8c558e8a88c2cc6e000b618f29e (diff)
downloadslackbuilds-d5b6f493695439c84764570c37461011fa66d986.tar.gz
development/bluefish: Updated for version 2.0.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/bluefish/bluefish.SlackBuild5
-rw-r--r--development/bluefish/bluefish.info6
2 files changed, 4 insertions, 7 deletions
diff --git a/development/bluefish/bluefish.SlackBuild b/development/bluefish/bluefish.SlackBuild
index f59de66dac..7ac58cf407 100644
--- a/development/bluefish/bluefish.SlackBuild
+++ b/development/bluefish/bluefish.SlackBuild
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bluefish
-VERSION=2.0.0
+VERSION=2.0.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -75,7 +73,6 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --without-libgnomeui \
--disable-update-databases \
--disable-xml-catalog-update \
--build=$ARCH-slackware-linux
diff --git a/development/bluefish/bluefish.info b/development/bluefish/bluefish.info
index bcf53a122a..21db1b8daa 100644
--- a/development/bluefish/bluefish.info
+++ b/development/bluefish/bluefish.info
@@ -1,8 +1,8 @@
PRGNAM="bluefish"
-VERSION="2.0.0"
+VERSION="2.0.1"
HOMEPAGE="http://bluefish.openoffice.nl/index.html"
-DOWNLOAD="http://www.bennewitz.com/bluefish/stable/source/bluefish-2.0.0.tar.bz2"
-MD5SUM="ac9b1e8ef6d5691718a0daa6c78d5618"
+DOWNLOAD="http://www.bennewitz.com/bluefish/stable/source/bluefish-2.0.1.tar.bz2"
+MD5SUM="9b672411369bd580421f832214bf65b3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"