diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-12-14 13:52:11 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-12-14 13:52:11 +0000 |
commit | c1c123d63ad9910b589d0fb2938ef3f129ce2ca1 (patch) | |
tree | fe12f1fb82c555f42338b5920f37f578ca3f14c5 /deskutils/calibre/files/patch-src_calibre_linux.py | |
parent | Chase freetype2 to 2.6.2 update. (diff) |
- Update to 2.46.0
- Use new MASTER_SITE
This new version depends on the new py-qt5 ports. Thanks to rakuco
and Tobias Berner for helping me make it land in the ports tree!
Also thanks to Kovid Goyal (calibre developer) for his suggestions
on making new calibre releases work on FreeBSD.
Diffstat (limited to '')
-rw-r--r-- | deskutils/calibre/files/patch-src_calibre_linux.py | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/deskutils/calibre/files/patch-src_calibre_linux.py b/deskutils/calibre/files/patch-src_calibre_linux.py new file mode 100644 index 000000000000..84108c34e152 --- /dev/null +++ b/deskutils/calibre/files/patch-src_calibre_linux.py @@ -0,0 +1,29 @@ +--- src/calibre/linux.py.orig 2015-08-28 03:16:27 UTC ++++ src/calibre/linux.py +@@ -997,7 +997,7 @@ Name=E-book Viewer + GenericName=Viewer for E-books + Comment=Viewer for E-books in all the major formats + TryExec=ebook-viewer +-Exec=ebook-viewer --detach %f ++Exec=ebook-viewer %f + Icon=calibre-viewer + Categories=Graphics;Viewer; + ''' +@@ -1010,7 +1010,7 @@ Name=Edit E-book + GenericName=Edit E-books + Comment=Edit e-books in various formats + TryExec=ebook-edit +-Exec=ebook-edit --detach %f ++Exec=ebook-edit %f + Icon=calibre-ebook-edit + Categories=Office; + ''' +@@ -1023,7 +1023,7 @@ Name=calibre + GenericName=E-book library management + Comment=E-book library management: Convert, view, share, catalogue all your e-books + TryExec=calibre +-Exec=calibre --detach %F ++Exec=calibre %F + Icon=calibre-gui + Categories=Office; + ''' |