development/bluefish: Updated for version 1.0.7

This commit is contained in:
Robby Workman 2010-05-11 19:44:12 +02:00 committed by Michiel van Wessem
parent 624d1b494e
commit 268a918e94
4 changed files with 14 additions and 9 deletions

View file

@ -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

View file

@ -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}"

View file

@ -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

View file

@ -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