zathura-ps: update to 0.2.6.
This commit is contained in:
parent
ae55c4c6bf
commit
a9db52d4b6
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'zathura-ps'
|
||||
pkgname=zathura-ps
|
||||
version=0.2.5
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
version=0.2.6
|
||||
revision=1
|
||||
build_style=meson
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libspectre-devel zathura-devel"
|
||||
|
@ -10,13 +10,8 @@ depends="zathura"
|
|||
license="zlib"
|
||||
homepage="http://pwmt.org/projects/zathura-ps/"
|
||||
short_desc="PostScript support for zathura"
|
||||
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.gz"
|
||||
checksum=12f7e68291f9dab211f15a718b7e90adc5916d0242f8b15851825fa424b693f4
|
||||
|
||||
pre_build() {
|
||||
sed -i 's/^\(CFLAGS *+=\)/override \1/' config.mk
|
||||
sed -i 's/^\(LDFLAGS *+=\)/override \1/' config.mk
|
||||
}
|
||||
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
|
||||
checksum=7eb085b41fc88979f997310b4e703455e6a81b6ef1ae7db0b6324b6f13c2cf73
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue