mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
35 lines
980 B
Plaintext
35 lines
980 B
Plaintext
# Contributor: Milan P. Stanić <mps@arvanta.net>
|
|
# Maintainer: Milan P. Stanić <mps@arvanta.net>
|
|
pkgname=zathura-pdf-mupdf
|
|
pkgver=0.4.0
|
|
pkgrel=1
|
|
pkgdesc="mupdf plugin to zathura"
|
|
url="https://git.pwmt.org/pwmt/zathura-pdf-mupdf"
|
|
arch="all"
|
|
license="Zlib"
|
|
options="!check" # no test suite
|
|
depends="zathura !zathura-pdf-poppler"
|
|
makedepends="
|
|
meson
|
|
mupdf-dev
|
|
ninja
|
|
zathura-dev
|
|
"
|
|
source="https://pwmt.org/projects/zathura-pdf-mupdf/download/zathura-pdf-mupdf-$pkgver.tar.xz
|
|
fix-meson.build.patch
|
|
"
|
|
|
|
build() {
|
|
abuild-meson build
|
|
meson compile ${JOBS:+-j ${JOBS}} -C build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C build
|
|
}
|
|
|
|
sha512sums="
|
|
63e50b76b017d0fc22b0ab0f1a20350a81a63a77b07621ed0d28a40d1c2a5b037d236671cdd2db01d1b289d4cdbd66934b1d2753c3f136fed493cdd069c0efeb zathura-pdf-mupdf-0.4.0.tar.xz
|
|
dbe18e2f56db80184edcd174221342770b6baa46ec14ed2f75e9033d961ac993fdbd9ba7faeb139787d5e463de5e612a2f6d0d1dc47075f3d52b51996fa5e561 fix-meson.build.patch
|
|
"
|