diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:32:59 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:32:59 +0200 |
commit | 3c0d0ed10fd9d54954c21c24951aafbc00c11e0a (patch) | |
tree | 5bde069b5347a3ef5cacc9f1e34310814b0b091f /office/calibre/desktop | |
parent | 2434206fd0ba430516f5bf6f5a8755438f5d3022 (diff) |
office/calibre: Added to 12.2 repository
Diffstat (limited to 'office/calibre/desktop')
-rw-r--r-- | office/calibre/desktop/calibre-gui.desktop | 11 | ||||
-rw-r--r-- | office/calibre/desktop/calibre-lrfviewer.desktop | 12 | ||||
-rw-r--r-- | office/calibre/desktop/calibre-mimetypes | 15 |
3 files changed, 38 insertions, 0 deletions
diff --git a/office/calibre/desktop/calibre-gui.desktop b/office/calibre/desktop/calibre-gui.desktop new file mode 100644 index 000000000000..2fbf78c5b759 --- /dev/null +++ b/office/calibre/desktop/calibre-gui.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=0.5.6 +Type=Application +Name=calibre +GenericName=E-book library management +Comment=E-book library management +TryExec=calibre +Exec=calibre +Icon=calibre-gui +Categories=Office; +StartupNotify=false diff --git a/office/calibre/desktop/calibre-lrfviewer.desktop b/office/calibre/desktop/calibre-lrfviewer.desktop new file mode 100644 index 000000000000..37a3fe54e4d8 --- /dev/null +++ b/office/calibre/desktop/calibre-lrfviewer.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=0.5.6 +Type=Application +Name=LRF Viewer +GenericName=Viewer for LRF files +Comment=Viewer for LRF files (SONY ebook format files) +TryExec=lrfviewer +Exec=lrfviewer %F +Icon=calibre-viewer +MimeType=application/x-sony-bbeb; +Categories=Graphics;Viewer; +StartupNotify=false diff --git a/office/calibre/desktop/calibre-mimetypes b/office/calibre/desktop/calibre-mimetypes new file mode 100644 index 000000000000..7e85223cbbf4 --- /dev/null +++ b/office/calibre/desktop/calibre-mimetypes @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> + <mime-type type="application/x-sony-bbeb"> + <comment>SONY E-book compiled format</comment> + <glob pattern="*.lrf"/> + </mime-type> + <mime-type type="application/epub+zip"> + <comment>EPUB ebook format</comment> + <glob pattern="*.epub"/> + </mime-type> + <mime-type type="text/lrs"> + <comment>SONY E-book source format</comment> + <glob pattern="*.lrs"/> + </mime-type> +</mime-info> |