From 5073760b5605c857db861683084c25822239576b Mon Sep 17 00:00:00 2001 From: larryhaja Date: Wed, 13 Nov 2013 18:46:12 -0800 Subject: office/calibre: Upgraded to 1.10.0 Removed the noqthacks patch Removed the fix-shebangs patch Signed-off-by: Robby Workman --- office/calibre/calibre.SlackBuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'office/calibre/calibre.SlackBuild') diff --git a/office/calibre/calibre.SlackBuild b/office/calibre/calibre.SlackBuild index f27b47ca87..2375b75fa1 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:-1.4.0} +VERSION=${VERSION:-1.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,13 +74,8 @@ find . \ patch -p1 < $CWD/patches/remove-desktop-integration.patch # Fix calibre module location. patch -p1 < $CWD/patches/calibre-module-fix.patch -# Fix shebangs. -patch -p1 < $CWD/patches/fix-shebangs.patch # Make sure version string is correct. sed -i "/^numeric_version/s|(.*)|(${VERSION//\./, })|" src/calibre/constants.py -# Don't build qt_hack. Calibre dev won't fix. Patch from AlienBob. -# https://bugs.launchpad.net/calibre/+bug/1094719 -patch -p1 < $CWD/patches/calibre_noqthack.patch # Remove calibre portable scripts. rm -f resources/calibre-portable.* -- cgit v1.2.3