mupdf: update to 1.19.0.
This commit is contained in:
parent
c93699a265
commit
64aa7587b1
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mupdf'
|
||||
pkgname=mupdf
|
||||
version=1.18.0
|
||||
revision=3
|
||||
version=1.19.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version}-source"
|
||||
hostmakedepends="pkg-config zlib-devel libcurl-devel freetype-devel
|
||||
libjpeg-turbo-devel jbig2dec-devel libXext-devel libXcursor-devel
|
||||
|
@ -15,7 +15,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="AGPL-3.0-only"
|
||||
homepage="https://mupdf.com"
|
||||
distfiles="https://mupdf.com/downloads/archive/${pkgname}-${version}-source.tar.gz"
|
||||
checksum=8860ea6d01fc3c360ba5e0fa9fede241c6fbb2a73f5215b17a105de409a19266
|
||||
checksum=21affcd4fcabf1cc7a896db95ba971552ba9df229ebec7720313a8803185deed
|
||||
|
||||
pre_build() {
|
||||
# libmupdf-{threads,pkcs7}.a are required by fbpdf
|
||||
|
@ -42,6 +42,9 @@ do_build() {
|
|||
|
||||
do_install() {
|
||||
make USE_SYSTEM_LIBS=yes build=release prefix=${DESTDIR}/usr install
|
||||
for f in build/release/libmupdf-*.a; do
|
||||
vinstall $f 644 usr/lib
|
||||
done
|
||||
|
||||
ln -rs ${DESTDIR}/usr/bin/mupdf-x11 ${DESTDIR}/usr/bin/mupdf
|
||||
|
||||
|
|
Loading…
Reference in a new issue