From 268a918e9401cd38ae74fda99ded9405035e477a Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 11 May 2010 19:44:12 +0200 Subject: development/bluefish: Updated for version 1.0.7 --- development/bluefish/bluefish.SlackBuild | 9 ++++----- development/bluefish/bluefish.info | 2 +- development/bluefish/doinst.sh | 2 -- development/bluefish/slack-desc | 10 +++++++++- 4 files changed, 14 insertions(+), 9 deletions(-) (limited to 'development/bluefish') 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 -- cgit v1.2.3