aboutsummaryrefslogtreecommitdiff
path: root/office/calibre/patches/remove-desktop-integration.patch
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-03 10:31:13 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-03 10:31:13 +0700
commit42e431f80d720b9e3df68cb6dac6fe0e16b9793e (patch)
tree74ba891839ec866e6b44a5c203eee9991db21d6e /office/calibre/patches/remove-desktop-integration.patch
parent0594bc5eb9deceb56d3c0fa4c3c5307ff8b2b091 (diff)
office/calibre: Removed (Use calibre-bin).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/calibre/patches/remove-desktop-integration.patch')
-rw-r--r--office/calibre/patches/remove-desktop-integration.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/office/calibre/patches/remove-desktop-integration.patch b/office/calibre/patches/remove-desktop-integration.patch
deleted file mode 100644
index 0272a7c6eb..0000000000
--- a/office/calibre/patches/remove-desktop-integration.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur calibre-3.48.0.orig/src/calibre/linux.py calibre-3.48.0/src/calibre/linux.py
---- calibre-3.48.0.orig/src/calibre/linux.py 2019-09-13 04:46:46.000000000 +0200
-+++ calibre-3.48.0/src/calibre/linux.py 2020-03-04 15:02:49.789055000 +0100
-@@ -725,10 +725,6 @@
- self.appdata_resources = []
- if islinux or isbsd:
- self.setup_completion()
-- if islinux or isbsd:
-- self.setup_desktop_integration()
-- if not getattr(self.opts, 'staged_install', False):
-- self.create_uninstaller()
-
- from calibre.utils.config import config_dir
- if os.path.exists(config_dir):