zathura: add check-deps and enable Dtests conditionally

This commit is contained in:
dkwo 2021-06-30 15:09:46 +02:00 committed by Érico Nogueira Rolim
parent b92957aae3
commit 345d6e7d8f

View file

@ -3,18 +3,25 @@ pkgname=zathura
version=0.4.7
revision=2
build_style=meson
configure_args="-Dsynctex=enabled -Dtests=disabled"
configure_args="-Dsynctex=enabled"
hostmakedepends="pkg-config intltool python3-Sphinx desktop-file-utils
appstream-glib glib-devel librsvg-utils"
makedepends="girara-devel sqlite-devel file-devel zlib-devel libseccomp-devel
libglib-devel texlive-devel"
checkdepends="gettext-devel check-devel"
short_desc="Highly customizable and functional document viewer"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="Zlib"
homepage="https://pwmt.org/projects/zathura/"
distfiles="https://pwmt.org/projects/zathura/download/zathura-${version}.tar.xz"
homepage="https://pwmt.org/projects/zathura"
distfiles="${homepage}/download/zathura-${version}.tar.xz"
checksum=e012dbfe2b981b826553a9af8420d42a9c5d3387fbe14a5399ce94a2d374a1e7
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=enabled"
else
configure_args+=" -Dtests=disabled"
fi
post_install() {
vlicense LICENSE
}