summaryrefslogtreecommitdiff
path: root/misc/calibre/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-04-18 08:56:22 +0000
committerwiz <wiz@pkgsrc.org>2014-04-18 08:56:22 +0000
commitb92e35f29c6ce23f89a1339800a938be9b59ce10 (patch)
tree93233914299fd7b8ee90a55e4a8cb543b9658eac /misc/calibre/patches
parente762589b39a67ffb6f324d1bd3d7acd37818ba82 (diff)
downloadpkgsrc-b92e35f29c6ce23f89a1339800a938be9b59ce10.tar.gz
Update to 1.33. Remove patch that was sent upstream and integrated.
New Features Edit book: Add a tool to check spellings, access it via Tools->Check spelling Kobo driver: Support firmware version 3.3 Device driver for Tolino Vision on windows Bug Fixes Amazon metadata download: Fix Editorial Reviews not downloading into the comments section for some books DOCX Input: Fix some text highlighting colors in the DOCX file not being correctly translated during conversion. Wireless device driver: Fix incorrect syncing behavior when book matching is run for a second time while connected. This happens when the user changes the library or selects 'Update cached metadata on device'. Searching: Fix searching by date not using the system locale to interpret dd/mm vs mm/dd dates on windows
Diffstat (limited to 'misc/calibre/patches')
-rw-r--r--misc/calibre/patches/patch-recipes_mojegotowanie.recipe12
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/calibre/patches/patch-recipes_mojegotowanie.recipe b/misc/calibre/patches/patch-recipes_mojegotowanie.recipe
deleted file mode 100644
index c8ca2a6ea7c..00000000000
--- a/misc/calibre/patches/patch-recipes_mojegotowanie.recipe
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-recipes_mojegotowanie.recipe,v 1.1 2014/04/17 13:01:13 wiz Exp $
-
-Fix shebang line.
-
---- recipes/mojegotowanie.recipe.orig 2014-04-11 02:51:32.000000000 +0000
-+++ recipes/mojegotowanie.recipe
-@@ -1,4 +1,4 @@
--#!usr/bin/env python
-+#!/usr/bin/env python
-
- __license__ = 'GPL v3'
- __copyright__ = 'MrStefan, teepel'