summaryrefslogtreecommitdiffstats
path: root/development/bluefish
diff options
context:
space:
mode:
author Robby Workman <rw@rlworkman.net>2010-05-11 19:44:12 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 19:44:12 +0200
commit268a918e9401cd38ae74fda99ded9405035e477a (patch)
treefaf377b0d562c795d1d86d59ddbbc0fd783d4fcd /development/bluefish
parent624d1b494ef31afcf81fe5a7ca05355e58dab4e0 (diff)
downloadslackbuilds-268a918e9401cd38ae74fda99ded9405035e477a.tar.gz
slackbuilds-268a918e9401cd38ae74fda99ded9405035e477a.tar.xz
development/bluefish: Updated for version 1.0.7
Diffstat (limited to 'development/bluefish')
-rw-r--r--development/bluefish/bluefish.SlackBuild9
-rw-r--r--development/bluefish/bluefish.info2
-rw-r--r--development/bluefish/doinst.sh2
-rw-r--r--development/bluefish/slack-desc10
4 files changed, 14 insertions, 9 deletions
diff --git a/development/bluefish/bluefish.SlackBuild b/development/bluefish/bluefish.SlackBuild
index a08c171a6b..f8d27803d9 100644
--- a/development/bluefish/bluefish.SlackBuild
+++ b/development/bluefish/bluefish.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for bluefish
-# Copyright 2006 Robby Workman (http://rlworkman.net)
+# Copyright 2006-2007 Robby Workman (http://rlworkman.net)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,9 +27,9 @@
PRGNAM=bluefish
VERSION=1.0.7
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -55,7 +55,6 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--mandir=/usr/man \
--without-libgnomeui \
- --enable-gcc3-optimization=$ARCH \
--disable-update-databases \
|| exit 1
@@ -67,7 +66,7 @@ find $PKG | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs
( cd $PKG/usr/man || exit
find . -type f -exec gzip -9 {} \;
- for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+ for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/development/bluefish/bluefish.info b/development/bluefish/bluefish.info
index 4dea1b5af0..90c46ea8b3 100644
--- a/development/bluefish/bluefish.info
+++ b/development/bluefish/bluefish.info
@@ -5,4 +5,4 @@ DOWNLOAD="http://www.bennewitz.com/bluefish/stable/source/bluefish-1.0.7.tar.bz2
MD5SUM="2c3b3c9c8f8e32b9473dfd879f216dea"
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
-APPROVED="robw810"
+APPROVED="BP{k}"
diff --git a/development/bluefish/doinst.sh b/development/bluefish/doinst.sh
index 7f257cf9de..2cf8c08ed3 100644
--- a/development/bluefish/doinst.sh
+++ b/development/bluefish/doinst.sh
@@ -1,4 +1,3 @@
-
if [ -x usr/bin/update-desktop-database ]; then
./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1
fi
@@ -6,4 +5,3 @@ fi
if [ -x usr/bin/update-mime-database ]; then
./usr/bin/update-mime-database ./usr/share/mime >/dev/null 2>&1
fi
-
diff --git a/development/bluefish/slack-desc b/development/bluefish/slack-desc
index 8d4b2e3605..d48ea7f32e 100644
--- a/development/bluefish/slack-desc
+++ b/development/bluefish/slack-desc
@@ -1,4 +1,12 @@
-bluefish: Bluefish GTK-based HTML Editor
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+bluefish: Bluefish (GTK-based HTML Editor)
bluefish:
bluefish: Bluefish is a powerful editor for experienced web designers
bluefish: and programmers. Bluefish supports many programming and markup