summaryrefslogtreecommitdiff
path: root/office/calibre/patches/remove-desktop-integration.patch
diff options
context:
space:
mode:
authorlarryhaja <larryhaja@gmail.com>2012-09-16 22:20:27 -0700
committerRobby Workman <rworkman@slackbuilds.org>2012-09-17 23:36:13 -0500
commitfc2899354d69be1980ea3dcfd4a44b4641c11768 (patch)
tree680e4cc0753c7a7b51cb3a9778198346186274be /office/calibre/patches/remove-desktop-integration.patch
parent8fbe3e39aaf3b18de54748c74cf2d5519c26e4fc (diff)
downloadslackbuilds-fc2899354d69be1980ea3dcfd4a44b4641c11768.tar.gz
office/calibre: Updated calibre to 0.8.69.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/calibre/patches/remove-desktop-integration.patch')
-rw-r--r--office/calibre/patches/remove-desktop-integration.patch12
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()