zathura-cb: update to 0.1.8.
This commit is contained in:
parent
b5f2a41370
commit
18af0dc938
1 changed files with 5 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'zathura-cb'
|
# Template file for 'zathura-cb'
|
||||||
pkgname=zathura-cb
|
pkgname=zathura-cb
|
||||||
version=0.1.7
|
version=0.1.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=meson
|
||||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zathura-devel libarchive-devel"
|
makedepends="zathura-devel libarchive-devel"
|
||||||
|
@ -10,13 +10,8 @@ depends="zathura"
|
||||||
license="zlib"
|
license="zlib"
|
||||||
homepage="http://pwmt.org/projects/zathura-cb/"
|
homepage="http://pwmt.org/projects/zathura-cb/"
|
||||||
short_desc="Comic book support for zathura"
|
short_desc="Comic book support for zathura"
|
||||||
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.gz"
|
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
|
||||||
checksum=835f2b3c46f8235b88b3c7d1da4cc285277bf2ac2c2041be9a6948e6758c9b64
|
checksum=452a0702e257dbed6a84b7faf6b51e4eb57a163654bbcddf6301143d3770ccc4
|
||||||
|
|
||||||
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…
Reference in a new issue