office/calibre-bin: Updated for version 5.9.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
adb8b9193f
commit
be7f509020
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=calibre-bin
|
||||
VERSION=${VERSION:-5.8.1}
|
||||
VERSION=${VERSION:-5.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="calibre-bin"
|
||||
VERSION="5.8.1"
|
||||
VERSION="5.9.0"
|
||||
HOMEPAGE="https://calibre-ebook.com"
|
||||
DOWNLOAD="https://download.calibre-ebook.com/5.8.1/calibre-5.8.1-i686.txz"
|
||||
MD5SUM="d507140845d3a635e3d01363ffc55733"
|
||||
DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.8.1/calibre-5.8.1-x86_64.txz"
|
||||
MD5SUM_x86_64="cb029168b47d66fd9335729957dc111d"
|
||||
DOWNLOAD="https://download.calibre-ebook.com/5.9.0/calibre-5.9.0-i686.txz"
|
||||
MD5SUM="c33cac8e9d8ad1d0c8847eb5270f0c26"
|
||||
DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.9.0/calibre-5.9.0-x86_64.txz"
|
||||
MD5SUM_x86_64="c481b9e49a21534e55c9ecaa60599767"
|
||||
REQUIRES="libxkbcommon"
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
EMAIL="alik@ejik.org"
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=E-book Editor
|
||||
GenericName=Editor for E-books
|
||||
Comment=Edit E-books in various formats
|
||||
TryExec=ebook-edit
|
||||
Exec=ebook-edit --detach %f
|
||||
Icon=calibre-ebook-edit
|
||||
Categories=Office;
|
|
@ -1,10 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
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
|
||||
Icon=calibre-gui
|
||||
Categories=Office;
|
|
@ -1,10 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
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
|
||||
Icon=calibre-viewer
|
||||
Categories=Office;Graphics;Viewer;
|
Loading…
Reference in New Issue