diff options
Diffstat (limited to 'office/calibre/patches/remove-desktop-integration.patch')
-rw-r--r-- | office/calibre/patches/remove-desktop-integration.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/office/calibre/patches/remove-desktop-integration.patch b/office/calibre/patches/remove-desktop-integration.patch index c1fe516f36..dbf54d6cb0 100644 --- a/office/calibre/patches/remove-desktop-integration.patch +++ b/office/calibre/patches/remove-desktop-integration.patch @@ -1,11 +1,11 @@ diff -Naur calibre.orig/src/calibre/linux.py calibre/src/calibre/linux.py ---- calibre.orig/src/calibre/linux.py 2010-06-11 22:28:24.000000000 +0000 -+++ calibre/src/calibre/linux.py 2010-06-13 23:07:49.000000000 +0000 -@@ -133,9 +133,6 @@ - if islinux: +--- calibre.orig/src/calibre/linux.py 2012-06-29 04:53:39.000000000 +0000 ++++ calibre/src/calibre/linux.py 2012-07-03 02:57:13.834849391 +0000 +@@ -177,9 +177,6 @@ + self.mime_resources = [] + if islinux or isbsd: self.setup_completion() - self.install_man_pages() -- if islinux: +- if islinux or isbsd: - self.setup_desktop_integration() - self.create_uninstaller() |