network/dwb: Updated for version 2012.12.03.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Marcin Herda 2013-03-13 05:05:17 -04:00 committed by dsomero
parent 52413b08e6
commit 0bb6f89513
5 changed files with 23 additions and 19 deletions

View File

@ -1,7 +1,3 @@
dwb
dwb is a lightweight web browser based on the webkit web browser
engine and the gtk toolkit. dwb is highly customisable and can be
easily configured through a web interface.
Documentation: http://portix.bitbucket.org/dwb/resources/manpage.html

4
network/dwb/doinst.sh Normal file
View File

@ -0,0 +1,4 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
fi

View File

@ -3,7 +3,7 @@
# Slackware build script for dwb by Marcin Herda <mherda@slackword.net>
PRGNAM=dwb
VERSION=${VERSION:-2012.08.22}
VERSION=${VERSION:-2012.12.03}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -52,6 +52,9 @@ find . \
# fix the location of man pages
sed -i '/^MANDIR/s/DATAROOTDIR/PREFIX/' config.mk
# remove an unnecessary linker
sed -i '/-lreadline/d' tools/Makefile
CFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
@ -70,6 +73,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="dwb"
VERSION="2012.08.22"
VERSION="2012.12.03"
HOMEPAGE="http://portix.bitbucket.org/dwb/"
DOWNLOAD="https://bitbucket.org/portix/dwb/downloads/dwb-2012.08.22.tar.gz"
MD5SUM="5cdf3a2b3f8845071529b44e2d93d653"
DOWNLOAD="https://bitbucket.org/portix/dwb/downloads/dwb-2012.12.03.tar.gz"
MD5SUM="cf2e0c8cbd852203deb322c14952756c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="webkitgtk"

View File

@ -1,19 +1,19 @@
# 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 ':'.
# 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 ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
dwb: dwb (dwb web browser)
dwb:
dwb: dwb is a lightweight web browser based on the webkit web browser
dwb: dwb is a lightweight web browser based on the webkit web browser
dwb: engine and the gtk toolkit. dwb is highly customisable and can be
dwb: easily configured through a web interface.
dwb:
dwb: Homepage: http://portix.bitbucket.org/dwb/
dwb:
dwb:
dwb:
dwb:
dwb: Homepage: http://portix.bitbucket.org/dwb/
dwb:
dwb:
dwb:
dwb: