diff options
Diffstat (limited to 'office/zathura-djvu')
-rw-r--r-- | office/zathura-djvu/doinst.sh | 3 | ||||
-rw-r--r-- | office/zathura-djvu/zathura-djvu.SlackBuild | 5 | ||||
-rw-r--r-- | office/zathura-djvu/zathura-djvu.info | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/office/zathura-djvu/doinst.sh b/office/zathura-djvu/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/office/zathura-djvu/doinst.sh @@ -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 diff --git a/office/zathura-djvu/zathura-djvu.SlackBuild b/office/zathura-djvu/zathura-djvu.SlackBuild index f85099bdbd..3a92f599c8 100644 --- a/office/zathura-djvu/zathura-djvu.SlackBuild +++ b/office/zathura-djvu/zathura-djvu.SlackBuild @@ -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} diff --git a/office/zathura-djvu/zathura-djvu.info b/office/zathura-djvu/zathura-djvu.info index cc5e961345..3d0b3b525b 100644 --- a/office/zathura-djvu/zathura-djvu.info +++ b/office/zathura-djvu/zathura-djvu.info @@ -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" |