diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-07-31 16:28:54 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-07-31 16:28:54 +0000 |
commit | 4933e4626f9d55e6608f6e0d5cf59b86ff32d949 (patch) | |
tree | 7296154e98758baf020a6d3dc345a43402bf8d84 /deskutils/calibre/files/patch-src_calibre_linux.py | |
parent | A fast implementation of the HTML 5 parsing spec for Python. Parsing (diff) |
- Update deksutils/calibre to 3.5.0
- Pet portlint warning about order of variables
Diffstat (limited to '')
-rw-r--r-- | deskutils/calibre/files/patch-src_calibre_linux.py | 11 |
1 files changed, 10 insertions, 1 deletions
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 |