office/zathura-pdf-mupdf: Updated for version 0.2.4.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
B. Watson 2013-06-27 21:25:18 -03:00 committed by Niels Horn
parent e43fab9fa2
commit bc8504ef1c
5 changed files with 14 additions and 7 deletions

View file

@ -10,3 +10,6 @@ support having multiple plugins per filetype, so after installing
zathura-pdf-mupdf, zathura will always use the mupdf backend. To switch
back to the poppler backend, remove both zathura and zathura-pdf-mupdf,
then reinstall zathura.
Note: Make sure your mupdf package has been upgraded to at least version
1.2 before building this.

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

@ -11,7 +11,7 @@ zathura-pdf-mupdf:
zathura-pdf-mupdf: The zathura-pdf-mupdf plugin adds PDF support to zathura by using
zathura-pdf-mupdf: the mupdf rendering library.
zathura-pdf-mupdf:
zathura-pdf-mupdf: This requires zathura and mupdf.
zathura-pdf-mupdf:
zathura-pdf-mupdf:
zathura-pdf-mupdf:
zathura-pdf-mupdf:

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-pdf-mupdf
VERSION=${VERSION:-0.2.1}
VERSION=${VERSION:-0.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -55,7 +55,7 @@ find . \
sed -i "s,-fPIC,$SLKCFLAGS," config.mk
make VERBOSE=1
make
strip *.so
make install DESTDIR=$PKG
@ -65,6 +65,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="zathura-pdf-mupdf"
VERSION="0.2.1"
VERSION="0.2.4"
HOMEPAGE="http://www.pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/"
DOWNLOAD="http://www.pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-0.2.1.tar.gz"
MD5SUM="954b6375b5d81e91cd7477e8a5b4552f"
DOWNLOAD="http://www.pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-0.2.4.tar.gz"
MD5SUM="aa9667425dab93147dd8605eda020e59"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mupdf zathura"