diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/dwb/README | 4 | ||||
-rw-r--r-- | network/dwb/doinst.sh | 4 | ||||
-rw-r--r-- | network/dwb/dwb.SlackBuild | 6 | ||||
-rw-r--r-- | network/dwb/dwb.info | 6 | ||||
-rw-r--r-- | network/dwb/slack-desc | 20 |
5 files changed, 22 insertions, 18 deletions
diff --git a/network/dwb/README b/network/dwb/README index 867476ab17..06e43caeaa 100644 --- a/network/dwb/README +++ b/network/dwb/README @@ -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 diff --git a/network/dwb/doinst.sh b/network/dwb/doinst.sh new file mode 100644 index 0000000000..392c12adb9 --- /dev/null +++ b/network/dwb/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + diff --git a/network/dwb/dwb.SlackBuild b/network/dwb/dwb.SlackBuild index 2e4ddfe564..8c29ddceb9 100644 --- a/network/dwb/dwb.SlackBuild +++ b/network/dwb/dwb.SlackBuild @@ -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} diff --git a/network/dwb/dwb.info b/network/dwb/dwb.info index c2db9f3e9a..ff18ccd2c3 100644 --- a/network/dwb/dwb.info +++ b/network/dwb/dwb.info @@ -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" diff --git a/network/dwb/slack-desc b/network/dwb/slack-desc index 2e075b2d6f..7fb4569ff9 100644 --- a/network/dwb/slack-desc +++ b/network/dwb/slack-desc @@ -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: dwb: Homepage: http://portix.bitbucket.org/dwb/ -dwb: -dwb: -dwb: +dwb: +dwb: +dwb: dwb: |