Merge pull request #38066 from jluttine/calibre-3.20.0

calibre: remove unnecessary patch

authored by Anderson Torres and committed by GitHub 6cc732eb ef2b9b6b

-12
-12
pkgs/applications/misc/calibre/no_updates_dialog.patch
··· 13 13 parser.add_option('--ignore-plugins', default=False, action='store_true', 14 14 help=_('Ignore custom plugins, useful if you installed a plugin' 15 15 ' that is preventing calibre from starting')) 16 - diff -burN calibre-2.9.0.orig/src/calibre/gui2/update.py calibre-2.9.0/src/calibre/gui2/update.py 17 - --- calibre-2.9.0.orig/src/calibre/gui2/update.py 2014-11-09 20:09:54.082231864 +0800 18 - +++ calibre-2.9.0/src/calibre/gui2/update.py 2014-11-09 20:17:49.954767115 +0800 19 - @@ -154,6 +154,8 @@ 20 - self.update_checker.signal.update_found.connect(self.update_found, 21 - type=Qt.QueuedConnection) 22 - self.update_checker.start() 23 - + else: 24 - + self.update_checker = None 25 - 26 - def recalc_update_label(self, number_of_plugin_updates): 27 - self.update_found(self.last_newest_calibre_version, number_of_plugin_updates)