mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
zathura-pdf-mupdf: link missing libraries
This commit is contained in:
parent
72939238fc
commit
1514f004bf
1 changed files with 6 additions and 3 deletions
|
@ -1,19 +1,22 @@
|
||||||
# Template file for 'zathura-pdf-mupdf'
|
# Template file for 'zathura-pdf-mupdf'
|
||||||
pkgname=zathura-pdf-mupdf
|
pkgname=zathura-pdf-mupdf
|
||||||
version=0.3.4
|
version=0.3.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="mupdf-devel zathura-devel libressl-devel"
|
makedepends="mupdf-devel zathura-devel libressl-devel libopenjpeg2-devel
|
||||||
|
libjpeg-turbo-devel libjbig2dec"
|
||||||
depends="zathura"
|
depends="zathura"
|
||||||
short_desc="PDF support for zathura (using mupdf)"
|
short_desc="PDF support for zathura (using mupdf)"
|
||||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="zlib"
|
license="Zlib"
|
||||||
homepage="http://pwmt.org/projects/zathura-pdf-mupdf/"
|
homepage="http://pwmt.org/projects/zathura-pdf-mupdf/"
|
||||||
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
|
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
|
||||||
checksum=d64331b9be43e42dce1d113746c62e4e6e9c9a2b4df77889e4bfc743be2dcd98
|
checksum=d64331b9be43e42dce1d113746c62e4e6e9c9a2b4df77889e4bfc743be2dcd98
|
||||||
conflicts="zathura-pdf-poppler>=0"
|
conflicts="zathura-pdf-poppler>=0"
|
||||||
|
|
||||||
|
LDFLAGS="-ljpeg -lopenjp2 -ljbig2dec"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue