mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
calibre: update to 3.41.3.
This commit is contained in:
parent
22a7e047a8
commit
35c005d73a
1 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'calibre'
|
# Template file for 'calibre'
|
||||||
pkgname=calibre
|
pkgname=calibre
|
||||||
version=3.40.1
|
version=3.41.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_dirs="/usr/lib/calibre/"
|
pycompile_dirs="/usr/lib/calibre/"
|
||||||
|
@ -8,18 +8,19 @@ make_build_args="gui"
|
||||||
hostmakedepends="pkg-config python-dateutil python-devel python-msgpack qt5-qmake"
|
hostmakedepends="pkg-config python-dateutil python-devel python-msgpack qt5-qmake"
|
||||||
makedepends="glib-devel libchmlib-devel libinput-devel libmagick-devel libmtp-devel
|
makedepends="glib-devel libchmlib-devel libinput-devel libmagick-devel libmtp-devel
|
||||||
libpodofo-devel libwmf-devel libxkbcommon-devel python-PyQt5-devel
|
libpodofo-devel libwmf-devel libxkbcommon-devel python-PyQt5-devel
|
||||||
qt5-devel sqlite-devel tslib-devel"
|
python-lxml qt5-devel sqlite-devel tslib-devel"
|
||||||
depends="desktop-file-utils optipng poppler-utils python-CherryPy python-Markdown
|
depends="desktop-file-utils optipng poppler-utils python-BeautifulSoup4
|
||||||
python-Pillow python-PyQt5-svg python-PyQt5-webkit python-Pygments
|
python-CherryPy python-Markdown python-Pillow python-PyQt5-svg
|
||||||
python-apsw python-css-parser python-cssselect python-dateutil python-dbus
|
python-PyQt5-webkit python-Pygments python-apsw python-css-parser
|
||||||
python-dnspython python-feedparser python-html5-parser python-mechanize
|
python-cssselect python-dateutil python-dbus python-dnspython
|
||||||
python-msgpack python-netifaces python-psutil python-regex"
|
python-feedparser python-html5-parser python-mechanize python-msgpack
|
||||||
|
python-netifaces python-psutil python-regex"
|
||||||
short_desc="Ebook management application"
|
short_desc="Ebook management application"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://calibre-ebook.com"
|
homepage="https://calibre-ebook.com"
|
||||||
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
|
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
|
||||||
checksum=78015baefc8498a25d90ec22afe1ff3353abe6211cb7f39e3ab97ad715c233e8
|
checksum=2aa3a819915ea2a4ef032918cf545f2cc21ea3aad84ffc9cb772d6c8c986f098
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue