zathura: update to 0.3.9.

This commit is contained in:
lemmi 2018-03-20 00:23:07 +01:00
parent 78db236d38
commit b5f2a41370
1 changed files with 7 additions and 15 deletions

View File

@ -1,29 +1,21 @@
# Template file for 'zathura'
pkgname=zathura
version=0.3.8
revision=3
build_style=gnu-makefile
# COLOR=0 to avoid "tput not found" spam in the build output
make_build_args="COLOR=0"
make_install_args="COLOR=0"
version=0.3.9
revision=1
build_style=meson
maintainer="lemmi <lemmi@nerd2nerd.org>"
hostmakedepends="pkg-config intltool"
makedepends="girara-devel sqlite-devel file-devel zlib-devel"
hostmakedepends="pkg-config intltool python3-Sphinx desktop-file-utils appstream-glib"
makedepends="girara-devel sqlite-devel file-devel zlib-devel libseccomp-devel"
license="zlib"
homepage="http://pwmt.org/projects/zathura/installation/"
short_desc="A highly customizable and functional document viewer"
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.gz"
checksum=46bf8558f7ff12efe11bf5d19e6e223aac97126061677199d0c3d53dfcbce537
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
checksum=2f74a5d288db1f46f1d704d69a9c7822985964e90b793636c6c80a25d29f097c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel"
fi
pre_build() {
sed -i 's/^\(CFLAGS *+=\)/override \1/' config.mk
sed -i 's/^\(LDFLAGS *+=\)/override \1/' config.mk
}
post_install() {
vlicense LICENSE
}