From 4722c8aa7cbe41eaa3e8136c46d1dee3f6c4a344 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 18 Jan 2019 22:39:27 -0200 Subject: [PATCH] zathura: install completion to site-functions. --- srcpkgs/zathura/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/zathura/template b/srcpkgs/zathura/template index 55c99def979..762d990e295 100644 --- a/srcpkgs/zathura/template +++ b/srcpkgs/zathura/template @@ -1,7 +1,7 @@ # Template file for 'zathura' pkgname=zathura version=0.4.3 -revision=1 +revision=2 build_style=meson configure_args="-Dsynctex=disabled -Dtests=disabled" hostmakedepends="pkg-config intltool python3-Sphinx desktop-file-utils @@ -17,6 +17,9 @@ distfiles="https://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.t checksum=7e12194426d709670e0f4b0b107c80dd21322881b57d4a0bf9a09998402ffd41 post_install() { + vmkdir usr/share/zsh/site-functions + mv ${DESTDIR}/usr/share/zsh/{vendor-completions,site-functions}/_zathura + vlicense LICENSE }