mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
calibre: use internal html5lib
This commit is contained in:
parent
dd27770eaa
commit
6df263786d
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'calibre'
|
# Template file for 'calibre'
|
||||||
pkgname=calibre
|
pkgname=calibre
|
||||||
version=2.82.0
|
version=2.82.0
|
||||||
revision=3
|
revision=4
|
||||||
hostmakedepends="qt5-qmake python-devel pkg-config
|
hostmakedepends="qt5-qmake python-devel pkg-config
|
||||||
python-dateutil python-lxml python-Pillow
|
python-dateutil python-lxml python-Pillow
|
||||||
python-PyQt5-webkit python-apsw python-cssutils python-CherryPy
|
python-PyQt5-webkit python-apsw python-cssutils python-CherryPy"
|
||||||
python-html5lib"
|
|
||||||
makedepends="python-PyQt5-devel glib-devel libwmf-devel
|
makedepends="python-PyQt5-devel glib-devel libwmf-devel
|
||||||
fontconfig-devel libmagick-devel libressl-devel icu-devel sqlite-devel
|
fontconfig-devel libmagick-devel libressl-devel icu-devel sqlite-devel
|
||||||
libchmlib-devel libpodofo-devel qt5-devel libusb-devel libmtp-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
|
depends="python-six python-dateutil python-cssutils python-CherryPy
|
||||||
python-Pillow python-dnspython python-PyQt5 python-PyQt5-svg
|
python-Pillow python-dnspython python-PyQt5 python-PyQt5-svg
|
||||||
python-PyQt5-webkit python-psutil python-dbus python-netifaces
|
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
|
python-Pygments python-mechanize python-lxml
|
||||||
shared-mime-info desktop-file-utils gtk-update-icon-cache optipng"
|
shared-mime-info desktop-file-utils gtk-update-icon-cache optipng"
|
||||||
short_desc="Ebook management application"
|
short_desc="Ebook management application"
|
||||||
|
@ -30,7 +29,6 @@ do_configure() {
|
||||||
# Remove unneeded files and libs
|
# Remove unneeded files and libs
|
||||||
rm -rf resources/${pkgname}-portable.* \
|
rm -rf resources/${pkgname}-portable.* \
|
||||||
src/cherrypy \
|
src/cherrypy \
|
||||||
src/html5lib \
|
|
||||||
src/chardet
|
src/chardet
|
||||||
|
|
||||||
# Desktop integration (e.g. enforce arch defaults)
|
# Desktop integration (e.g. enforce arch defaults)
|
||||||
|
|
Loading…
Add table
Reference in a new issue