summaryrefslogtreecommitdiff
path: root/office/calibre/desktop
diff options
context:
space:
mode:
authorlarryhaja <larryhaja@gmail.com>2012-09-16 22:20:27 -0700
committerRobby Workman <rworkman@slackbuilds.org>2012-09-17 23:36:13 -0500
commitfc2899354d69be1980ea3dcfd4a44b4641c11768 (patch)
tree680e4cc0753c7a7b51cb3a9778198346186274be /office/calibre/desktop
parent8fbe3e39aaf3b18de54748c74cf2d5519c26e4fc (diff)
downloadslackbuilds-fc2899354d69be1980ea3dcfd4a44b4641c11768.tar.gz
office/calibre: Updated calibre to 0.8.69.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/calibre/desktop')
-rw-r--r--office/calibre/desktop/calibre-ebook-viewer.desktop11
-rw-r--r--office/calibre/desktop/calibre-gui.desktop11
-rw-r--r--office/calibre/desktop/calibre-lrfviewer.desktop12
-rw-r--r--office/calibre/desktop/calibre-mimetypes15
4 files changed, 0 insertions, 49 deletions
diff --git a/office/calibre/desktop/calibre-ebook-viewer.desktop b/office/calibre/desktop/calibre-ebook-viewer.desktop
deleted file mode 100644
index da7d750482..0000000000
--- a/office/calibre/desktop/calibre-ebook-viewer.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=E-book Viewer
-GenericName=Viewer for E-books
-Comment=Viewer for E-books
-TryExec=ebook-viewer
-Exec=ebook-viewer %F
-Icon=calibre-viewer
-MimeType=application/epub+zip;
-Categories=Graphics;Viewer;
diff --git a/office/calibre/desktop/calibre-gui.desktop b/office/calibre/desktop/calibre-gui.desktop
deleted file mode 100644
index a3210ed11d..0000000000
--- a/office/calibre/desktop/calibre-gui.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-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
deleted file mode 100644
index 9cd45cca4d..0000000000
--- a/office/calibre/desktop/calibre-lrfviewer.desktop
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Version=1.0
-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
deleted file mode 100644
index 7e85223cbb..0000000000
--- a/office/calibre/desktop/calibre-mimetypes
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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>