From b5f2a413707118d9a56a43cdb78d51cdeffcbabd Mon Sep 17 00:00:00 2001 From: lemmi Date: Tue, 20 Mar 2018 00:23:07 +0100 Subject: [PATCH] zathura: update to 0.3.9. --- srcpkgs/zathura/template | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/srcpkgs/zathura/template b/srcpkgs/zathura/template index c0f0f73ca87..1a1d05794ff 100644 --- a/srcpkgs/zathura/template +++ b/srcpkgs/zathura/template @@ -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 " -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 }