Skip to content

Commit

Permalink
calibre: update to 5.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
skmpz committed Apr 6, 2021
1 parent 98171d8 commit 247e8c4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions srcpkgs/calibre/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'calibre'
pkgname=calibre
version=5.9.0
revision=3
version=5.14.0
revision=1
build_style=python3-module
pycompile_dirs="/usr/lib/calibre/"
hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg
Expand All @@ -18,16 +18,16 @@ depends="desktop-file-utils optipng poppler-utils python3-BeautifulSoup4
python3-css-parser python3-cssselect python3-dateutil python3-dbus
python3-dnspython python3-feedparser python3-html5-parser python3-mechanize
python3-msgpack python3-netifaces python3-psutil python3-regex python3-html2text
python3-pychm qt5-webengine speech-dispatcher"
python3-pychm python3-cchardet python3-py7zr qt5-webengine speech-dispatcher"
# should check if python3-pycryptodome is still needed
checkdepends="${depends} libjpeg-turbo-tools jxrlib python3-pycryptodome"
short_desc="Ebook management application"
maintainer="skmpz <dem.procopiou@gmail.com>"
license="GPL-3.0-only"
homepage="https://calibre-ebook.com"
changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
checksum=a71196af15372054c4a25697534a2df1ef6dd732b9db07aaecaac7a86d9b3a0a
checksum=186cce57b6990af0b014282fa1d3d914fffc11e40d8495ea43d91485534e1271
lib32disabled=yes
nocross=yes

Expand All @@ -53,10 +53,12 @@ do_check() {
# disabled for now
# unrar test fails because python3-unrardll isn't packaged
# searching test case fails (non-deterministic)
# 7z tests missing ppmd
python3 setup.py test \
--exclude-test-name unrar \
--exclude-test-name qt \
--exclude-test-name searching
--exclude-test-name searching \
--exclude-test-name 7z
}

do_install() {
Expand Down

0 comments on commit 247e8c4

Please sign in to comment.