From 4933e4626f9d55e6608f6e0d5cf59b86ff32d949 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Mon, 31 Jul 2017 16:28:54 +0000 Subject: - Update deksutils/calibre to 3.5.0 - Pet portlint warning about order of variables --- deskutils/calibre/files/patch-src_calibre_linux.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'deskutils/calibre/files/patch-src_calibre_linux.py') diff --git a/deskutils/calibre/files/patch-src_calibre_linux.py b/deskutils/calibre/files/patch-src_calibre_linux.py index be17c814e954..5b10c7bdfd48 100644 --- a/deskutils/calibre/files/patch-src_calibre_linux.py +++ b/deskutils/calibre/files/patch-src_calibre_linux.py @@ -1,5 +1,14 @@ ---- src/calibre/linux.py.orig 2017-06-16 04:00:12 UTC +--- src/calibre/linux.py.orig 2017-07-28 04:07:52 UTC +++ src/calibre/linux.py +@@ -841,7 +841,7 @@ class PostInstall: + f.close() + des = ('calibre-gui.desktop', 'calibre-lrfviewer.desktop', + 'calibre-ebook-viewer.desktop', 'calibre-ebook-edit.desktop') +- appdata = os.path.join(os.path.dirname(self.opts.staging_sharedir), 'metainfo') ++ appdata = os.path.join(os.path.dirname(self.opts.staging_sharedir), 'appdata') + if not os.path.exists(appdata): + try: + os.mkdir(appdata) @@ -1008,7 +1008,7 @@ Name=E-book Viewer GenericName=Viewer for E-books Comment=Viewer for E-books in all the major formats -- cgit v1.2.3