summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Larry Hajali2017-07-13 05:51:28 +0200
committer Willy Sudiarto Raharjo2017-07-15 02:33:51 +0200
commit77ec2dd9ba5cf1d3ae5a6e5f5a474b48f117bf9e (patch)
tree48758a70b4a45ffb240a87abe273fe3072ba3445 /office
parentbcc59e77518293786548c120af64c9d7533efcea (diff)
downloadslackbuilds-77ec2dd9ba5cf1d3ae5a6e5f5a474b48f117bf9e.tar.gz
office/calibre: Updated for version 3.3.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'office')
-rw-r--r--office/calibre/calibre.SlackBuild3
-rw-r--r--office/calibre/calibre.info8
2 files changed, 6 insertions, 5 deletions
diff --git a/office/calibre/calibre.SlackBuild b/office/calibre/calibre.SlackBuild
index 240839a7b1..2d53d290b6 100644
--- a/office/calibre/calibre.SlackBuild
+++ b/office/calibre/calibre.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=calibre
-VERSION=${VERSION:-2.84.0}
+VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -120,6 +120,7 @@ cat src/calibre/linux.py | sed -n "/^GUI/,/^'''/p" | \
> $PKG/usr/share/applications/$PRGNAM-gui.desktop
install -D -m 0644 resources/$PRGNAM-mimetypes.xml $PKG/usr/share/mime/packages
rm -f $PKG/usr/share/$PRGNAM/$PRGNAM-mimetypes.xml
+
for i in 16 24 32 64 96 128; do
convert resources/images/lt.png -resize ${i}x${i}! $PRGNAM-gui-${i}.png
convert -background none imgsrc/viewer.svg \
diff --git a/office/calibre/calibre.info b/office/calibre/calibre.info
index 9bc20e2d2f..0fbda9617a 100644
--- a/office/calibre/calibre.info
+++ b/office/calibre/calibre.info
@@ -1,10 +1,10 @@
PRGNAM="calibre"
-VERSION="2.84.0"
+VERSION="3.3.0"
HOMEPAGE="http://calibre-ebook.com"
-DOWNLOAD="https://download.calibre-ebook.com/2.84.0/calibre-2.84.0.tar.xz"
-MD5SUM="95ae64ef5838668e93b2f2e566fcd2ef"
+DOWNLOAD="https://download.calibre-ebook.com/3.3.0/calibre-3.3.0.tar.xz"
+MD5SUM="789b9d85435197ff578550538a537953"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="cssutils dnspython lxml mechanize podofo python-dateutil netifaces psutil cssselect apsw optipng PyQt5 Pygments"
+REQUIRES="cssutils dnspython lxml mechanize podofo python-dateutil netifaces psutil cssselect apsw optipng PyQt5 Pygments msgpack-python regex"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"