From 6df263786d59c284ff32f3194499e42adb720ea1 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 14 Apr 2017 23:51:02 +0200 Subject: [PATCH] calibre: use internal html5lib --- srcpkgs/calibre/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index 56e46250d6f..55c65ba9aed 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,11 +1,10 @@ # Template file for 'calibre' pkgname=calibre version=2.82.0 -revision=3 +revision=4 hostmakedepends="qt5-qmake python-devel pkg-config python-dateutil python-lxml python-Pillow - python-PyQt5-webkit python-apsw python-cssutils python-CherryPy - python-html5lib" + python-PyQt5-webkit python-apsw python-cssutils python-CherryPy" makedepends="python-PyQt5-devel glib-devel libwmf-devel fontconfig-devel libmagick-devel libressl-devel icu-devel sqlite-devel libchmlib-devel libpodofo-devel qt5-devel libusb-devel libmtp-devel @@ -13,7 +12,7 @@ makedepends="python-PyQt5-devel glib-devel libwmf-devel depends="python-six python-dateutil python-cssutils python-CherryPy python-Pillow python-dnspython python-PyQt5 python-PyQt5-svg python-PyQt5-webkit python-psutil python-dbus python-netifaces - python-cssselect python-apsw qt5-webkit qt5-svg python-chardet python-html5lib + python-cssselect python-apsw qt5-webkit qt5-svg python-chardet python-Pygments python-mechanize python-lxml shared-mime-info desktop-file-utils gtk-update-icon-cache optipng" short_desc="Ebook management application" @@ -30,7 +29,6 @@ do_configure() { # Remove unneeded files and libs rm -rf resources/${pkgname}-portable.* \ src/cherrypy \ - src/html5lib \ src/chardet # Desktop integration (e.g. enforce arch defaults)