From a0f0db79067cd16f962507501b7a02c45c59f877 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 13 Sep 2018 23:35:56 -0300 Subject: [PATCH] apvlv: remove unused dependency on webkitgtk-devel, switch to gtk+3 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. --- srcpkgs/apvlv/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/apvlv/template b/srcpkgs/apvlv/template index 63244700ada..9fd8927487c 100644 --- a/srcpkgs/apvlv/template +++ b/srcpkgs/apvlv/template @@ -1,16 +1,16 @@ # Template file for 'apvlv' pkgname=apvlv version=0.1.5 -revision=7 +revision=8 build_style=cmake configure_args="-DAPVLV_WITH_UMD=no -DAPVLV_WITH_DJVU=yes -DAPVLV_WITH_TXT=yes" hostmakedepends="pkg-config" -makedepends="gtk+-devel poppler-glib-devel djvulibre-devel webkitgtk-devel" +makedepends="gtk+3-devel poppler-glib-devel djvulibre-devel" depends="desktop-file-utils" short_desc="Vim-like PDF/DJVU/TXT viewer" maintainer="Logen K " license="GPL-2" homepage="http://naihe2010.github.io/apvlv/" distfiles="https://github.com/naihe2010/apvlv/archive/v${version}.tar.gz" -checksum="dca98157e63c9fec12d6514751ea26549813dc7b87d838b0003f31a444100a8a" +checksum=dca98157e63c9fec12d6514751ea26549813dc7b87d838b0003f31a444100a8a replaces="apvlv-git>=0"