office/zathura-djvu: Updated fir version 0.2.3.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
B. Watson 2013-06-27 19:47:40 -03:00 committed by Niels Horn
parent ef45cd6946
commit 1270a5149c
3 changed files with 9 additions and 5 deletions

View file

@ -0,0 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View file

@ -4,10 +4,10 @@
# Written by B. Watson (yalhcru@gmail.com)
# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=zathura-djvu
VERSION=${VERSION:-0.2.0}
VERSION=${VERSION:-0.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,6 +69,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,9 +1,9 @@
PRGNAM="zathura-djvu"
VERSION="0.2.0"
VERSION="0.2.3"
HOMEPAGE="http://www.pwmt.org/projects/zathura/plugins/zathura-djvu/"
DOWNLOAD="http://www.pwmt.org/projects/zathura/plugins/download/zathura-djvu-0.2.0.tar.gz"
DOWNLOAD="http://www.pwmt.org/projects/zathura/plugins/download/zathura-djvu-0.2.3.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="5358fc3c89a10016061637f1ca38f1cf"
MD5SUM="a472f706d6f6384d8bc2750141a84fc6"
MD5SUM_x86_64=""
REQUIRES="zathura"
MAINTAINER="B. Watson"