a0f0db7906
It was guarded behind APVLV_WITH_HTML which was OFF by default and we kept the default, so there is no hurt in removing it.
16 lines
601 B
Bash
16 lines
601 B
Bash
# Template file for 'apvlv'
|
|
pkgname=apvlv
|
|
version=0.1.5
|
|
revision=8
|
|
build_style=cmake
|
|
configure_args="-DAPVLV_WITH_UMD=no -DAPVLV_WITH_DJVU=yes -DAPVLV_WITH_TXT=yes"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="gtk+3-devel poppler-glib-devel djvulibre-devel"
|
|
depends="desktop-file-utils"
|
|
short_desc="Vim-like PDF/DJVU/TXT viewer"
|
|
maintainer="Logen K <logen@sudotask.com>"
|
|
license="GPL-2"
|
|
homepage="http://naihe2010.github.io/apvlv/"
|
|
distfiles="https://github.com/naihe2010/apvlv/archive/v${version}.tar.gz"
|
|
checksum=dca98157e63c9fec12d6514751ea26549813dc7b87d838b0003f31a444100a8a
|
|
replaces="apvlv-git>=0"
|