summaryrefslogtreecommitdiffstats
path: root/calibre
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-11-07 21:50:38 +0000
committer Eric Hameleers <alien@slackware.com>2016-11-07 21:50:38 +0000
commite126851cea976ffcab0d5d9714c665b9294b26a9 (patch)
treeb758fb2fe9b33851c3432a680edd19de9136808c /calibre
parent4361a8efc8d860de9b862fa3ca5ff6a8048ed9a8 (diff)
downloadasb-e126851cea976ffcab0d5d9714c665b9294b26a9.tar.gz
asb-e126851cea976ffcab0d5d9714c665b9294b26a9.tar.xz
calibre: updated to 2.71.0
Diffstat (limited to 'calibre')
-rwxr-xr-xcalibre/build/calibre.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/calibre/build/calibre.SlackBuild b/calibre/build/calibre.SlackBuild
index 16138e1b..514d3b16 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -71,6 +71,8 @@
# * Update.
# 2.61.0-1: 03/jul/2016 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.71.0-1: 07/nov/2016 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh calibre.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -79,7 +81,7 @@
# -----------------------------------------------------------------------------
PRGNAM=calibre
-VERSION=${VERSION:-2.61.0}
+VERSION=${VERSION:-2.71.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j4 "}
TAG=${TAG:-alien}
@@ -1123,8 +1125,8 @@ make_calibre () {
## Prevent "qfontengine_ft.cpp undefined reference to `FT_Get_Char_Index'":
#sed -i -e 's/QMAKE_LIBS_PRIVATE += {glib} {fontconfig}/& {freetype}/' \
# setup/extensions.py
- cat $SRCDIR/patches/calibre_freetype.patch | patch -p1 --verbose \
- 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
+ #cat $SRCDIR/patches/calibre_freetype.patch | patch -p1 --verbose \
+ # 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
# We carry a private version of optipng:
sed -i -e "s/optipng/&-calibre/g" $(grep -rl optipng {icons,src,setup/installer/linux})