mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
zathura: update to 0.3.9.
This commit is contained in:
parent
78db236d38
commit
b5f2a41370
1 changed files with 7 additions and 15 deletions
|
@ -1,29 +1,21 @@
|
||||||
# Template file for 'zathura'
|
# Template file for 'zathura'
|
||||||
pkgname=zathura
|
pkgname=zathura
|
||||||
version=0.3.8
|
version=0.3.9
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=meson
|
||||||
# COLOR=0 to avoid "tput not found" spam in the build output
|
|
||||||
make_build_args="COLOR=0"
|
|
||||||
make_install_args="COLOR=0"
|
|
||||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool python3-Sphinx desktop-file-utils appstream-glib"
|
||||||
makedepends="girara-devel sqlite-devel file-devel zlib-devel"
|
makedepends="girara-devel sqlite-devel file-devel zlib-devel libseccomp-devel"
|
||||||
license="zlib"
|
license="zlib"
|
||||||
homepage="http://pwmt.org/projects/zathura/installation/"
|
homepage="http://pwmt.org/projects/zathura/installation/"
|
||||||
short_desc="A highly customizable and functional document viewer"
|
short_desc="A highly customizable and functional document viewer"
|
||||||
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.gz"
|
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
|
||||||
checksum=46bf8558f7ff12efe11bf5d19e6e223aac97126061677199d0c3d53dfcbce537
|
checksum=2f74a5d288db1f46f1d704d69a9c7822985964e90b793636c6c80a25d29f097c
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" glib-devel"
|
hostmakedepends+=" glib-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
sed -i 's/^\(CFLAGS *+=\)/override \1/' config.mk
|
|
||||||
sed -i 's/^\(LDFLAGS *+=\)/override \1/' config.mk
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue