zathura-pdf-mupdf: update to 0.3.3.
This commit is contained in:
parent
114e498f04
commit
813582ebf3
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'zathura-pdf-mupdf'
|
||||
pkgname=zathura-pdf-mupdf
|
||||
version=0.3.2
|
||||
revision=3
|
||||
build_style=gnu-makefile
|
||||
make_build_args="MUPDF_LIB=-lmupdf MUPDF_LIB+=-lmujs"
|
||||
version=0.3.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
#make_build_args="MUPDF_LIB=-lmupdf MUPDF_LIB+=-lmujs"
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="mupdf-devel zathura-devel libressl-devel"
|
||||
|
@ -12,13 +12,8 @@ conflicts="zathura-pdf-poppler>=0"
|
|||
license="zlib"
|
||||
homepage="http://pwmt.org/projects/zathura-pdf-mupdf/"
|
||||
short_desc="PDF support for zathura (using mupdf)"
|
||||
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.gz"
|
||||
checksum=931d88c4d1adc3be77a8fa9f28c25fc2aa9c9ffbabfaeac4aacc1e1d07936a76
|
||||
|
||||
pre_build() {
|
||||
sed -i 's/^\(CFLAGS *+=\)/override \1/' config.mk
|
||||
sed -i 's/^\(LDFLAGS *+=\)/override \1/' config.mk
|
||||
}
|
||||
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
|
||||
checksum=52b02ceee272a47f7ef9c2b73cc4f6fb480c02fdce0e7f6b7c8e93ad6ac46dfd
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue